aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)
2023-12-13nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-06nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote
2023-10-06nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-10-06nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2023-10-06nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2023-07-23nvme-pci: fix DMA direction of unmapping integrity dataMing Lei
2023-07-23nvme-pci: remove nvme_queue from nvme_iodKeith Busch
2023-06-21NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura
2023-06-09nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith
2023-06-09nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev
2023-06-09nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg
2023-04-20nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong
2023-04-20nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh
2023-04-20nvme-pci: Crucial P2 has bogus namespace idsTobias Gruetzmacher
2023-04-20nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDsNing Wang
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50Stefan Reiter
2023-03-22nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin
2023-02-01nvme-pci: fix timeout request state checkKeith Busch
2023-01-12nvme-pci: fix page size checksKeith Busch
2023-01-12nvme-pci: fix mempool alloc sizeKeith Busch
2023-01-12nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-19nvme-pci: clear the prp2 field when not usedLei Rao
2022-12-02nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira
2022-12-02nvme-pci: disable write zeroes on various Kingston SSDXander Li
2022-12-02nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig
2022-12-02nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo
2022-12-02nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik
2022-10-26nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar
2022-07-21nvme-pci: phison e16 has bogus namespace idsKeith Busch
2022-07-07nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1Lamarque Vieira Souza
2022-07-07nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig
2022-06-09nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2022-05-25nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig
2022-04-27nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig
2022-02-16nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe
2021-10-07nvme-pci: Fix abort command idKeith Busch
2021-09-27nvme: add command id quirk for apple controllersKeith Busch
2021-08-16nvme: allow user toggling hmb usageKeith Busch
2021-08-16nvme-pci: disable hmb on idle suspendKeith Busch
2021-08-16nvme-pci: cmb sysfs: one file, one valueKeith Busch
2021-08-16nvme-pci: use attribute group for cmb sysfsKeith Busch
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg