summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-172/+33
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner1-4/+4
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov1-1/+1
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch1-10/+11
2023-12-02nvme: use bio_integrity_map_userKeith Busch1-168/+29
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta1-2/+5
2023-10-19nvme: sanitize metadata bounce buffer for readsKeith Busch1-3/+7
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-08-11nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei1-2/+0
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-1/+0
2023-06-29nvme: improved uring pollingKeith Busch1-51/+19
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-30/+36
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolChristoph Hellwig1-28/+34
2023-05-30nvme: fix miss command type checkmin15.li1-1/+1
2023-05-25nvme: optimise io_uring passthrough completionPavel Begunkov1-2/+2
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-1/+1
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-6/+8
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig1-2/+3
2023-01-30nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta1-2/+2
2023-01-10nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig1-16/+31
2023-01-10nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig1-25/+28
2023-01-10nvme: remove __nvme_ioctlChristoph Hellwig1-10/+8
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig1-4/+24
2022-12-06nvme: allow unprivileged passthrough of Identify ControllerJoel Granados1-0/+2
2022-11-15nvme: identify-namespace without CAP_SYS_ADMINKanchan Joshi1-2/+16
2022-11-15nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi1-33/+69
2022-09-30nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi1-2/+16
2022-09-30nvme: pass ubuffer as an integerKanchan Joshi1-11/+12
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi1-37/+53
2022-09-30nvme: refactor nvme_add_user_metadataKanchan Joshi1-10/+13
2022-09-30nvme: Use blk_rq_map_user_io helperAnuj Gupta1-16/+2
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe1-2/+1
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe1-18/+61
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+4
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe1-5/+72
2022-09-27nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-09-27nvme: handle effects after freeing the requestKeith Busch1-1/+8
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe1-4/+8
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi1-5/+68
2022-07-14nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-05-20nvme: enable uring-passthrough for admin commandsKanchan Joshi1-0/+23
2022-05-20nvme: helper for uring-passthrough checksKanchan Joshi1-8/+16
2022-05-11nvme: add vectored-io support for uring-cmdAnuj Gupta1-3/+6
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi1-3/+189
2022-05-11nvme: refactor nvme_submit_user_cmd()Christoph Hellwig1-11/+45
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig1-1/+2