]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme into block-6.16
authorJens Axboe <axboe@kernel.dk>
Thu, 5 Jun 2025 13:40:38 +0000 (07:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 Jun 2025 13:40:38 +0000 (07:40 -0600)
commit6f65947a1e684db28b9407ea51927ed5157caf41
tree52772fe6ec34d4a76015328e25e7fe455ffa3b84
parenta2f4c1ae163b815dc81e3cab97c3149fdc6639e3
parent44e479d7202070c3bc7f084a4951ee8689769f71
Merge tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme into block-6.16

Pull NVMe updates and fixes from Christoph:

"nvme updates for Linux 6.16

 - TCP error handling fix (Shin'ichiro Kawasaki)
 - TCP I/O stall handling fixes (Hannes Reinecke)
 - fix command limits status code (Keith Busch)
 - support vectored buffers also for passthrough (Pavel Begunkov)
 - spelling fixes (Yi Zhang)"

* tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme:
  nvme: spelling fixes
  nvme-tcp: fix I/O stalls on congested sockets
  nvme-tcp: sanitize request list handling
  nvme-tcp: remove tag set when second admin queue config fails
  nvme: enable vectored registered bufs for passthrough cmds
  nvme: fix implicit bool to flags conversion
  nvme: fix command limits status code