mbox series

[GIT,PULL] nvme fixes for Linux 5.18

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.18-2022-03-29

Message

Christoph Hellwig March 29, 2022, 7:31 a.m. UTC
The following changes since commit b2479de38d8fc7ef13d5c78ff5ded6e5a1a4eac0:

  n64cart: convert bi_disk to bi_bdev->bd_disk fix build (2022-03-21 06:34:45 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.18-2022-03-29

for you to fetch changes up to a4a6f3c8f61c3cfbda4998ad94596059ad7e4332:

  nvme-multipath: fix hang when disk goes live over reconnect (2022-03-29 09:29:06 +0200)

----------------------------------------------------------------
 for Linux 5.18

  - fix multipath hang when disk goes live over reconnect (Anton Eidelman)
  - fix RCU hole that allowed for endless looping in multipath round robin
    (Chris Leech)
  - remove redundant assignment after left shift (Colin Ian King)
  - add quirks for Samsung X5 SSDs (Monish Kumar R)
  - fix the read-only state for zoned namespaces with unsupposed features
    (Pankaj Raghav)
  - use a private workqueue instead of the system workqueue in nvmet
    (Sagi Grimberg)
  - allow duplicate NSIDs for private namespaces (Sungup Moon)
  - expose use_threaded_interrupts read-only in sysfs (Xin Hao)

----------------------------------------------------------------
Anton Eidelman (1):
      nvme-multipath: fix hang when disk goes live over reconnect

Chris Leech (1):
      nvme: fix RCU hole that allowed for endless looping in multipath round robin

Colin Ian King (1):
      nvmet: remove redundant assignment after left shift

Monish Kumar R (1):
      nvme-pci: add quirks for Samsung X5 SSDs

Pankaj Raghav (1):
      nvme: fix the read-only state for zoned namespaces with unsupposed features

Sagi Grimberg (1):
      nvmet: use a private workqueue instead of the system workqueue

Sungup Moon (1):
      nvme: allow duplicate NSIDs for private namespaces

Xin Hao (1):
      nvme-pci: expose use_threaded_interrupts read-only in sysfs

 drivers/nvme/host/core.c          | 38 ++++++++++++++++++++++++++------------
 drivers/nvme/host/multipath.c     | 32 +++++++++++++++++++++++++++-----
 drivers/nvme/host/nvme.h          | 23 +++++++++++++++++++++++
 drivers/nvme/host/pci.c           |  7 +++++--
 drivers/nvme/target/admin-cmd.c   |  2 +-
 drivers/nvme/target/configfs.c    |  2 +-
 drivers/nvme/target/core.c        | 26 +++++++++++++++++++-------
 drivers/nvme/target/fc.c          |  8 ++++----
 drivers/nvme/target/fcloop.c      | 16 ++++++++--------
 drivers/nvme/target/io-cmd-file.c |  6 +++---
 drivers/nvme/target/loop.c        |  4 ++--
 drivers/nvme/target/nvmet.h       |  1 +
 drivers/nvme/target/passthru.c    |  2 +-
 drivers/nvme/target/rdma.c        | 12 ++++++------
 drivers/nvme/target/tcp.c         | 10 +++++-----
 include/linux/nvme.h              |  1 +
 16 files changed, 133 insertions(+), 57 deletions(-)

Comments

Jens Axboe March 29, 2022, 12:24 p.m. UTC | #1
On 3/29/22 1:31 AM, Christoph Hellwig wrote:
> git://git.infradead.org/nvme.git tags/nvme-5.18-2022-03-29

Pulled, thanks.