]> www.infradead.org Git - linux.git/commit
Merge tag 'nvme-6.12-2024-10-18' of git://git.infradead.org/nvme into block-6.12
authorJens Axboe <axboe@kernel.dk>
Thu, 17 Oct 2024 18:49:27 +0000 (12:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Oct 2024 18:49:27 +0000 (12:49 -0600)
commitde7007e9e6fe08dc7b45693d7e8cef41f9499854
tree2aa7c96de3f9c9c70c1187132a6a64e90206c947
parent42aafd8b48adac1c3b20fe5892b1b91b80c1a1e6
parent599d9f3a10eec69ef28a90161763e4bd7c9c02bf
Merge tag 'nvme-6.12-2024-10-18' of git://git.infradead.org/nvme into block-6.12

Pull NVMe fixes from Keith:

"nvme fixes for Linux 6.12

 - Fix target passthrough identifier (Nilay)
 - Fix tcp locking (Hannes)
 - Replace list with sbitmap for tracking RDMA rsp tags (Guixen)
 - Remove unnecessary fallthrough statements (Tokunori)
 - Remove ready-without-media support (Greg)
 - Fix multipath partition scan deadlock (Keith)
 - Fix concurrent PCI reset and remove queue mapping (Maurizio)
 - Fabrics shutdown fixes (Nilay)"

* tag 'nvme-6.12-2024-10-18' of git://git.infradead.org/nvme:
  nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
  nvme: make keep-alive synchronous operation
  nvme-loop: flush off pending I/O while shutting down loop controller
  nvme-pci: fix race condition between reset and nvme_dev_disable()
  nvme-multipath: defer partition scanning
  nvme: disable CC.CRIME (NVME_CC_CRIME)
  nvme: delete unnecessary fallthru comment
  nvmet-rdma: use sbitmap to replace rsp free list
  nvme: tcp: avoid race between queue_lock lock and destroy
  nvmet-passthru: clear EUID/NGUID/UUID while using loop target
  block: fix blk_rq_map_integrity_sg kernel-doc