[GIT PULL] nvmes fixes for Linux 5.19
Christoph Hellwig
hch at infradead.org
Thu Jun 30 12:45:56 PDT 2022
The following changes since commit fbb564a557809466c171b95f8d593a0972450ff2:
lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch() (2022-06-25 10:58:55 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-5.19-2022-06-30
for you to fetch changes up to e1c70d79346356bb1ede3f79436df80917845ab9:
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1 (2022-06-30 08:24:33 +0200)
----------------------------------------------------------------
nvme fixes for Linux 5.19
- more quirks (Lamarque Vieira Souza, Pablo Greco)
- fix a fabrics disconnect regression (Ruozhu Li)
- fix a nvmet-tcp data_digest calculation regression (Sagi Grimberg)
- fix nvme-tcp send failure handling (Sagi Grimberg)
- fix a regression with nvmet-loop and passthrough controllers
(Alan Adamson)
----------------------------------------------------------------
Alan Adamson (1):
nvmet: add a clear_ids attribute for passthru targets
Lamarque Vieira Souza (1):
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1
Pablo Greco (1):
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)
Ruozhu Li (1):
nvme: fix regression when disconnect a recovering ctrl
Sagi Grimberg (2):
nvmet-tcp: fix regression in data_digest calculation
nvme-tcp: always fail a request when sending it failed
drivers/nvme/host/core.c | 2 ++
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/pci.c | 5 +++-
drivers/nvme/host/rdma.c | 12 ++++++---
drivers/nvme/host/tcp.c | 13 ++++++----
drivers/nvme/target/configfs.c | 20 +++++++++++++++
drivers/nvme/target/core.c | 6 +++++
drivers/nvme/target/nvmet.h | 1 +
drivers/nvme/target/passthru.c | 55 ++++++++++++++++++++++++++++++++++++++++++
drivers/nvme/target/tcp.c | 23 +++---------------
10 files changed, 109 insertions(+), 29 deletions(-)
More information about the Linux-nvme
mailing list