[GIT PULL] nvme updates for Linux 6.9
Keith Busch
kbusch at kernel.org
Thu Mar 21 11:15:05 PDT 2024
The following changes since commit 0dc31b98d7200a0046de5c760feb0aaff6c4b53c:
cdrom: gdrom: Convert to platform remove callback returning void (2024-03-07 11:53:30 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.9-2024-03-21
for you to fetch changes up to 910934da9444dbb102294796481ab05e4419d311:
nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag (2024-03-21 10:46:53 -0700)
----------------------------------------------------------------
nvme updates for Linux 6.9
- Make an informative message less ominous (Keith)
- Enhanced trace decoding (Guixin)
- TCP updates (Hannes, Li)
- Fabrics connect deadlock fix (Chunguang)
- Platform API migration update (Uwe)
- A new device quirk (Jiawei)
----------------------------------------------------------------
Chunguang Xu (1):
nvme: fix reconnection fail due to reserved tag allocation
Guixin Liu (8):
nvmet: add tracing of authentication commands
nvmet: add tracing of zns commands
nvme: use nvme_disk_is_ns_head helper
nvme: parse zns command's zsa and zrasf to string
nvme: add tracing of reservation commands
nvme: parse format command's lbafu when tracing
nvme: remove redundant BUILD_BUG_ON check
nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag
Hannes Reinecke (1):
nvmet-tcp: do not continue for invalid icreq
Jiawei Fu (iBug) (1):
drivers/nvme: Add quirks for device 126f:2262
Keith Busch (1):
nvme: change shutdown timeout setting message
Li Feng (2):
nvme-tcp: Export the nvme_tcp_wq to sysfs
nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
Uwe Kleine-König (1):
nvme-apple: Convert to platform remove callback returning void
drivers/nvme/host/apple.c | 6 +--
drivers/nvme/host/core.c | 11 +++--
drivers/nvme/host/fabrics.h | 7 ---
drivers/nvme/host/pci.c | 3 ++
drivers/nvme/host/pr.c | 3 +-
drivers/nvme/host/sysfs.c | 3 +-
drivers/nvme/host/tcp.c | 21 +++++++--
drivers/nvme/host/trace.c | 105 ++++++++++++++++++++++++++++++++++++++++++--
drivers/nvme/target/rdma.c | 8 ++--
drivers/nvme/target/tcp.c | 1 +
drivers/nvme/target/trace.c | 98 +++++++++++++++++++++++++++++++++++++++++
11 files changed, 233 insertions(+), 33 deletions(-)
More information about the Linux-nvme
mailing list