The following changes since commit 8098514bd5ca98beca6ec725751d82d0d5b492d8: block: always allocate integrity buffer when required (2025-05-12 07:14:03 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.15-2025-05-15 for you to fetch changes up to e765bf89f42b5c82132a556b630affeb82b2a21f: nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (2025-05-14 17:16:16 +0200) ---------------------------------------------------------------- nvme fixes for linux 6.15 - fixes for atomic writes (Alan Adamson) - fixes for polled CQs in nvmet-epf (Damien Le Moal) - fix for polled CQs in nvme-pci (Keith Busch) - fix compile on odd configs that need to be forced to inline (Kees Cook) - one more quirk (Ilya Guterman) ---------------------------------------------------------------- Alan Adamson (2): nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing nvme: all namespaces in a subsystem must adhere to a common atomic write size Damien Le Moal (5): nvmet: pci-epf: clear completion queue IRQ flag on delete nvmet: pci-epf: do not fall back to using INTX if not supported nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq() nvmet: pci-epf: improve debug message nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ Ilya Guterman (1): nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro Kees Cook (1): nvme-pci: make nvme_pci_npages_prp() __always_inline Keith Busch (1): nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable drivers/nvme/host/core.c | 30 +++++++++++++++++++++++++++--- drivers/nvme/host/multipath.c | 3 ++- drivers/nvme/host/nvme.h | 3 ++- drivers/nvme/host/pci.c | 6 +++++- drivers/nvme/target/pci-epf.c | 39 +++++++++++++++++++++++---------------- 5 files changed, 59 insertions(+), 22 deletions(-)