Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: - NVMe pull request via Christoph: - Send Identify with CNS 06h only to I/O controllers (Martin George) - Fix nvme_tcp_term_pdu to match spec (Caleb Sander) - Pass in issue_flags for uring_cmd, so the end_io handlers don't need to assume what the right context is (me) - Fix for ublk, marking it as LIVE before adding it to avoid races on the initial IO (Ming) * tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux: nvme-tcp: fix nvme_tcp_term_pdu to match spec nvme: send Identify with CNS 06h only to I/O controllers block/io_uring: pass in issue_flags for uring_cmd task_work handling block: ublk_drv: mark device as LIVE before adding disk
No related branches found
No related tags found
Showing
- drivers/block/ublk_drv.c 20 additions, 14 deletionsdrivers/block/ublk_drv.c
- drivers/nvme/host/core.c 2 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/ioctl.c 8 additions, 6 deletionsdrivers/nvme/host/ioctl.c
- include/linux/io_uring.h 6 additions, 5 deletionsinclude/linux/io_uring.h
- include/linux/nvme-tcp.h 3 additions, 2 deletionsinclude/linux/nvme-tcp.h
- io_uring/uring_cmd.c 6 additions, 4 deletionsio_uring/uring_cmd.c
Loading
Please register or sign in to comment