[GIT PULL] nvme fixes for Linux 6.13
Keith Busch
kbusch at kernel.org
Thu Dec 5 09:10:57 PST 2024
The following changes since commit ec9b3ac6e5630e320d926ea13a06d86d2a6bdde1:
Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.13/block (2024-11-21 10:57:34 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.13-2024-12-05
for you to fetch changes up to b4e12f5728ff963ca5590c48b85a20d076bf517d:
nvme-tcp: simplify nvme_tcp_teardown_io_queues() (2024-12-04 10:15:46 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.13
- Target fix using incorrect zero buffer (Nilay)
- Device specifc deallocate quirk fixes (Christoph, Keith)
- Fabrics fix for handling max command target bugs (Maurizio)
- Cocci fix usage for kzalloc (Yu-Chen)
- DMA size fix for host memory buffer feature (Christoph)
- Fabrics queue cleanup fixes (Chunguang)
----------------------------------------------------------------
Christoph Hellwig (2):
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
Chunguang.xu (4):
nvme-tcp: fix the memleak while create new ctrl failed
nvme-rdma: unquiesce admin_q before destroy it
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Keith Busch (1):
nvme-pci: remove two deallocate zeroes quirks
Maurizio Lombardi (1):
nvme-fabrics: handle zero MAXCMD without closing the connection
Nilay Shroff (1):
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Yu-Chun Lin (1):
nvmet: replace kmalloc + memset with kzalloc for data allocation
drivers/nvme/host/core.c | 8 +++++---
drivers/nvme/host/pci.c | 7 +++----
drivers/nvme/host/rdma.c | 8 +-------
drivers/nvme/host/tcp.c | 17 +++++------------
drivers/nvme/target/admin-cmd.c | 9 +++++++--
drivers/nvme/target/pr.c | 3 +--
6 files changed, 22 insertions(+), 30 deletions(-)
More information about the Linux-nvme
mailing list