mbox series

[GIT,PULL] Block fixes for 5.10-rc

Message ID bdeefa97-9ec3-cac8-3e6b-dd912d0c0c33@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.10-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-07

Message

Jens Axboe Nov. 7, 2020, 8:14 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 7, 2020, 10:08 p.m. UTC | #1
The pull request you sent on Sat, 7 Nov 2020 13:14:02 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-07

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4429f14aeea979b63bcafdcf9f09677fcf8fd475

Thank you!