summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-05-02nvme: multipath: fix return value of nvme_available_pathUday Shankar1-1/+1
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-04-25nvme-rdma: unquiesce admin_q before destroy itChunguang.xu1-7/+1
2025-04-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch1-1/+12
2025-04-10nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng1-8/+12
2025-04-10nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-04-10nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg1-2/+3
2025-03-22nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi1-1/+1
2025-03-22nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner1-61/+6
2025-03-22nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-03-22apple-nvme: Release power domains when probe failsHector Martin1-0/+2
2025-03-22nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-03-22nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-03-22nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner1-5/+18
2025-03-22nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-02-27nvme/ioctl: add missing space in err messageCaleb Sander Mateos1-2/+1
2025-02-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-02-17nvme-fc: use ctrl state getterDaniel Wagner1-3/+6
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe1-1/+1
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura1-4/+22
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
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