[GIT PULL] nvme fixes for 5.10

Christoph Hellwig hch at infradead.org
Thu Nov 5 02:56:04 EST 2020


The following changes since commit 65ff5cd04551daf2c11c7928e48fc3483391c900:

  blk-mq: mark flush request as IDLE in flush_end_io() (2020-10-30 08:33:49 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-05

for you to fetch changes up to 0a8a2c85b83589a5c10bc5564b796836bf4b4984:

  nvme-tcp: avoid repeated request completion (2020-11-03 10:26:02 +0100)

----------------------------------------------------------------
nvme fixes for 5.10:

 - revert a nvme_queue size optimization (Keith Bush)
 - fabrics timeout races fixes (Chao Leng and Sagi Grimberg)

----------------------------------------------------------------
Chao Leng (3):
      nvme: introduce nvme_sync_io_queues
      nvme-rdma: avoid race between time out and tear down
      nvme-tcp: avoid race between time out and tear down

Keith Busch (1):
      Revert "nvme-pci: remove last_sq_tail"

Sagi Grimberg (2):
      nvme-rdma: avoid repeated request completion
      nvme-tcp: avoid repeated request completion

 drivers/nvme/host/core.c |  8 ++++++--
 drivers/nvme/host/nvme.h |  1 +
 drivers/nvme/host/pci.c  | 23 +++++++++++++++++++----
 drivers/nvme/host/rdma.c | 14 +++-----------
 drivers/nvme/host/tcp.c  | 16 ++++------------
 5 files changed, 33 insertions(+), 29 deletions(-)



More information about the Linux-nvme mailing list