mbox series

[GIT,PULL] Block fixes for 5.14-rc3

Message ID b5a906fb-0e55-cfb1-ba4b-d12ecc3a42d4@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.14-rc3 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-24

Message

Jens Axboe July 24, 2021, 3:50 p.m. UTC
Hi Linus,

A few fixes for the 5.14 release:

- NVMe pull request (Christoph)
	- tracing fix (Keith Busch)
	- fix multipath head refcounting (Hannes Reinecke)
	- Write Zeroes vs PI fix (me)
	- drop a bogus WARN_ON (Zhihao Cheng)

- Increase max blk-cgroup policy size, now that mq-deadline uses it too
  (Oleksandr)

Please pull!


The following changes since commit 05d69d950d9d84218fc9beafd02dea1f6a70e09e:

  xen-blkfront: sanitize the removal state machine (2021-07-15 09:32:34 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-24

for you to fetch changes up to 7054133da39a82c1dc44ce796f13a7cb0d6a0b3c:

  Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14 (2021-07-22 14:23:55 -0600)

----------------------------------------------------------------
block-5.14-2021-07-24

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: set the PRACT bit when using Write Zeroes with T10 PI

Hannes Reinecke (1):
      nvme: fix refcounting imbalance when all paths are down

Jens Axboe (1):
      Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14

Keith Busch (1):
      nvme: fix nvme_setup_command metadata trace event

Oleksandr Natalenko (1):
      block: increase BLKCG_MAX_POLS

Zhihao Cheng (1):
      nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING

 drivers/nvme/host/core.c      | 19 +++++++++++++++----
 drivers/nvme/host/multipath.c |  9 ++++++++-
 drivers/nvme/host/nvme.h      | 11 ++---------
 drivers/nvme/host/pci.c       |  4 +++-
 drivers/nvme/host/trace.h     |  6 +++---
 include/linux/blkdev.h        |  2 +-
 6 files changed, 32 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org July 24, 2021, 8:16 p.m. UTC | #1
The pull request you sent on Sat, 24 Jul 2021 09:50:54 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d4a60cede3604208c671f5a73a6edd094237b13

Thank you!