summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/io-cmd-file.c
AgeCommit message (Expand)Author
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