Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - NVMe pull request from Christoph: - fix a status code in nvmet (Chaitanya Kulkarni) - avoid double completions in nvme-rdma/nvme-tcp (Chao Leng) - fix the CMB support to cope with NVMe 1.4 controllers (Klaus Jensen) - fix PRINFO handling in the passthrough ioctl (Revanth Rajashekar) - fix a double DMA unmap in nvme-pci - lightnvm error path leak fix (Pan) - MD pull request from Song: - Flush request fix (Xiao) * tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-block: lightnvm: fix memory leak when submit fails nvme-pci: fix error unwind in nvme_map_data nvme-pci: refactor nvme_unmap_data md: Set prev_flush_start and flush_bio in an atomic way nvmet: set right status on error in id-ns handler nvme-pci: allow use of cmb on v1.4 controllers nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout nvme: check the PRINFO bit before deciding the host buffer length
No related branches found
No related tags found
Showing
- drivers/lightnvm/core.c 1 addition, 2 deletionsdrivers/lightnvm/core.c
- drivers/md/md.c 2 additions, 0 deletionsdrivers/md/md.c
- drivers/nvme/host/core.c 15 additions, 2 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/pci.c 81 additions, 38 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 11 additions, 4 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/tcp.c 10 additions, 4 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/admin-cmd.c 6 additions, 2 deletionsdrivers/nvme/target/admin-cmd.c
- include/linux/nvme.h 6 additions, 0 deletionsinclude/linux/nvme.h
Loading
Please register or sign in to comment