summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-01-09nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett2-2/+12
2025-01-09Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
2025-01-09nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish functionNilay Shroff1-8/+2
2024-12-09nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-12-09nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke1-2/+10
2024-12-09nvme-multipath: implement "queue-depth" iopolicyThomas Song3-5/+87
2024-12-09nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini1-6/+15
2024-12-09nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+7
2024-12-09nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-09nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-12-09nvme: apple: fix device reference countingKeith Busch1-5/+22
2024-11-17nvme/host: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
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-11-01nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi1-3/+16
2024-11-01nvme-pci: set doorbell config before unquiescingWilliam Butler1-1/+1
2024-10-04nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-09-30nvme-pci: qdepth 1 quirkKeith Busch2-9/+14
2024-09-12nvme-pci: allocate tagset on reset if necessaryKeith Busch1-0/+6
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-29nvme: fix namespace removal listKeith Busch1-4/+5
2024-08-29nvme: use srcu for iterating namespace listKeith Busch4-56/+83
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: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.Boyang Yu1-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-21nvme: fix nvme_pr_* status code parsingWeiwen Hu1-1/+1
2024-06-12nvme-multipath: fix io accounting on failoverKeith Busch3-2/+4
2024-06-12nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff3-22/+28
2024-06-12nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-05-17nvme-pci: Add quirk for broken MSIsSean Anderson2-3/+16
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-03-27nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+6
2024-01-20nvme: fix deadlock between reset and scanBitao Hu2-0/+11
2024-01-20nvme-ioctl: move capable() admin check to the endKeith Busch1-10/+11
2024-01-20nvme: ensure reset state check orderingKeith Busch5-49/+63
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-05Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch1-16/+5
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2