mbox series

[GIT,PULL] nvme updates for Linux 6.2

Message ID Y5DbMySCBMWI7CbE@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme updates for Linux 6.2 | expand

Pull-request

ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2022-12-07

Message

Christoph Hellwig Dec. 7, 2022, 6:28 p.m. UTC
The following changes since commit eea3e8b74aa1648fc96b739458d067a6e498c302:

  blk-throttle: Use more suitable time_after check for update of slice_start (2022-12-05 13:45:31 -0700)

are available in the Git repository at:

  ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2022-12-07

for you to fetch changes up to 19b00e0069a3819eac0e0ea685899aba29e545d6:

  nvmet: don't open-code NVME_NS_ATTR_RO enumeration (2022-12-07 15:03:09 +0100)

----------------------------------------------------------------
nvme updates for Linux 6.2

 - fix and cleanup nvme-fc req allocation (Chaitanya Kulkarni)
 - use the common tagset helpers in nvme-pci driver (Christoph Hellwig)
 - cleanup the nvme-pci removal path (Christoph Hellwig)
 - use kstrtobool() instead of strtobool (Christophe JAILLET)
 - allow unprivileged passthrough of Identify Controller (Joel Granados)
 - support io stats on the mpath device (Sagi Grimberg)
 - minor nvmet cleanup (Sagi Grimberg)

----------------------------------------------------------------
Chaitanya Kulkarni (2):
      nvme-fc: avoid null pointer dereference
      nvme-fc: move common code into helper

Christoph Hellwig (15):
      nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULL
      nvme-apple: fix controller shutdown in apple_nvme_disable
      nvme: use nvme_wait_ready in nvme_shutdown_ctrl
      nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
      nvme-pci: remove nvme_disable_admin_queue
      nvme-pci: remove nvme_pci_disable
      nvme-pci: cleanup nvme_suspend_queue
      nvme-pci: rename nvme_disable_io_queues
      nvme-pci: return early on ctrl state mismatch in nvme_reset_work
      nvme-pci: split out a nvme_pci_ctrl_is_dead helper
      nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
      nvme: consolidate setting the tagset flags
      nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllers
      nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_set
      nvme-pci: use the tagset alloc/free helpers

Christophe JAILLET (1):
      nvme: use kstrtobool() instead of strtobool()

Joel Granados (1):
      nvme: allow unprivileged passthrough of Identify Controller

Sagi Grimberg (3):
      nvme: introduce nvme_start_request
      nvme-multipath: support io stats on the mpath device
      nvmet: don't open-code NVME_NS_ATTR_RO enumeration

 drivers/nvme/host/apple.c       |   6 +-
 drivers/nvme/host/core.c        |  98 +++++++++----------
 drivers/nvme/host/fc.c          |  30 ++++--
 drivers/nvme/host/ioctl.c       |   2 +
 drivers/nvme/host/multipath.c   |  26 +++++
 drivers/nvme/host/nvme.h        |  29 +++++-
 drivers/nvme/host/pci.c         | 209 ++++++++++++++--------------------------
 drivers/nvme/host/rdma.c        |  12 +--
 drivers/nvme/host/tcp.c         |  13 +--
 drivers/nvme/target/admin-cmd.c |   2 +-
 drivers/nvme/target/configfs.c  |  17 ++--
 drivers/nvme/target/loop.c      |   8 +-
 12 files changed, 214 insertions(+), 238 deletions(-)

Comments

Jens Axboe Dec. 7, 2022, 7:40 p.m. UTC | #1
On 12/7/22 11:28 AM, Christoph Hellwig wrote:
> The following changes since commit eea3e8b74aa1648fc96b739458d067a6e498c302:
> 
>   blk-throttle: Use more suitable time_after check for update of slice_start (2022-12-05 13:45:31 -0700)
> 
> are available in the Git repository at:
> 
>   ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2022-12-07

I pulled:

git://git.infradead.org/nvme tags/nvme-6.2-2022-12-07