All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
	linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
	linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme fixes for Linux 5.13
Date: Wed, 5 May 2021 16:30:32 +0200	[thread overview]
Message-ID: <YJKsCBgfk5vjsUiQ@infradead.org> (raw)

The following changes since commit cd2c7545ae1beac3b6aae033c7f31193b3255946:

  bio: limit bio max size (2021-05-03 11:00:11 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-05

for you to fetch changes up to 4a20342572f66c5b20a1ee680f5ac0a13703748f:

  nvmet: remove unsupported command noise (2021-05-04 09:39:26 +0200)

----------------------------------------------------------------
nvme updates for Linux 5.13

 - reset the bdev to ns head when failover (Daniel Wagner)
 - remove unsupported command noise (Keith Busch)
 - misc passthrough improvements (Kanchan Joshi)
 - fix controller ioctl through ns_head (Minwoo Im)
 - fix controller timeouts during reset (Tao Chiu)

----------------------------------------------------------------
Daniel Wagner (1):
      nvme-multipath: reset bdev to ns head when failover

Kanchan Joshi (2):
      nvme: add nvme_get_ns helper
      nvme: avoid memset for passthrough requests

Keith Busch (1):
      nvmet: remove unsupported command noise

Minwoo Im (1):
      nvme: fix controller ioctl through ns_head

Tao Chiu (2):
      nvme: move the fabrics queue ready check routines to core
      nvme-pci: fix controller reset hang when racing with nvme_timeout

 drivers/nvme/host/core.c        | 98 +++++++++++++++++++++++++++++------------
 drivers/nvme/host/fabrics.c     | 57 ------------------------
 drivers/nvme/host/fabrics.h     | 13 ------
 drivers/nvme/host/fc.c          |  4 +-
 drivers/nvme/host/ioctl.c       | 65 +++++++++++++++++----------
 drivers/nvme/host/multipath.c   |  3 ++
 drivers/nvme/host/nvme.h        | 16 ++++++-
 drivers/nvme/host/pci.c         |  3 ++
 drivers/nvme/host/rdma.c        |  4 +-
 drivers/nvme/host/tcp.c         |  4 +-
 drivers/nvme/target/admin-cmd.c |  6 +--
 drivers/nvme/target/loop.c      |  4 +-
 12 files changed, 143 insertions(+), 134 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
	linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
	linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme fixes for Linux 5.13
Date: Wed, 5 May 2021 16:30:32 +0200	[thread overview]
Message-ID: <YJKsCBgfk5vjsUiQ@infradead.org> (raw)

The following changes since commit cd2c7545ae1beac3b6aae033c7f31193b3255946:

  bio: limit bio max size (2021-05-03 11:00:11 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-05

for you to fetch changes up to 4a20342572f66c5b20a1ee680f5ac0a13703748f:

  nvmet: remove unsupported command noise (2021-05-04 09:39:26 +0200)

----------------------------------------------------------------
nvme updates for Linux 5.13

 - reset the bdev to ns head when failover (Daniel Wagner)
 - remove unsupported command noise (Keith Busch)
 - misc passthrough improvements (Kanchan Joshi)
 - fix controller ioctl through ns_head (Minwoo Im)
 - fix controller timeouts during reset (Tao Chiu)

----------------------------------------------------------------
Daniel Wagner (1):
      nvme-multipath: reset bdev to ns head when failover

Kanchan Joshi (2):
      nvme: add nvme_get_ns helper
      nvme: avoid memset for passthrough requests

Keith Busch (1):
      nvmet: remove unsupported command noise

Minwoo Im (1):
      nvme: fix controller ioctl through ns_head

Tao Chiu (2):
      nvme: move the fabrics queue ready check routines to core
      nvme-pci: fix controller reset hang when racing with nvme_timeout

 drivers/nvme/host/core.c        | 98 +++++++++++++++++++++++++++++------------
 drivers/nvme/host/fabrics.c     | 57 ------------------------
 drivers/nvme/host/fabrics.h     | 13 ------
 drivers/nvme/host/fc.c          |  4 +-
 drivers/nvme/host/ioctl.c       | 65 +++++++++++++++++----------
 drivers/nvme/host/multipath.c   |  3 ++
 drivers/nvme/host/nvme.h        | 16 ++++++-
 drivers/nvme/host/pci.c         |  3 ++
 drivers/nvme/host/rdma.c        |  4 +-
 drivers/nvme/host/tcp.c         |  4 +-
 drivers/nvme/target/admin-cmd.c |  6 +--
 drivers/nvme/target/loop.c      |  4 +-
 12 files changed, 143 insertions(+), 134 deletions(-)

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

             reply	other threads:[~2021-05-05 14:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 14:30 Christoph Hellwig [this message]
2021-05-05 14:30 ` [GIT PULL] nvme fixes for Linux 5.13 Christoph Hellwig
2021-05-05 14:37 ` Jens Axboe
2021-05-05 14:37   ` Jens Axboe
2021-05-13 17:03 Christoph Hellwig
2021-05-13 17:03 ` Christoph Hellwig
2021-05-13 17:07 ` Jens Axboe
2021-05-13 17:07   ` Jens Axboe
2021-05-20  8:00 Christoph Hellwig
2021-05-20 13:55 ` Jens Axboe
2021-05-27 11:58 Christoph Hellwig
2021-05-27 11:58 ` Christoph Hellwig
2021-05-27 13:38 ` Jens Axboe
2021-05-27 13:38   ` Jens Axboe
2021-06-03  7:05 Christoph Hellwig
2021-06-03  7:05 ` Christoph Hellwig
2021-06-03 13:42 ` Jens Axboe
2021-06-03 13:42   ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YJKsCBgfk5vjsUiQ@infradead.org \
    --to=hch@infradead.org \
    --cc=axboe@kernel.dk \
    --cc=kbusch@kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.