[GIT PULL] nvme updates for Linux 6.5 (part 2)
Keith Busch
kbusch at kernel.org
Fri Jun 30 11:31:33 PDT 2023
The following changes since commit 2293cae703cda162684ae966db6b1b4a11b5e88f:
blk-mq: don't insert passthrough request into sw queue (2023-06-21 07:48:34 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.5-2023-06-30
for you to fetch changes up to 4e69d4dabd2379af57b0b8fb9b0d62c23f9cd3b8:
nvme: disable controller on reset state failure (2023-06-30 10:48:20 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.5
- Reduce spamming kernel logs on repeated controller updates (Breno)
- Improved struct packing (Christophe JAILLET)
- Misspelled command name in error logging (Damien)
- Failover fix for temporary frozen queue (Sagi)
- Reset error handling fixes (Keith)
----------------------------------------------------------------
Breno Leitao (1):
nvme: Print capabilities changes just once
Christophe JAILLET (1):
nvmet: Reorder fields in 'struct nvmet_ns'
Damien Le Moal (1):
nvme: host: fix command name spelling
Keith Busch (3):
nvme: ensure unquiesce on teardown
nvme: sync timeout work on failed reset
nvme: disable controller on reset state failure
Sagi Grimberg (1):
nvme-mpath: fix I/O failure with EAGAIN when failing over I/O
drivers/nvme/host/constants.c | 2 +-
drivers/nvme/host/core.c | 6 +++++-
drivers/nvme/host/multipath.c | 8 ++++++++
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/pci.c | 5 ++++-
drivers/nvme/target/nvmet.h | 2 +-
6 files changed, 20 insertions(+), 4 deletions(-)
More information about the Linux-nvme
mailing list