Hi Linus, - 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) Please pull! The following changes since commit b4f664252f51e119e9403ef84b6e9ff36d119510: Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11 (2021-01-14 15:17:33 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-24 for you to fetch changes up to 97784481757fba7570121a70dd37ca74a29f50a8: lightnvm: fix memory leak when submit fails (2021-01-21 05:45:51 -0700) ---------------------------------------------------------------- block-5.11-2021-01-24 ---------------------------------------------------------------- Chaitanya Kulkarni (1): nvmet: set right status on error in id-ns handler Chao Leng (2): nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout Christoph Hellwig (2): nvme-pci: refactor nvme_unmap_data nvme-pci: fix error unwind in nvme_map_data Jens Axboe (2): Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.11 Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11 Klaus Jensen (1): nvme-pci: allow use of cmb on v1.4 controllers Pan Bian (1): lightnvm: fix memory leak when submit fails Revanth Rajashekar (1): nvme: check the PRINFO bit before deciding the host buffer length Xiao Ni (1): md: Set prev_flush_start and flush_bio in an atomic way drivers/lightnvm/core.c | 3 +- drivers/md/md.c | 2 + drivers/nvme/host/core.c | 17 +++++- drivers/nvme/host/pci.c | 119 +++++++++++++++++++++++++++------------- drivers/nvme/host/rdma.c | 15 +++-- drivers/nvme/host/tcp.c | 14 +++-- drivers/nvme/target/admin-cmd.c | 8 ++- include/linux/nvme.h | 6 ++ 8 files changed, 132 insertions(+), 52 deletions(-) -- Jens Axboe