All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] NVMe updates
@ 2016-12-22 18:33 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2016-12-22 18:33 UTC (permalink / raw)
  To: axboe; +Cc: keith.busch, sagi, linux-nvme, linux-block

Hi Jens,

below is the pull request for additional NVMe updates for 4.10.

The most significant one is that we've agreed on shared maintaince and
a common repository for the PCIe NVMe driver and NVMe over Fabrics.  The
target code still only has a subset of the maintainers but goes through
the same tree as well.  Keith, Sagi and me will take turns at collecting
patches and sending you pull requests.


The following changes since commit ba6d973f78eb62ffebb32f6ef3334fc9a3b33d22:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-12-20 15:48:34 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7c3a23b85cac5f3caa531f369c1e3a5f1a8b555f:

  nvmet/fcloop: remove some logically dead code performing redundant ret checks (2016-12-21 11:34:28 +0100)

----------------------------------------------------------------
Andy Lutomirski (1):
      nvme/scsi: Remove START STOP emulation

Christoph Hellwig (1):
      nvme: update maintainers information

Colin Ian King (1):
      nvmet/fcloop: remove some logically dead code performing redundant ret checks

Daniel Verkamp (1):
      nvmet: fix KATO offset in Set Features

James Smart (1):
      nvme/fc: correct some printk information

Johannes Thumshirn (1):
      nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues

Keith Busch (2):
      nvme: simplify stripe quirk
      nvme/pci: Delete misleading queue-wrap comment

Max Gurtovoy (1):
      nvme/pci: Fix whitespace problem

 MAINTAINERS                     |  9 +++++++--
 drivers/nvme/host/core.c        | 17 ++---------------
 drivers/nvme/host/fc.c          | 19 ++++++++++---------
 drivers/nvme/host/nvme.h        |  1 -
 drivers/nvme/host/pci.c         | 15 ++++-----------
 drivers/nvme/host/scsi.c        | 27 ---------------------------
 drivers/nvme/target/admin-cmd.c |  4 +---
 drivers/nvme/target/fcloop.c    |  4 ++--
 8 files changed, 26 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] NVMe updates
@ 2016-12-22 18:33 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2016-12-22 18:33 UTC (permalink / raw)


Hi Jens,

below is the pull request for additional NVMe updates for 4.10.

The most significant one is that we've agreed on shared maintaince and
a common repository for the PCIe NVMe driver and NVMe over Fabrics.  The
target code still only has a subset of the maintainers but goes through
the same tree as well.  Keith, Sagi and me will take turns at collecting
patches and sending you pull requests.


The following changes since commit ba6d973f78eb62ffebb32f6ef3334fc9a3b33d22:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-12-20 15:48:34 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7c3a23b85cac5f3caa531f369c1e3a5f1a8b555f:

  nvmet/fcloop: remove some logically dead code performing redundant ret checks (2016-12-21 11:34:28 +0100)

----------------------------------------------------------------
Andy Lutomirski (1):
      nvme/scsi: Remove START STOP emulation

Christoph Hellwig (1):
      nvme: update maintainers information

Colin Ian King (1):
      nvmet/fcloop: remove some logically dead code performing redundant ret checks

Daniel Verkamp (1):
      nvmet: fix KATO offset in Set Features

James Smart (1):
      nvme/fc: correct some printk information

Johannes Thumshirn (1):
      nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues

Keith Busch (2):
      nvme: simplify stripe quirk
      nvme/pci: Delete misleading queue-wrap comment

Max Gurtovoy (1):
      nvme/pci: Fix whitespace problem

 MAINTAINERS                     |  9 +++++++--
 drivers/nvme/host/core.c        | 17 ++---------------
 drivers/nvme/host/fc.c          | 19 ++++++++++---------
 drivers/nvme/host/nvme.h        |  1 -
 drivers/nvme/host/pci.c         | 15 ++++-----------
 drivers/nvme/host/scsi.c        | 27 ---------------------------
 drivers/nvme/target/admin-cmd.c |  4 +---
 drivers/nvme/target/fcloop.c    |  4 ++--
 8 files changed, 26 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] NVMe updates
  2016-12-22 18:33 ` Christoph Hellwig
@ 2016-12-22 18:55   ` Jens Axboe
  -1 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2016-12-22 18:55 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: keith.busch, sagi, linux-nvme, linux-block

On 12/22/2016 11:33 AM, Christoph Hellwig wrote:
> Hi Jens,
> 
> below is the pull request for additional NVMe updates for 4.10.
> 
> The most significant one is that we've agreed on shared maintaince and
> a common repository for the PCIe NVMe driver and NVMe over Fabrics.  The
> target code still only has a subset of the maintainers but goes through
> the same tree as well.  Keith, Sagi and me will take turns at collecting
> patches and sending you pull requests.

Pulled, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] NVMe updates
@ 2016-12-22 18:55   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2016-12-22 18:55 UTC (permalink / raw)


On 12/22/2016 11:33 AM, Christoph Hellwig wrote:
> Hi Jens,
> 
> below is the pull request for additional NVMe updates for 4.10.
> 
> The most significant one is that we've agreed on shared maintaince and
> a common repository for the PCIe NVMe driver and NVMe over Fabrics.  The
> target code still only has a subset of the maintainers but goes through
> the same tree as well.  Keith, Sagi and me will take turns at collecting
> patches and sending you pull requests.

Pulled, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-22 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-22 18:33 [GIT PULL] NVMe updates Christoph Hellwig
2016-12-22 18:33 ` Christoph Hellwig
2016-12-22 18:55 ` Jens Axboe
2016-12-22 18:55   ` Jens Axboe

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.