Merge tag 'block-5.12-2021-03-19' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Just an NVMe pull request this week: - fix tag allocation for keep alive - fix a unit mismatch for the Write Zeroes limits - various TCP transport fixes (Sagi Grimberg, Elad Grupi) - fix iosqes and iocqes validation for discovery controllers (Sagi Grimberg)" * tag 'block-5.12-2021-03-19' of git://git.kernel.dk/linux-block: nvmet-tcp: fix kmap leak when data digest in use nvmet: don't check iosqes,iocqes for discovery controllers nvme-rdma: fix possible hang when failing to set io queues nvme-tcp: fix possible hang when failing to set io queues nvme-tcp: fix misuse of __smp_processor_id with preemption enabled nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU nvme: fix Write Zeroes limitations nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAIT nvme: merge nvme_keep_alive into nvme_keep_alive_work nvme-fabrics: only reserve a single tag
No related branches found
No related tags found
Showing
- drivers/nvme/host/core.c 21 additions, 43 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fabrics.h 7 additions, 0 deletionsdrivers/nvme/host/fabrics.h
- drivers/nvme/host/fc.c 2 additions, 2 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/rdma.c 7 additions, 4 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/tcp.c 15 additions, 5 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/core.c 14 additions, 3 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/loop.c 2 additions, 2 deletionsdrivers/nvme/target/loop.c
- drivers/nvme/target/tcp.c 1 addition, 1 deletiondrivers/nvme/target/tcp.c
Loading
Please register or sign in to comment