linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for 5.8
@ 2020-07-29 17:09 Christoph Hellwig
  2020-07-29 17:22 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2020-07-29 17:09 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit adc99fd378398f4c58798a1c57889872967d56a6:

  nvme-tcp: fix possible hang waiting for icresp response (2020-07-26 17:24:27 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 5bedd3afee8eb01ccd256f0cd2cc0fa6f841417a:

  nvme: add a Identify Namespace Identification Descriptor list quirk (2020-07-29 08:05:44 +0200)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: add a Identify Namespace Identification Descriptor list quirk

Kai-Heng Feng (1):
      nvme-pci: prevent SK hynix PC400 from using Write Zeroes command

 drivers/nvme/host/core.c | 15 +++------------
 drivers/nvme/host/nvme.h |  7 +++++++
 drivers/nvme/host/pci.c  |  4 ++++
 3 files changed, 14 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [GIT PULL] nvme fixes for 5.8
@ 2020-07-29 17:30 Christoph Hellwig
  2020-07-29 17:37 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2020-07-29 17:30 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit 1f273e255b285282707fa3246391f66e9dc4178f:

  Merge branch 'nvme-5.8' of git://git.infradead.org/nvme into block-5.8 (2020-07-16 08:58:14 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 5bedd3afee8eb01ccd256f0cd2cc0fa6f841417a:

  nvme: add a Identify Namespace Identification Descriptor list quirk (2020-07-29 08:05:44 +0200)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: add a Identify Namespace Identification Descriptor list quirk

Kai-Heng Feng (1):
      nvme-pci: prevent SK hynix PC400 from using Write Zeroes command

Sagi Grimberg (1):
      nvme-tcp: fix possible hang waiting for icresp response

 drivers/nvme/host/core.c | 15 +++------------
 drivers/nvme/host/nvme.h |  7 +++++++
 drivers/nvme/host/pci.c  |  4 ++++
 drivers/nvme/host/tcp.c  |  3 +++
 4 files changed, 17 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [GIT PULL] nvme fixes for 5.8
@ 2020-07-02  8:42 Christoph Hellwig
  2020-07-02 18:11 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2020-07-02  8:42 UTC (permalink / raw)
  To: axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit e7eea44eefbdd5f0345a0a8b80a3ca1c21030d06:

  virtio-blk: free vblk-vqs in error path of virtblk_probe() (2020-06-30 19:02:58 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 72d447113bb751ded97b2e2c38f886e4a4139082:

  nvme: fix a crash in nvme_mpath_add_disk (2020-07-02 10:38:00 +0200)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: fix a crash in nvme_mpath_add_disk

Sagi Grimberg (1):
      nvme: fix identify error status silent ignore

 drivers/nvme/host/core.c      | 12 +++++++++---
 drivers/nvme/host/multipath.c |  7 ++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [GIT PULL] nvme fixes for 5.8
@ 2020-06-25 16:53 Christoph Hellwig
  2020-06-25 18:57 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2020-06-25 16:53 UTC (permalink / raw)
  To: axboe; +Cc: Keith Busch, Sagi Grimberg, linux-nvme, linux-block

The following changes since commit 0b8eb629a700c0ef15a437758db8255f8444e76c:

  block: release bip in a right way in error path (2020-06-24 08:49:07 -0600)

are available in the Git repository at:

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

for you to fetch changes up to c31244669f57963b6ce133a5555b118fc50aec95:

  nvme-multipath: fix bogus request queue reference put (2020-06-24 18:41:20 +0200)

----------------------------------------------------------------
Anton Eidelman (2):
      nvme-multipath: fix deadlock between ana_work and scan_work
      nvme-multipath: fix deadlock due to head->lock

Max Gurtovoy (6):
      nvme: set initial value for controller's numa node
      nvme-pci: override the value of the controller's numa node
      nvme-pci: initialize tagset numa value to the value of the ctrl
      nvme-tcp: initialize tagset numa value to the value of the ctrl
      nvme-loop: initialize tagset numa value to the value of the ctrl
      nvme-rdma: assign completion vector correctly

Sagi Grimberg (3):
      nvme: fix possible deadlock when I/O is blocked
      nvme: don't protect ns mutation with ns->head->lock
      nvme-multipath: fix bogus request queue reference put

 drivers/nvme/host/core.c      |  2 +-
 drivers/nvme/host/multipath.c | 46 +++++++++++++++++++++++++++----------------
 drivers/nvme/host/nvme.h      |  2 ++
 drivers/nvme/host/pci.c       |  6 ++++--
 drivers/nvme/host/rdma.c      |  2 +-
 drivers/nvme/host/tcp.c       |  4 ++--
 drivers/nvme/target/loop.c    |  4 ++--
 7 files changed, 41 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [GIT PULL] nvme fixes for 5.8
@ 2020-06-11  6:22 Christoph Hellwig
  2020-06-11 15:10 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2020-06-11  6:22 UTC (permalink / raw)
  To: axboe; +Cc: Keith Busch, linux-block, Sagi Grimberg, linux-nvme

The following changes since commit abfbb29297c27e3f101f348dc9e467b0fe70f919:

  Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc (2020-06-08 13:01:08 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 103ab3d94987ec18f222e78851807574fe59e6c2:

  nvmet: fail outstanding host posted AEN req (2020-06-11 08:15:15 +0200)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvmet: fail outstanding host posted AEN req

Christoph Hellwig (1):
      nvme-pci: use simple suspend when a HMB is enabled

Daniel Wagner (1):
      nvme-fc: don't call nvme_cleanup_cmd() for AENs

Max Gurtovoy (1):
      nvmet-tcp: constify nvmet_tcp_ops

Niklas Cassel (1):
      nvme: do not call del_gendisk() on a disk that was never added

Rikard Falkeborn (1):
      nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops

 drivers/nvme/host/core.c   |  4 +---
 drivers/nvme/host/fc.c     |  5 +++--
 drivers/nvme/host/pci.c    |  6 ++++++
 drivers/nvme/host/tcp.c    |  8 ++++----
 drivers/nvme/target/core.c | 27 ++++++++++++++++++++-------
 drivers/nvme/target/tcp.c  |  4 ++--
 6 files changed, 36 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2020-07-29 17:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 17:09 [GIT PULL] nvme fixes for 5.8 Christoph Hellwig
2020-07-29 17:22 ` Jens Axboe
2020-07-29 17:29   ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2020-07-29 17:30 Christoph Hellwig
2020-07-29 17:37 ` Jens Axboe
2020-07-02  8:42 Christoph Hellwig
2020-07-02 18:11 ` Jens Axboe
2020-06-25 16:53 Christoph Hellwig
2020-06-25 18:57 ` Jens Axboe
2020-06-11  6:22 Christoph Hellwig
2020-06-11 15:10 ` 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).