aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg1-1/+6
2019-03-28nvmet: fix building bvec from sg listMing Lei1-10/+10
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig1-1/+1
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni1-15/+20
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-17nvmet: avoid integer overflow in the discard codeBart Van Assche1-1/+2
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-4/+8
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg1-2/+17
2018-07-24nvmet: fix file discard return statusSagi Grimberg1-8/+10
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni1-5/+26
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun1-2/+6
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun1-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-0/+300