]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Mar 2025 21:22:05 +0000 (11:22 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Mar 2025 21:22:05 +0000 (11:22 -1000)
commit580b2032359d978418e5f7178511aef512229345
treee769059200e3c649d488984364fb1886791f67f3
parent83158b21ae9a1a5c8285c3d542981bae914e26b6
parenta9381351dd6c52bf465233cae5f50da227834607
Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:

 - NVMe pull request via Keith:
     - Concurrent pci error and hotplug handling fix (Keith)
     - Endpoint function fixes (Damien)

 - Fix for a regression introduced in this cycle with error checking for
   batched request completions (Shin'ichiro)

* tag 'block-6.14-20250313' of git://git.kernel.dk/linux:
  block: change blk_mq_add_to_batch() third argument type to bool
  nvme: move error logging from nvme_end_req() to __nvme_end_req()
  nvmet: pci-epf: Do not add an IRQ vector if not needed
  nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created
  nvme-pci: fix stuck reset on concurrent DPC and HP
drivers/block/virtio_blk.c