]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - drivers/lightnvm/pblk.h
lightnvm: implement generic path for sync I/O
authorJavier González <javier@cnexlabs.com>
Fri, 13 Oct 2017 12:46:47 +0000 (14:46 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Oct 2017 14:34:57 +0000 (08:34 -0600)
commit1a94b2d484677dc559c96251dd0e7c7b8811c378
tree7a1112567f728a13c521e0bce8d900b74820f05d
parent1b839187db62aae22a9254fd9e3ce376149b0918
lightnvm: implement generic path for sync I/O

Implement a generic path for sending sync I/O on LightNVM. This allows
to reuse the standard synchronous path trough blk_execute_rq(), instead
of implementing a wait_for_completion on the target side (e.g., pblk).

Signed-off-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/core.c
drivers/lightnvm/pblk-core.c
drivers/lightnvm/pblk-read.c
drivers/lightnvm/pblk-recovery.c
drivers/lightnvm/pblk.h
drivers/nvme/host/lightnvm.c
include/linux/lightnvm.h