[GIT PULL] nvme fixes for Linux 6.14
Keith Busch
kbusch at kernel.org
Mon Feb 3 07:03:26 PST 2025
[now with linux-nvme list copied]
The following changes since commit e7b94c5c6f3b6435206f0e4ef7c5aa4eceae42f9:
Merge tag 'md-6.14-20250113' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.14/block (2025-01-13 10:30:33 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.14-2025-01-31
for you to fetch changes up to c8ed6cb5d37bc09c7e25e49a670e9fd1a3bd1dfa:
nvme-fc: use ctrl state getter (2025-01-31 10:14:36 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.14
- Connection fixes for fibre channel transport (Daniel)
- Endian fixes (Keith, Christoph)
- Cleanup fix for host memory buffer (Francis)
- Platform specific power quirks (Georg)
- Target memory leak (Sagi)
- Use appropriate controller state accessor (Daniel)
----------------------------------------------------------------
Christoph Hellwig (2):
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
nvmet: add a missing endianess conversion in nvmet_execute_admin_connect
Daniel Wagner (4):
nvme-fc: go straight to connecting state when initializing
nvme: handle connectivity loss in nvme_set_queue_count
nvme-fc: do not ignore connectivity loss during connecting
nvme-fc: use ctrl state getter
Francis Pravin (1):
nvme-pci: remove redundant dma frees in hmb
Georg Gottleuber (2):
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Keith Busch (2):
nvmet: fix rw control endian access
nvme: make nvme_tls_attrs_group static
Sagi Grimberg (1):
nvmet: fix a memory leak in controller identify
drivers/nvme/host/core.c | 8 +++++++-
drivers/nvme/host/fc.c | 35 +++++++++++++++++++++++++----------
drivers/nvme/host/pci.c | 12 +++---------
drivers/nvme/host/sysfs.c | 2 +-
drivers/nvme/target/admin-cmd.c | 1 +
drivers/nvme/target/fabrics-cmd.c | 2 +-
drivers/nvme/target/io-cmd-bdev.c | 2 +-
drivers/nvme/target/nvmet.h | 2 +-
8 files changed, 40 insertions(+), 24 deletions(-)
More information about the Linux-nvme
mailing list