summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/ioctl.c
AgeCommit message (Expand)Author
9 daysnvme: spelling fixesYi Zhang
9 daysnvme: enable vectored registered bufs for passthrough cmdsPavel Begunkov
9 daysnvme: fix implicit bool to flags conversionPavel Begunkov
2025-04-01nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()Caleb Sander Mateos
2025-04-01nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()Caleb Sander Mateos
2025-04-01nvme/ioctl: don't warn on vectorized uring_cmd with fixed bufferCaleb Sander Mateos
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-28nvme: map uring_cmd data even if address is 0Xinyu Zhang
2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov
2025-02-25nvme-ioctl: fix leaked requests on mapping errorKeith Busch
2025-02-18nvme/ioctl: add missing space in err messageCaleb Sander Mateos
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2024-10-30nvme: re-fix error-handling for io_uring nvme-passthroughKeith Busch
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch
2024-10-22nvme: use helpers to access io_uring cmd spacePavel Begunkov
2024-09-13block: provide a request helper for user integrity segmentsKeith Busch
2024-08-30nvme: fix metadata handling in nvme-passthroughPuranjay Mohan
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig
2024-07-03block: split integrity support out of bio.hChristoph Hellwig
2024-06-12block: unmap and free user mapped integrity via submitterAnuj Gupta
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