linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] nvme fix for 5.7
@ 2020-05-16 13:25 Christoph Hellwig
  2020-05-16 15:26 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2020-05-16 13:25 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 59c7c3caaaf8750df4ec3255082f15eb4e371514:

  nvme: fix possible hang when ns scanning fails during error recovery (2020-05-09 16:07:58 -0600)

are available in the Git repository at:

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

for you to fetch changes up to b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:

  nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)

----------------------------------------------------------------
Keith Busch (1):
      nvme-pci: dma read memory barrier for completions

 drivers/nvme/host/pci.c | 5 +++++
 1 file changed, 5 insertions(+)

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

* Re: [GIT PULL] nvme fix for 5.7
  2020-05-16 13:25 [GIT PULL] nvme fix for 5.7 Christoph Hellwig
@ 2020-05-16 15:26 ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2020-05-16 15:26 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 5/16/20 7:25 AM, Christoph Hellwig wrote:
> The following changes since commit 59c7c3caaaf8750df4ec3255082f15eb4e371514:
> 
>   nvme: fix possible hang when ns scanning fails during error recovery (2020-05-09 16:07:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7
> 
> for you to fetch changes up to b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:
> 
>   nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)
> 
> ----------------------------------------------------------------
> Keith Busch (1):
>       nvme-pci: dma read memory barrier for completions
> 
>  drivers/nvme/host/pci.c | 5 +++++
>  1 file changed, 5 insertions(+)

Pulled, thanks.

-- 
Jens Axboe


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

* Re: [GIT PULL] nvme fix for 5.7
  2020-05-28 13:22 Christoph Hellwig
@ 2020-05-28 14:48 ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2020-05-28 14:48 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 5/28/20 7:22 AM, Christoph Hellwig wrote:
> The following changes since commit b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:
> 
>   nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7

Pulled, thanks.

-- 
Jens Axboe


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

* [GIT PULL] nvme fix for 5.7
@ 2020-05-28 13:22 Christoph Hellwig
  2020-05-28 14:48 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2020-05-28 13:22 UTC (permalink / raw)
  To: axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit b69e2ef24b7b4867f80f47e2781e95d0bacd15cb:

  nvme-pci: dma read memory barrier for completions (2020-05-12 18:02:24 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9210c075cef29c1f764b4252f93105103bdfb292:

  nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll() (2020-05-27 20:32:56 +0200)

----------------------------------------------------------------
Dongli Zhang (1):
      nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()

 drivers/nvme/host/pci.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL] nvme fix for 5.7
  2020-04-30 15:28 Christoph Hellwig
@ 2020-04-30 15:33 ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2020-04-30 15:33 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

On 4/30/20 9:28 AM, Christoph Hellwig wrote:
> The following changes since commit d205bde78fa53e1ce256b1f7f65ede9696d73ee5:
> 
>   null_blk: Cleanup zoned device initialization (2020-04-23 09:35:09 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7
> 
> for you to fetch changes up to 132be62387c7a72a38872676c18b0dfae264adb8:
> 
>   nvme: prevent double free in nvme_alloc_ns() error handling (2020-04-27 17:08:06 +0200)
> 
> ----------------------------------------------------------------
> Niklas Cassel (1):
>       nvme: prevent double free in nvme_alloc_ns() error handling
> 
>  drivers/nvme/host/core.c | 2 ++
>  1 file changed, 2 insertions(+)

Pulled, thanks.

-- 
Jens Axboe


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

* [GIT PULL] nvme fix for 5.7
@ 2020-04-30 15:28 Christoph Hellwig
  2020-04-30 15:33 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2020-04-30 15:28 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

The following changes since commit d205bde78fa53e1ce256b1f7f65ede9696d73ee5:

  null_blk: Cleanup zoned device initialization (2020-04-23 09:35:09 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 132be62387c7a72a38872676c18b0dfae264adb8:

  nvme: prevent double free in nvme_alloc_ns() error handling (2020-04-27 17:08:06 +0200)

----------------------------------------------------------------
Niklas Cassel (1):
      nvme: prevent double free in nvme_alloc_ns() error handling

 drivers/nvme/host/core.c | 2 ++
 1 file changed, 2 insertions(+)

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

end of thread, other threads:[~2020-05-28 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 13:25 [GIT PULL] nvme fix for 5.7 Christoph Hellwig
2020-05-16 15:26 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2020-05-28 13:22 Christoph Hellwig
2020-05-28 14:48 ` Jens Axboe
2020-04-30 15:28 Christoph Hellwig
2020-04-30 15:33 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).