Hi Linus, A few fixes that should make it into this release: - NVMe pull request from Christoph: - revert a nvme_queue size optimization (Keith Bush) - fabrics timeout races fixes (Chao Leng and Sagi Grimberg)" - null_blk zone locking fix (Damien) Please pull! The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891: Linux 5.10-rc2 (2020-11-01 14:43:51 -0800) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-07 for you to fetch changes up to e1777d099728a76a8f8090f89649aac961e7e530: null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700) ---------------------------------------------------------------- block-5.10-2020-11-07 ---------------------------------------------------------------- Chao Leng (3): nvme: introduce nvme_sync_io_queues nvme-rdma: avoid race between time out and tear down nvme-tcp: avoid race between time out and tear down Damien Le Moal (1): null_blk: Fix scheduling in atomic with zoned mode Jens Axboe (1): Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10 Keith Busch (1): Revert "nvme-pci: remove last_sq_tail" Sagi Grimberg (2): nvme-rdma: avoid repeated request completion nvme-tcp: avoid repeated request completion drivers/block/null_blk.h | 2 +- drivers/block/null_blk_zoned.c | 47 ++++++++++++++++++++++++++++-------------- drivers/nvme/host/core.c | 8 +++++-- drivers/nvme/host/nvme.h | 1 + drivers/nvme/host/pci.c | 23 +++++++++++++++++---- drivers/nvme/host/rdma.c | 14 +++---------- drivers/nvme/host/tcp.c | 16 ++++---------- 7 files changed, 65 insertions(+), 46 deletions(-) -- Jens Axboe