summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-04nvme-pci: fix page size checksKeith Busch1-4/+4
2023-01-04nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2023-01-04nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira1-0/+2
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo1-0/+2
2022-11-09nvme: quiet user passthrough command errorsKeith Busch1-2/+0
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li1-0/+10
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-4/+8
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-38/+40
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-4/+8
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe1-38/+40
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch1-2/+4
2022-09-27nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar1-1/+2
2022-09-27nvme-pci: disable Write Zeroes on Phison E3C/E4CTina Hsu1-0/+4
2022-09-19nvme-pci: move iod dma_len fill gapsKeith Busch1-1/+1
2022-09-19nvme-pci: iod npages fits in s8Keith Busch1-13/+16
2022-09-19nvme-pci: iod's 'aborted' is a boolKeith Busch1-3/+3
2022-09-19nvme-pci: remove nvme_queue from nvme_iodKeith Busch1-15/+13
2022-09-03Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-08-31nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh1-0/+2
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem1-0/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-43/+38
2022-08-03nvme-pci: split nvme_dev_addChristoph Hellwig1-35/+37
2022-08-03nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig1-29/+31
2022-08-03nvme-pci: print the command name of aborted commandsChristoph Hellwig1-2/+4
2022-08-03nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song1-1/+0