summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/io-cmd-file.c
AgeCommit message (Expand)Author
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-06-17nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni
2021-05-12nvmet: seset ns->file when open failsDaniel Wagner
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg
2019-03-28nvmet: fix building bvec from sg listMing Lei
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-17nvmet: avoid integer overflow in the discard codeBart Van Assche
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg
2018-07-24nvmet: fix file discard return statusSagi Grimberg
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni