mbox series

[GIT,PULL] nvme fixes for 5.10-rc1

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.10-2020-10-23

Message

Christoph Hellwig Oct. 23, 2020, 11 a.m. UTC
The following changes since commit cb3a92da231bcf55c243d00fa619ee36281b0001:

  block: remove unused members for io_context (2020-10-20 07:10:14 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.10-2020-10-23

for you to fetch changes up to f673714a1247669bc90322dfb14a5cf553833796:

  nvme-fc: shorten reconnect delay if possible for FC (2020-10-23 12:54:45 +0200)

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

 - rdma error handling fixes (Chao Leng)
 - fc error handling and reconnect fixes (James Smart)
 - fix the qid displace when tracing ioctl command (Keith Busch)
 - don't use BLK_MQ_REQ_NOWAIT for passthru (Chaitanya Kulkarni)
 - fix MTDT for passthru (Logan Gunthorpe)
 - blacklist Write Same on more devices (Kai-Heng Feng)
 - fix an uninitialized work struct (zhenwei pi)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru

Chao Leng (2):
      nvme-rdma: fix crash when connect rejected
      nvme-rdma: fix crash due to incorrect cqe

James Smart (4):
      nvme-fc: fix io timeout to abort I/O
      nvme-fc: fix error loop in create_hw_io_queues
      nvme-fc: wait for queues to freeze before calling update_hr_hw_queues
      nvme-fc: shorten reconnect delay if possible for FC

Kai-Heng Feng (1):
      nvme-pci: disable Write Zeroes on Sandisk Skyhawk

Keith Busch (1):
      nvme: use queuedata for nvme_req_qid

Logan Gunthorpe (2):
      nvmet: limit passthru MTDS by BIO_MAX_PAGES
      nvmet: cleanup nvmet_passthru_map_sg()

zhenwei pi (1):
      nvmet: fix uninitialized work for zero kato

 drivers/nvme/host/fc.c         | 138 ++++++++++++++++++++++++++++-------------
 drivers/nvme/host/nvme.h       |   2 +-
 drivers/nvme/host/pci.c        |   2 +
 drivers/nvme/host/rdma.c       |   6 +-
 drivers/nvme/target/core.c     |   3 +-
 drivers/nvme/target/passthru.c |  18 ++++--
 6 files changed, 115 insertions(+), 54 deletions(-)

Comments

Jens Axboe Oct. 23, 2020, 1:30 p.m. UTC | #1
On 10/23/20 5:00 AM, Christoph Hellwig wrote:
> The following changes since commit cb3a92da231bcf55c243d00fa619ee36281b0001:
> 
>   block: remove unused members for io_context (2020-10-20 07:10:14 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.10-2020-10-23

Pulled, thanks.