mbox series

[GIT,PULL] nvme fixes for 5.10

Message ID 20201105075604.GA1690984@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for 5.10 | expand

Pull-request

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

Message

Christoph Hellwig Nov. 5, 2020, 7:56 a.m. UTC
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(-)

Comments

Jens Axboe Nov. 5, 2020, 2:11 p.m. UTC | #1
On 11/5/20 12:56 AM, Christoph Hellwig wrote:
> 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

Pulled, thanks.