summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-06-04nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-06-04nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-05-02nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-04-10nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-04-10nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-04-10nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-03-13nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-02-01nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
2024-12-14nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-12-14nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+6
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-09-04nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-09-04nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-09-04nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-09-04nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2-14/+20
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-08-19nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-07-18nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff1-1/+1
2024-06-16nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-06-16nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
2024-03-01nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu1-0/+1
2024-01-26nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-26nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi1-2/+1
2024-01-26nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2024-01-26nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2023-12-08nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2023-11-08nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-11-08nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav1-2/+0
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-05-17nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
2023-05-17nvme: fix async event trace eventKeith Busch2-13/+7
2023-05-17nvme: handle the persistent internal error AERMichael Kelley1-2/+29
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg1-20/+26
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-08nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-12-08nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash1-2/+9
2022-10-26nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi1-0/+3