All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for 5.9
@ 2020-09-17 17:36 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-17 17:36 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

The following changes since commit 709192d531e5b0a91f20aa14abfe2fc27ddd47af:

  s390/dasd: Fix zero write for FBA devices (2020-09-14 19:40:21 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-17

for you to fetch changes up to 3a6b076168e20a50289d71f601f1dd02be0f8e88:

  nvmet: get transport reference for passthru ctrl (2020-09-17 10:36:25 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - another quirk for the controller from hell (David Milburn)
 - fix a Kconfig dependency (Necip Fazil Yildiran)
 - char devices / passthrough refcount fixes (Chaitanya Kulkarni)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: get/put ctrl and transport module in nvme_dev_open/release()

Christoph Hellwig (1):
      nvmet: get transport reference for passthru ctrl

David Milburn (1):
      nvme-pci: disable the write zeros command for Intel 600P/P3100

Necip Fazil Yildiran (1):
      nvme-tcp: fix kconfig dependency warning when !CRYPTO

 drivers/nvme/host/Kconfig      |  1 +
 drivers/nvme/host/core.c       | 15 +++++++++++++++
 drivers/nvme/host/pci.c        |  3 ++-
 drivers/nvme/target/passthru.c |  2 ++
 4 files changed, 20 insertions(+), 1 deletion(-)

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

* [GIT PULL] nvme fixes for 5.9
@ 2020-09-17 17:36 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-17 17:36 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 709192d531e5b0a91f20aa14abfe2fc27ddd47af:

  s390/dasd: Fix zero write for FBA devices (2020-09-14 19:40:21 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-17

for you to fetch changes up to 3a6b076168e20a50289d71f601f1dd02be0f8e88:

  nvmet: get transport reference for passthru ctrl (2020-09-17 10:36:25 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - another quirk for the controller from hell (David Milburn)
 - fix a Kconfig dependency (Necip Fazil Yildiran)
 - char devices / passthrough refcount fixes (Chaitanya Kulkarni)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: get/put ctrl and transport module in nvme_dev_open/release()

Christoph Hellwig (1):
      nvmet: get transport reference for passthru ctrl

David Milburn (1):
      nvme-pci: disable the write zeros command for Intel 600P/P3100

Necip Fazil Yildiran (1):
      nvme-tcp: fix kconfig dependency warning when !CRYPTO

 drivers/nvme/host/Kconfig      |  1 +
 drivers/nvme/host/core.c       | 15 +++++++++++++++
 drivers/nvme/host/pci.c        |  3 ++-
 drivers/nvme/target/passthru.c |  2 ++
 4 files changed, 20 insertions(+), 1 deletion(-)

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

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

* Re: [GIT PULL] nvme fixes for 5.9
  2020-09-17 17:36 ` Christoph Hellwig
@ 2020-09-17 17:50   ` Jens Axboe
  -1 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-17 17:50 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

On 9/17/20 11:36 AM, Christoph Hellwig wrote:
> The following changes since commit 709192d531e5b0a91f20aa14abfe2fc27ddd47af:
> 
>   s390/dasd: Fix zero write for FBA devices (2020-09-14 19:40:21 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-17

Pulled, thanks.

-- 
Jens Axboe


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

* Re: [GIT PULL] nvme fixes for 5.9
@ 2020-09-17 17:50   ` Jens Axboe
  0 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-17 17:50 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 9/17/20 11:36 AM, Christoph Hellwig wrote:
> The following changes since commit 709192d531e5b0a91f20aa14abfe2fc27ddd47af:
> 
>   s390/dasd: Fix zero write for FBA devices (2020-09-14 19:40:21 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-17

Pulled, thanks.

-- 
Jens Axboe


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

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

* Re: [GIT PULL] nvme fixes for 5.9
  2020-09-24 13:46 ` Christoph Hellwig
@ 2020-09-24 19:43   ` Jens Axboe
  -1 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-24 19:43 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 9/24/20 7:46 AM, Christoph Hellwig wrote:
> The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:
> 
>   Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

Pulled, thanks.

-- 
Jens Axboe


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

* Re: [GIT PULL] nvme fixes for 5.9
@ 2020-09-24 19:43   ` Jens Axboe
  0 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-24 19:43 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 9/24/20 7:46 AM, Christoph Hellwig wrote:
> The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:
> 
>   Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

Pulled, thanks.

-- 
Jens Axboe


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

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

* [GIT PULL] nvme fixes for 5.9
@ 2020-09-24 13:46 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-24 13:46 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:

  Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

for you to fetch changes up to 46d2613eae51d527ecaf0e8248a9bfcc0b92aa7e:

  nvme-core: don't use NVME_NSID_ALL for command effects and supported log (2020-09-23 20:01:47 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - fix error during controller probe that cause double free irqs
   (Keith Busch)
 - FC connection establishment fix (James Smart)
 - properly handle completions for invalid tags (Xianting Tian)
 - pass the correct nsid to the command effects and supported log
   (Chaitanya Kulkarni)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: don't use NVME_NSID_ALL for command effects and supported log

James Smart (1):
      nvme-fc: fail new connections to a deleted host or remote port

Keith Busch (1):
      nvme: return errors for hwmon init

Xianting Tian (1):
      nvme-pci: fix NULL req in completion handler

 drivers/nvme/host/core.c  |  9 ++++++---
 drivers/nvme/host/fc.c    |  6 ++++--
 drivers/nvme/host/hwmon.c | 14 ++++++--------
 drivers/nvme/host/nvme.h  |  7 +++++--
 drivers/nvme/host/pci.c   | 14 +++++++-------
 5 files changed, 28 insertions(+), 22 deletions(-)

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

* [GIT PULL] nvme fixes for 5.9
@ 2020-09-24 13:46 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-24 13:46 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:

  Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

for you to fetch changes up to 46d2613eae51d527ecaf0e8248a9bfcc0b92aa7e:

  nvme-core: don't use NVME_NSID_ALL for command effects and supported log (2020-09-23 20:01:47 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - fix error during controller probe that cause double free irqs
   (Keith Busch)
 - FC connection establishment fix (James Smart)
 - properly handle completions for invalid tags (Xianting Tian)
 - pass the correct nsid to the command effects and supported log
   (Chaitanya Kulkarni)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: don't use NVME_NSID_ALL for command effects and supported log

James Smart (1):
      nvme-fc: fail new connections to a deleted host or remote port

Keith Busch (1):
      nvme: return errors for hwmon init

Xianting Tian (1):
      nvme-pci: fix NULL req in completion handler

 drivers/nvme/host/core.c  |  9 ++++++---
 drivers/nvme/host/fc.c    |  6 ++++--
 drivers/nvme/host/hwmon.c | 14 ++++++--------
 drivers/nvme/host/nvme.h  |  7 +++++--
 drivers/nvme/host/pci.c   | 14 +++++++-------
 5 files changed, 28 insertions(+), 22 deletions(-)

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

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

* Re: [GIT PULL] nvme fixes for 5.9
  2020-09-10 10:01 ` Christoph Hellwig
@ 2020-09-10 13:12   ` Jens Axboe
  -1 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-10 13:12 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

On 9/10/20 4:01 AM, Christoph Hellwig wrote:
> The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:
> 
>   block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

Pulled, thanks.

-- 
Jens Axboe


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

* Re: [GIT PULL] nvme fixes for 5.9
@ 2020-09-10 13:12   ` Jens Axboe
  0 siblings, 0 replies; 12+ messages in thread
From: Jens Axboe @ 2020-09-10 13:12 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 9/10/20 4:01 AM, Christoph Hellwig wrote:
> The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:
> 
>   block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

Pulled, thanks.

-- 
Jens Axboe


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

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

* [GIT PULL] nvme fixes for 5.9
@ 2020-09-10 10:01 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-10 10:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:

  block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

for you to fetch changes up to 73a5379937ec89b91e907bb315e2434ee9696a2c:

  nvme-fabrics: allow to queue requests for live queues (2020-09-09 08:00:50 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - cancel async events before freeing them (David Milburn)
 - revert a broken race fix (James Smart)
 - fix command processing during resets (Sagi Grimberg)

----------------------------------------------------------------
David Milburn (3):
      nvme-fc: cancel async events before freeing event struct
      nvme-rdma: cancel async events before freeing event struct
      nvme-tcp: cancel async events before freeing event struct

James Smart (1):
      nvme: Revert: Fix controller creation races with teardown flow

Sagi Grimberg (1):
      nvme-fabrics: allow to queue requests for live queues

 drivers/nvme/host/core.c    |  5 -----
 drivers/nvme/host/fabrics.c | 12 ++++++++----
 drivers/nvme/host/fc.c      |  1 +
 drivers/nvme/host/nvme.h    |  1 -
 drivers/nvme/host/rdma.c    |  1 +
 drivers/nvme/host/tcp.c     |  1 +
 6 files changed, 11 insertions(+), 10 deletions(-)

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

* [GIT PULL] nvme fixes for 5.9
@ 2020-09-10 10:01 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2020-09-10 10:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 88ce2a530cc9865a894454b2e40eba5957a60e1a:

  block: restore a specific error code in bdev_del_partition (2020-09-08 08:18:24 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-10

for you to fetch changes up to 73a5379937ec89b91e907bb315e2434ee9696a2c:

  nvme-fabrics: allow to queue requests for live queues (2020-09-09 08:00:50 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - cancel async events before freeing them (David Milburn)
 - revert a broken race fix (James Smart)
 - fix command processing during resets (Sagi Grimberg)

----------------------------------------------------------------
David Milburn (3):
      nvme-fc: cancel async events before freeing event struct
      nvme-rdma: cancel async events before freeing event struct
      nvme-tcp: cancel async events before freeing event struct

James Smart (1):
      nvme: Revert: Fix controller creation races with teardown flow

Sagi Grimberg (1):
      nvme-fabrics: allow to queue requests for live queues

 drivers/nvme/host/core.c    |  5 -----
 drivers/nvme/host/fabrics.c | 12 ++++++++----
 drivers/nvme/host/fc.c      |  1 +
 drivers/nvme/host/nvme.h    |  1 -
 drivers/nvme/host/rdma.c    |  1 +
 drivers/nvme/host/tcp.c     |  1 +
 6 files changed, 11 insertions(+), 10 deletions(-)

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

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

end of thread, other threads:[~2020-09-24 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 17:36 [GIT PULL] nvme fixes for 5.9 Christoph Hellwig
2020-09-17 17:36 ` Christoph Hellwig
2020-09-17 17:50 ` Jens Axboe
2020-09-17 17:50   ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2020-09-24 13:46 Christoph Hellwig
2020-09-24 13:46 ` Christoph Hellwig
2020-09-24 19:43 ` Jens Axboe
2020-09-24 19:43   ` Jens Axboe
2020-09-10 10:01 Christoph Hellwig
2020-09-10 10:01 ` Christoph Hellwig
2020-09-10 13:12 ` Jens Axboe
2020-09-10 13:12   ` 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.