[GIT PULL] nvme fixes for Linux 6.10

Keith Busch kbusch at kernel.org
Thu Jun 27 11:03:45 PDT 2024


The following changes since commit 5f75e081ab5cbfbe7aca2112a802e69576ee9778:

  loop: Disable fallocate() zero and discard if not supported (2024-06-14 06:21:25 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.10-2024-06-27

for you to fetch changes up to 440e2051c577896275c0e0513ec26964e04c7810:

  nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[] (2024-06-26 10:13:04 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.10

 - Fabrics fixes (Hannes)
 - Missing module description (Jeff)
 - Clang warning fix (Nathan)

----------------------------------------------------------------
Boyang Yu (1):
      nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.

Hannes Reinecke (3):
      nvmet: do not return 'reserved' for empty TSAS values
      nvme: fixup comment for nvme RDMA Provider Type
      nvmet: make 'tsas' attribute idempotent for RDMA

Jeff Johnson (1):
      nvme-apple: add missing MODULE_DESCRIPTION()

Nathan Chancellor (1):
      nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]

 drivers/nvme/host/apple.c      |  1 +
 drivers/nvme/host/nvme.h       |  2 +-
 drivers/nvme/target/configfs.c | 41 +++++++++++++++++++++++++++++++----------
 drivers/nvme/target/fc.c       |  2 +-
 include/linux/nvme.h           |  6 ++++--
 5 files changed, 38 insertions(+), 14 deletions(-)




More information about the Linux-nvme mailing list