summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-file.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg2019-04-251-1/+6
* nvmet: fix building bvec from sg listMing Lei2019-03-281-10/+10
* nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-131-1/+1
* nvmet: add error log support for file backendChaitanya Kulkarni2018-12-131-15/+20
* nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni2018-12-081-46/+84
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | nvmet: avoid integer overflow in the discard codeBart Van Assche2018-10-171-1/+2
|/
* nvmet: add ns write protect supportChaitanya Kulkarni2018-08-081-4/+8
* nvmet: check fileio lba range access boundariesSagi Grimberg2018-07-241-2/+17
* nvmet: fix file discard return statusSagi Grimberg2018-07-241-8/+10
* nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-231-5/+26
* nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun2018-05-311-2/+6
* nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun2018-05-311-1/+1
* nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-251-0/+300