summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem1-0/+2
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
2022-08-03nvme-pci: use nvme core helper to cancel requests in tagsetGuixin Liu1-4/+2
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-07-25nvme-pci: Crucial P2 has bogus namespace idsTobias Gruetzmacher1-0/+2
2022-07-14nvme-pci: fix freeze accounting for error handlingKeith Busch1-2/+7
2022-07-06nvme-pci: phison e16 has bogus namespace idsKeith Busch1-1/+2
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-1/+1
2022-06-30nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1Lamarque Vieira Souza1-0/+2
2022-06-29nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco1-1/+2
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+1
2022-06-23nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig1-4/+0
2022-06-23nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik1-0/+2
2022-06-13nvme-pci: disable write zeros support on UMIC and Samsung SSDsrasheed.hsueh1-0/+8
2022-06-13nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDsNing Wang1-0/+2
2022-06-13nvme-pci: sk hynix p31 has bogus namespace idsKeith Busch1-0/+2
2022-06-13nvme-pci: smi has bogus namespace idsKeith Busch1-1/+2
2022-06-13nvme-pci: phison e12 has bogus namespace idsKeith Busch1-0/+2
2022-06-13nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50Stefan Reiter1-0/+2
2022-06-13nvme-pci: add trouble shooting steps for timeoutsKeith Busch1-0/+8
2022-06-13nvme: add bug report info for global duplicate idKeith Busch1-0/+16
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-05-31nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig1-0/+2
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-3/+7
2022-05-16nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese1-1/+1
2022-05-16nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni1-0/+2
2022-04-15nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-15nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig1-0/+4
2022-04-02Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2022-03-23nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R1-1/+4
2022-03-23nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao1-1/+1
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig1-7/+10
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng1-1/+2
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch1-14/+14
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe1-0/+59
2021-12-16nvme: separate command prep and issueJens Axboe1-27/+36
2021-12-16nvme: split command copy into a helperJens Axboe1-14/+12
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-4/+3
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch1-1/+8
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-4/+4
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18nvme: add support for batched completion of polled IOJens Axboe1-9/+23
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-2/+2