[GIT PULL] nvme fixes for 5.10-rc1
Christoph Hellwig
hch at infradead.org
Fri Oct 23 07:00:35 EDT 2020
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(-)
More information about the Linux-nvme
mailing list