summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/pci-epf.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() failsRick Wertenbroek1-7/+16
2025-07-17nvme: fix incorrect variable in io cqes error messageAlok Tiwari1-1/+1
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-6/+8
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa1-2/+1
2025-05-20nvmet: support completion queue sharingWilfred Mallawa1-5/+7
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa1-0/+1
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-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-01nvmet: pci-epf: Keep completion queues mappedDamien Le Moal1-38/+25
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-3/+9
2025-03-21nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel1-2/+9
2025-03-21nvmet: pci-epf: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-10nvmet: pci-epf: Do not add an IRQ vector if not neededDamien Le Moal1-8/+7
2025-03-10nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully createdDamien Le Moal1-6/+7
2025-02-18nvmet: pci-epf: Avoid RCU stalls under heavy workloadDamien Le Moal1-0/+11
2025-02-18nvmet: pci-epf: Do not uselessly write the CSTS registerDamien Le Moal1-2/+6
2025-02-18nvmet: pci-epf: Correctly initialize CSTS when enabling the controllerDamien Le Moal1-8/+12
2025-01-11nvmet: New NVMe PCI endpoint function target driverDamien Le Moal1-0/+2591