summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2025-03-28nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-03-28nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-03-28nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+43
2025-03-28nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-03-28nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-03-13nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2025-03-07nvme/ioctl: add missing space in err messageCaleb Sander Mateos1-2/+1
2025-02-21nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-21nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-02-21nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-21nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+7
2025-02-21nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-01-23nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
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-11-08nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
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-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-29nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-08-29nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-08-29nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-08-29nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2-14/+20
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-08-03nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-07-25nvmet: always initialize cqe.resultDaniel Wagner3-9/+1
2024-07-25nvme: avoid double free special payloadChunguang Xu1-0/+1
2024-07-11nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9
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-21nvmet-passthru: propagate status from id override functionsDaniel Wagner1-3/+3
2024-06-12nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-06-12nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter1-3/+2
2024-06-12nvmet: fix nvme status code when namespace is disabledSagi Grimberg3-1/+18
2024-06-12nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg1-7/+4
2024-06-12nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi1-3/+3
2024-06-12nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi1-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.li4-4/+8
2024-03-27nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4