aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2025-05-20nvme-loop: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds5-22/+59
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-14nvme: all namespaces in a subsystem must adhere to a common atomic write sizeAlan Adamson2-4/+29
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson1-1/+2
2025-05-13nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQDamien Le Moal1-3/+1
2025-05-13nvmet: pci-epf: improve debug messageDamien Le Moal1-2/+8
2025-05-13nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()Damien Le Moal1-5/+5
2025-05-13nvmet: pci-epf: do not fall back to using INTX if not supportedDamien Le Moal1-5/+7
2025-05-13nvmet: pci-epf: clear completion queue IRQ flag on deleteDamien Le Moal1-1/+2
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-13nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-1/+1
2025-05-07nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-06nvme: fix incorrect sizeofKanchan Joshi1-1/+1
2025-05-06nvme: fix write_stream_granularity initializationCaleb Sander Mateos1-1/+1
2025-05-06nvme: use fdp streams if write stream is providedKeith Busch2-1/+31
2025-05-06nvme: register fdp parameters with the block layerKeith Busch2-0/+146
2025-05-06nvme: pass a void pointer to nvme_get/set_features for the resultChristoph Hellwig2-4/+4
2025-05-06nvme: add a nvme_get_log_lsi helperChristoph Hellwig1-2/+12
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe6-5/+42
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds6-5/+42
2025-04-30nvmet-auth: always free derived key dataHannes Reinecke1-2/+1
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-04-30nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe1-0/+3
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds4-39/+67
2025-04-16nvmet: pci-epf: cleanup link state managementDamien Le Moal1-6/+8
2025-04-16nvmet: pci-epf: clear CC and CSTS when disabling the controllerDamien Le Moal1-17/+32
2025-04-16nvmet: pci-epf: always fully initialize completion entriesDamien Le Moal1-7/+18
2025-04-16nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()Damien Le Moal1-1/+1
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke1-7/+7
2025-04-16nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds5-75/+72
2025-04-09nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-04-09nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-04-09nvmet-fc: update tgtport ref per assocDaniel Wagner1-0/+3
2025-04-09nvmet-fc: inline nvmet_fc_free_hostportDaniel Wagner1-16/+6
2025-04-09nvmet-fc: inline nvmet_fc_delete_assocDaniel Wagner1-8/+2
2025-04-09nvmet-fcloop: add ref counting to lportDaniel Wagner1-13/+31
2025-04-09nvmet-fcloop: replace kref with refcountDaniel Wagner1-24/+12
2025-04-09nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1