summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
13 daysnvme: fix admin queue leak on controller resetMing Lei1-0/+7
13 daysnvme: fix admin request_queue lifetimeKeith Busch1-1/+0
13 daysnvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
13 daysnvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
13 daysblk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-0/+1
13 daysnvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
13 daysnvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
2026-03-25nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-25nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-02-06nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-02-06nvme-pci: do not directly handle subsys reset falloutKeith Busch1-0/+36
2026-02-06nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2025-10-19nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-22nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-22nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-04-10nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng1-8/+12
2025-04-10nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-03-28nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-02-21nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-21nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2024-12-14nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-14nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-10-17nvme-pci: qdepth 1 quirkKeith Busch1-9/+9
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-08-03nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-08-03nvme-pci: Fix the instructions for disabling power managementBart Van Assche1-1/+1
2024-07-11nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-1/+2
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2023-12-13nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber1-1/+15
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch1-1/+2
2023-10-06nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote1-3/+3
2023-10-06nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav1-3/+0
2023-10-06nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2023-10-06nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2023-08-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors1-1/+2
2023-07-23nvme-pci: fix DMA direction of unmapping integrity dataMing Lei1-1/+1
2023-06-21NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura1-0/+2
2023-06-09nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith1-0/+2
2023-06-09nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev1-0/+2
2023-06-09nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg1-0/+2
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong1-0/+2
2023-04-20nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos1-1/+2
2023-04-06nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen1-0/+2
2023-03-22nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin1-0/+2
2023-02-22nvme-pci: refresh visible attrs for cmb attributesKeith Busch1-0/+8
2023-02-01nvme: simplify transport specific device attribute handlingChristoph Hellwig1-15/+8
2023-02-01nvme-pci: fix timeout request state checkKeith Busch1-1/+1