[GIT PULL] nvme fixes for Linux 6.13
Keith Busch
kbusch at kernel.org
Tue Dec 31 09:41:14 PST 2024
The following changes since commit 790eb09e59709a1ffc1c64fe4aae2789120851b0:
block: get wp_offset by bdev_offset_from_zone_start (2024-12-10 13:24:24 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.13-2024-12-31
for you to fetch changes up to 36e3b1f9abe359b2bc25e81bc47b64354e42c9b1:
nvme-tcp: remove nvme_tcp_destroy_io_queues() (2024-12-27 13:33:48 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.13
- Fix device specific quirk for PRP list alignment (Robert)
- Fix target name overflow (Leo)
- Fix target write granularity (Luis)
- Fix target sleeping in atomic context (Nilay)
- Remove unnecessary tcp queue teardown (Chunguang)
----------------------------------------------------------------
Chunguang.xu (1):
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Leo Stone (1):
nvmet: Don't overflow subsysnqn
Luis Chamberlain (1):
nvmet: propagate npwg topology
Nilay Shroff (1):
nvmet-loop: avoid using mutex in IO hotpath
Robert Beckett (1):
nvme-pci: 512 byte aligned dma pool segment quirk
drivers/nvme/host/nvme.h | 5 +++++
drivers/nvme/host/pci.c | 9 +++++++--
drivers/nvme/host/tcp.c | 18 +++++++-----------
drivers/nvme/target/admin-cmd.c | 9 +++++----
drivers/nvme/target/configfs.c | 23 +++++++++--------------
drivers/nvme/target/core.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------
drivers/nvme/target/io-cmd-bdev.c | 2 +-
drivers/nvme/target/nvmet.h | 7 +++++++
drivers/nvme/target/pr.c | 8 ++++----
9 files changed, 108 insertions(+), 81 deletions(-)
More information about the Linux-nvme
mailing list