summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/ioctl.c
AgeCommit message (Expand)Author
2024-05-28nvme: use srcu for iterating namespace listKeith Busch
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe
2024-02-07nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch
2023-12-01nvme: use bio_integrity_map_userKeith Busch
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta
2023-10-18nvme: sanitize metadata bounce buffer for readsKeith Busch
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-11nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi
2023-06-28nvme: improved uring pollingKeith Busch
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolChristoph Hellwig
2023-05-30nvme: fix miss command type checkmin15.li
2023-05-25nvme: optimise io_uring passthrough completionPavel Begunkov
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig
2023-01-29nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta
2023-01-10nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig
2023-01-10nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig
2023-01-10nvme: remove __nvme_ioctlChristoph Hellwig
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig
2022-12-06nvme: allow unprivileged passthrough of Identify ControllerJoel Granados
2022-11-15nvme: identify-namespace without CAP_SYS_ADMINKanchan Joshi
2022-11-15nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi
2022-09-30nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi
2022-09-30nvme: pass ubuffer as an integerKanchan Joshi
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi
2022-09-30nvme: refactor nvme_add_user_metadataKanchan Joshi
2022-09-30nvme: Use blk_rq_map_user_io helperAnuj Gupta
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-27nvme: restrict management ioctls to adminKeith Busch
2022-09-27nvme: handle effects after freeing the requestKeith Busch
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi
2022-07-14nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-20nvme: enable uring-passthrough for admin commandsKanchan Joshi
2022-05-20nvme: helper for uring-passthrough checksKanchan Joshi
2022-05-11nvme: add vectored-io support for uring-cmdAnuj Gupta