summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-24nvme-pci: flush initial scan_work for async probeKeith Busch1-0/+1
2023-01-19nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-10nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang1-2/+7
2023-01-10nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin1-1/+2
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig1-4/+5
2022-12-21nvme-pci: fix page size checksKeith Busch1-4/+4
2022-12-21nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2022-12-21nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-338/+268
2022-12-07nvme-pci: use the tagset alloc/free helpersChristoph Hellwig1-71/+18
2022-12-06nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig1-22/+25
2022-12-06nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig1-2/+1
2022-12-06nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig1-10/+10
2022-12-06nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig1-10/+7
2022-12-06nvme-pci: remove nvme_pci_disableChristoph Hellwig1-13/+5
2022-12-06nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig1-9/+2
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-6/+9
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-1/+1
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-8/+8
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig1-30/+10
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig1-53/+80
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig1-5/+6
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira1-0/+2
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig1-16/+16
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig1-5/+2
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig1-21/+17
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig1-2/+2
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig1-15/+8
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-13/+1
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-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig1-1/+0
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig1-2/+4
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig1-16/+28
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-0/+1
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