summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
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-11-17nvme: make keep-alive synchronous operationNilay Shroff1-10/+7
2024-11-17nvme-multipath: defer partition scanningKeith Busch2-0/+34
2024-11-17nvme: disable CC.CRIME (NVME_CC_CRIME)Greg Joyce1-6/+8
2024-11-17nvme: tcp: avoid race between queue_lock lock and destroyHannes Reinecke1-3/+4
2024-10-17nvme-pci: qdepth 1 quirkKeith Busch2-9/+14
2024-10-17nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-29nvme: clear caller pointer on identify failureKeith Busch1-1/+4
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-25nvme: avoid double free special payloadChunguang Xu1-0/+1
2024-07-11nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-1/+2
2024-07-11nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff1-1/+1
2024-06-12nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-05-17nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang1-1/+1
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-04-10nvme: fix miss command type checkmin15.li3-3/+6
2024-03-27nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-27nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig1-1/+7
2024-03-27nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig1-1/+2
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+6
2024-01-20nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2024-01-20nvme-core: check for too small lba shiftKeith Busch1-2/+3
2024-01-20nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi1-2/+5
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2
2023-12-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-12-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan1-0/+2
2023-12-13nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-11-20nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta1-2/+5
2023-10-25nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi1-0/+3
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch1-1/+2
2023-10-25nvme: sanitize metadata bounce buffer for readsKeith Busch1-3/+7
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-10-06nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland1-1/+1
2023-09-23nvme: avoid bogus CRTO valuesKeith Busch1-19/+35
2023-08-16nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-08-16nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-08-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors1-1/+2
2023-07-23nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig1-3/+33
2023-07-23nvme-pci: fix DMA direction of unmapping integrity dataMing Lei1-1/+1
2023-07-19nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni1-0/+1
2023-07-19nvme-core: add missing fault-injection cleanupChaitanya Kulkarni1-0/+1