aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10keep iocb_flags() result cached in struct fileAl Viro1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-3/+3
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni1-13/+4
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-06-17nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni1-3/+1
2021-05-12nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni1-4/+1
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-3/+3
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin1-1/+1
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos1-4/+13
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg1-1/+1
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-7/+12
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig1-2/+1
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