Subject: [PATCH] nvme-sysfs: display max_hw_sectors_kb without requiring namespaces
From: Abhishek Bapat <abhishekbapat@google.com>
To: Keith Busch <kbusch@kernel.org>, Jens Axboe <axboe@kernel.dk>, Christoph Hellwig <hch@lst.de>, 
	Sagi Grimberg <sagi@grimberg.me>
Cc: Prashant Malani <pmalani@google.com>, linux-nvme@lists.infradead.org, 
	linux-kernel@vger.kernel.org, Abhishek <abhishekbapat@google.com>
Date: Wed, 16 Oct 2024 21:31:08 +0000

.
Subject: [PATCH v16 0/2] Implement the NVMe reservation feature
From: Guixin Liu <kanie@linux.alibaba.com>
To: hch@lst.de,
	sagi@grimberg.me,
	kch@nvidia.com,
	shinichiro.kawasaki@wdc.com,
	d.bogdanov@yadro.com
Cc: linux-nvme@lists.infradead.org
Date: Thu, 17 Oct 2024 12:48:07 +0800

.
Subject: [bug report] "BUG: Invalid wait context" at blktests nvme/052
From: Shinichiro Kawasaki <shinichiro.kawasaki@wdc.com>
To: "linux-nvme@lists.infradead.org" <linux-nvme@lists.infradead.org>
Date: Thu, 17 Oct 2024 07:49:33 +0000

.
Subject: sysfs tls_configured_key naming?
From: Daniel Wagner <dwagner@suse.de>
To: Hannes Reinecke <hare@suse.de>
Cc: Sagi Grimberg <sagi@grimberg.me>, Christoph Hellwig <hch@lst.de>, 
	Keith Busch <kbusch@kernel.org>, 
	"linux-nvme@lists.infradead.org" <linux-nvme@lists.infradead.org>
Date: Thu, 17 Oct 2024 12:54:29 +0200

.
Subject: [PATCHv8 0/6] write hints for nvme fdp
From: Keith Busch <kbusch@meta.com>
To: <linux-block@vger.kernel.org>, <linux-nvme@lists.infradead.org>,
        <axboe@kernel.dk>, <hch@lst.de>, <io-uring@vger.kernel.org>
Date: Thu, 17 Oct 2024 09:09:31 -0700

.
Subject: [PATCH] nvme-loop: set blocking flag
From: Keith Busch <kbusch@meta.com>
To: <linux-nvme@lists.infradead.org>
Date: Thu, 17 Oct 2024 10:20:52 -0700

.
Subject: [PATCHv2] nvme: enhance cns version checking
From: Keith Busch <kbusch@meta.com>
To: <linux-nvme@lists.infradead.org>
Date: Thu, 17 Oct 2024 11:12:31 -0700

.
Subject: [GIT PULL] nvme fixes for Linux 6.12
From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: hch@lst.de, linux-nvme@lists.infradead.org, sagi@grimberg.me
Date: Thu, 17 Oct 2024 12:48:12 -0600

The following changes since commit 8be007c8e0911d0450b402ca8cbb1a8cbd00e8f2:

  block: fix blk_rq_map_integrity_sg kernel-doc (2024-09-27 04:19:53 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.12-2024-10-18

for you to fetch changes up to 599d9f3a10eec69ef28a90161763e4bd7c9c02bf:

  nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function (2024-10-17 11:07:37 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.12

 - Fix target passthrough identifier (Nilay)
 - Fix tcp locking (Hannes)
 - Replace list with sbitmap for tracking RDMA rsp tags (Guixen)
 - Remove unnecessary fallthrough statements (Tokunori)
 - Remove ready-without-media support (Greg)
 - Fix multipath partition scan deadlock (Keith)
 - Fix concurrent PCI reset and remove queue mapping (Maurizio)
 - Fabrics shutdown fixes (Nilay)

----------------------------------------------------------------
Greg Joyce (1):
      nvme: disable CC.CRIME (NVME_CC_CRIME)

Guixin Liu (1):
      nvmet-rdma: use sbitmap to replace rsp free list

Hannes Reinecke (1):
      nvme: tcp: avoid race between queue_lock lock and destroy

Keith Busch (1):
      nvme-multipath: defer partition scanning

Maurizio Lombardi (1):
      nvme-pci: fix race condition between reset and nvme_dev_disable()

Nilay Shroff (4):
      nvmet-passthru: clear EUID/NGUID/UUID while using loop target
      nvme-loop: flush off pending I/O while shutting down loop controller
      nvme: make keep-alive synchronous operation
      nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

Tokunori Ikegami (1):
      nvme: delete unnecessary fallthru comment

 drivers/nvme/host/core.c       | 41 +++++++++++++++++------------------------
 drivers/nvme/host/multipath.c  | 40 +++++++++++++++++++++++++++++++++-------
 drivers/nvme/host/nvme.h       |  1 +
 drivers/nvme/host/pci.c        | 19 ++++++++++++++++---
 drivers/nvme/host/tcp.c        |  7 ++++---
 drivers/nvme/target/loop.c     | 13 +++++++++++++
 drivers/nvme/target/passthru.c |  6 ++----
 drivers/nvme/target/rdma.c     | 56 +++++++++++++++++++++++++++-----------------------------
 8 files changed, 113 insertions(+), 70 deletions(-)


.
