[GIT PULL] nvme fixes for Linux 5.14
Christoph Hellwig
hch at infradead.org
Thu Jul 22 11:56:48 PDT 2021
The following changes since commit ec645dc96699ea6c37b6de86c84d7288ea9a4ddf:
block: increase BLKCG_MAX_POLS (2021-07-17 13:07:24 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-5.14-2021-07-22
for you to fetch changes up to aaeb7bb061be545251606f4d9c82d710ca2a7c8e:
nvme: set the PRACT bit when using Write Zeroes with T10 PI (2021-07-21 17:24:10 +0200)
----------------------------------------------------------------
nvme fixes for Linux 5.14:
- tracing fix (Keith Busch)
- fix multipath head refcounting (Hannes Reinecke)
- Write Zeroes vs PI fix (me)
- drop a bogus WARN_ON (Zhihao Cheng)
----------------------------------------------------------------
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
Keith Busch (1):
nvme: fix nvme_setup_command metadata trace event
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 +++---
5 files changed, 31 insertions(+), 18 deletions(-)
More information about the Linux-nvme
mailing list