summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis
2025-06-04nvme: unblock ctrl state transition for firmware updateDaniel Wagner
2025-06-04nvme-tcp: fix premature queue removal and I/O failoverMichael Liang
2025-05-02nvmet-fc: Remove unused functionsWangYuli
2025-04-10nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner
2025-04-10nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li
2025-04-10nvme-fc: go straight to connecting state when initializingDaniel Wagner
2025-03-13nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner
2025-02-01nvmet: propagate npwg topologyLuis Chamberlain
2024-12-14nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig
2024-12-14nvme: fix metadata handling in nvme-passthroughPuranjay Mohan
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi
2024-09-04nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg
2024-09-04nvmet-tcp: do not continue for invalid icreqHannes Reinecke
2024-09-04nvme: clear caller pointer on identify failureKeith Busch
2024-09-04nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli
2024-08-19nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky
2024-07-18nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff
2024-06-16nvmet: fix ns enable/disable possible hangSagi Grimberg
2024-06-16nvme: find numa distance only if controller has valid numa idNilay Shroff
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-03-01nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu
2024-01-25nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-25nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-25nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
2024-01-25nvme: introduce helper function to get ctrl stateKeith Busch
2023-12-08nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni
2023-11-08nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-11-08nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-08-16nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei
2023-08-16nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei
2023-05-17nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei
2023-05-17nvme: fix async event trace eventKeith Busch
2023-05-17nvme: handle the persistent internal error AERMichael Kelley
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-08nvme: ensure subsystem reset is single threadedKeith Busch
2022-12-08nvme: restrict management ioctls to adminKeith Busch
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-10-26nvme: copy firmware_rev on each initKeith Busch
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi