Files
linux/drivers/scsi
Yang Xiuwei 7b6d3255e7 scsi: bsg: add io_uring passthrough handler
Implement the SCSI-specific io_uring command handler for BSG using
struct bsg_uring_cmd.

The handler builds a SCSI request from the io_uring command, maps user
buffers (including fixed buffers), and completes asynchronously via a
request end_io callback and task_work. Completion returns a 32-bit
status and packed residual/sense information via CQE res and res2, and
supports IO_URING_F_NONBLOCK.

Signed-off-by: Yang Xiuwei <yangxiuwei@kylinos.cn>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20260317072226.2598233-4-yangxiuwei@kylinos.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2026-03-19 11:38:24 -06:00
..
2024-12-09 21:59:52 -05:00
2025-01-02 13:42:35 -05:00
2025-02-03 18:04:55 -05:00
2024-08-12 22:05:50 -04:00
2025-11-05 08:07:21 -07:00
2025-11-05 08:07:21 -07:00