aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-file.c
AgeCommit message (Expand)Author
2023-02-03nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-15nvmet: only allocate a single slab for bvecsChristoph Hellwig
2022-06-10keep iocb_flags() result cached in struct fileAl Viro
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni
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