Age | Commit message (Expand) | Author | Files | Lines |
2022-06-10 | keep iocb_flags() result cached in struct file | Al Viro | 1 | -1/+1 |
2022-03-29 | nvmet: use a private workqueue instead of the system workqueue | Sagi Grimberg | 1 | -3/+3 |
2022-02-28 | nvmet: use i_size_read() to set size for file-ns | Chaitanya Kulkarni | 1 | -13/+4 |
2021-11-25 | nvmet: use IOCB_NOWAIT only if the filesystem supports it | Maurizio Lombardi | 1 | -1/+3 |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -2/+2 |
2021-06-17 | nvmet: use req->cmd directly in file-ns fast path | Chaitanya Kulkarni | 1 | -3/+1 |
2021-05-12 | nvmet: seset ns->file when open fails | Daniel Wagner | 1 | -3/+5 |
2021-02-10 | nvmet: use invalid cmd opcode helper | Chaitanya Kulkarni | 1 | -4/+1 |
2020-05-27 | nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len | Israel Rukshin | 1 | -3/+3 |
2020-05-27 | nvmet: rename nvmet_rw_len to nvmet_rw_data_len | Israel Rukshin | 1 | -1/+1 |
2020-05-09 | nvmet: add ns revalidation support | Anthony Iliopoulos | 1 | -4/+13 |
2020-02-04 | nvmet: fix dsm failure when payload does not match sgl descriptor | Sagi Grimberg | 1 | -1/+1 |
2019-11-04 | nvmet: Remove the data_len field from the nvmet_req struct | Christoph Hellwig | 1 | -7/+12 |
2019-11-04 | nvmet: Introduce nvmet_dsm_len() helper | Christoph Hellwig | 1 | -2/+1 |
2019-04-25 | nvmet-file: clamp-down file namespace lba_shift | Sagi Grimberg | 1 | -1/+6 |
2019-03-28 | nvmet: fix building bvec from sg list | Ming Lei | 1 | -10/+10 |
2019-03-13 | nvmet: ignore EOPNOTSUPP for discard | Christoph Hellwig | 1 | -1/+1 |
2018-12-13 | nvmet: add error log support for file backend | Chaitanya Kulkarni | 1 | -15/+20 |
2018-12-07 | nvmet: use IOCB_NOWAIT for file-ns buffered I/O | Chaitanya Kulkarni | 1 | -46/+84 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
2018-10-17 | nvmet: avoid integer overflow in the discard code | Bart Van Assche | 1 | -1/+2 |
2018-08-08 | nvmet: add ns write protect support | Chaitanya Kulkarni | 1 | -4/+8 |
2018-07-24 | nvmet: check fileio lba range access boundaries | Sagi Grimberg | 1 | -2/+17 |
2018-07-24 | nvmet: fix file discard return status | Sagi Grimberg | 1 | -8/+10 |
2018-07-23 | nvmet: add buffered I/O support for file backed ns | Chaitanya Kulkarni | 1 | -5/+26 |
2018-05-31 | nvmet: fix error return code in nvmet_file_ns_enable() | Wei Yongjun | 1 | -2/+6 |
2018-05-31 | nvmet: fix a typo in nvmet_file_ns_enable() | Wei Yongjun | 1 | -1/+1 |
2018-05-25 | nvmet: add simple file backed ns support | Chaitanya Kulkarni | 1 | -0/+300 |