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 <keith.busch@intel.com>,
	linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
	linux-nvme@lists.infradead.org
Subject: [GIT PULL] last round of nvme updates for 4.19
Date: Thu, 9 Aug 2018 10:07:34 +0200	[thread overview]
Message-ID: <20180809080734.GA1527@infradead.org> (raw)

Hi Jens,

this should be the last round of NVMe updates before the 4.19 merge
window opens.  It conains support for write protected (aka read-only)
namespaces from Chaitanya, two ANA fixes from Hannes and a fabrics
fix from Tal Shorer.


The following changes since commit f10fe9d85dc0802b54519c917716e6f0092b4ce7:

  lightnvm: remove minor version check for 2.0 (2018-08-05 19:36:09 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-4.19

for you to fetch changes up to 66414e80245e1e73222f67ee711951c7f4bdedab:

  nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever (2018-08-08 12:01:49 +0200)

----------------------------------------------------------------
Chaitanya Kulkarni (3):
      nvme.h: add support for ns write protect definitions
      nvme: set gendisk read only based on nsattr
      nvmet: add ns write protect support

Hannes Reinecke (2):
      nvme: fixup crash on failed discovery
      nvme.h: fixup ANA group descriptor format

Tal Shorer (1):
      nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever

 drivers/nvme/host/core.c          |  6 ++++
 drivers/nvme/host/fabrics.c       |  2 +-
 drivers/nvme/host/multipath.c     |  2 +-
 drivers/nvme/target/admin-cmd.c   | 76 +++++++++++++++++++++++++++++++++++++++
 drivers/nvme/target/core.c        | 20 ++++++++++-
 drivers/nvme/target/io-cmd-bdev.c |  7 ++++
 drivers/nvme/target/io-cmd-file.c | 12 ++++---
 drivers/nvme/target/nvmet.h       |  4 +++
 include/linux/nvme.h              | 19 ++++++++--
 9 files changed, 138 insertions(+), 10 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: hch@infradead.org (Christoph Hellwig)
Subject: [GIT PULL] last round of nvme updates for 4.19
Date: Thu, 9 Aug 2018 10:07:34 +0200	[thread overview]
Message-ID: <20180809080734.GA1527@infradead.org> (raw)

Hi Jens,

this should be the last round of NVMe updates before the 4.19 merge
window opens.  It conains support for write protected (aka read-only)
namespaces from Chaitanya, two ANA fixes from Hannes and a fabrics
fix from Tal Shorer.


The following changes since commit f10fe9d85dc0802b54519c917716e6f0092b4ce7:

  lightnvm: remove minor version check for 2.0 (2018-08-05 19:36:09 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-4.19

for you to fetch changes up to 66414e80245e1e73222f67ee711951c7f4bdedab:

  nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever (2018-08-08 12:01:49 +0200)

----------------------------------------------------------------
Chaitanya Kulkarni (3):
      nvme.h: add support for ns write protect definitions
      nvme: set gendisk read only based on nsattr
      nvmet: add ns write protect support

Hannes Reinecke (2):
      nvme: fixup crash on failed discovery
      nvme.h: fixup ANA group descriptor format

Tal Shorer (1):
      nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever

 drivers/nvme/host/core.c          |  6 ++++
 drivers/nvme/host/fabrics.c       |  2 +-
 drivers/nvme/host/multipath.c     |  2 +-
 drivers/nvme/target/admin-cmd.c   | 76 +++++++++++++++++++++++++++++++++++++++
 drivers/nvme/target/core.c        | 20 ++++++++++-
 drivers/nvme/target/io-cmd-bdev.c |  7 ++++
 drivers/nvme/target/io-cmd-file.c | 12 ++++---
 drivers/nvme/target/nvmet.h       |  4 +++
 include/linux/nvme.h              | 19 ++++++++--
 9 files changed, 138 insertions(+), 10 deletions(-)

             reply	other threads:[~2018-08-09  8:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-09  8:07 Christoph Hellwig [this message]
2018-08-09  8:07 ` [GIT PULL] last round of nvme updates for 4.19 Christoph Hellwig
2018-08-09 14:28 ` Jens Axboe
2018-08-09 14:28   ` 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=20180809080734.GA1527@infradead.org \
    --to=hch@infradead.org \
    --cc=axboe@kernel.dk \
    --cc=keith.busch@intel.com \
    --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.