summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-10-17nvme-pci: qdepth 1 quirkKeith Busch
2024-10-17nvme-multipath: system fails to create generic nvme deviceHannes Reinecke
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi
2024-09-12nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber
2024-08-29nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg
2024-08-29nvmet-tcp: do not continue for invalid icreqHannes Reinecke
2024-08-29nvme: clear caller pointer on identify failureKeith Busch
2024-08-29nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka
2024-08-03nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky
2024-08-03nvme-pci: Fix the instructions for disabling power managementBart Van Assche
2024-08-03nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui
2024-07-25nvmet: always initialize cqe.resultDaniel Wagner
2024-07-25nvme: avoid double free special payloadChunguang Xu
2024-07-11nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg
2024-07-11nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar
2024-07-11nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff
2024-06-21nvmet-passthru: propagate status from id override functionsDaniel Wagner
2024-06-12nvmet: fix ns enable/disable possible hangSagi Grimberg
2024-06-12nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter
2024-06-12nvmet: fix nvme status code when namespace is disabledSagi Grimberg
2024-06-12nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg
2024-06-12nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi
2024-06-12nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi
2024-06-12nvme: find numa distance only if controller has valid numa idNilay Shroff
2024-05-17nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)
2024-04-10nvme: fix miss command type checkmin15.li
2024-03-26nvme: fix reconnection fail due to reserved tag allocationChunguang Xu
2024-03-26nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig
2024-03-26nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig
2024-03-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner
2024-03-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-03-01nvmet-fc: hold reference on hostport matchDaniel Wagner
2024-03-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner
2024-03-01nvmet-fc: release reference on target portDaniel Wagner
2024-03-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel 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-25nvme: trace: avoid memcpy overflow warningArnd Bergmann
2024-01-25nvmet: re-fix tracing strncpy() warningArnd Bergmann
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-20nvme: prevent potential spectre v1 gadgetNitesh Shetty
2024-01-20nvme: introduce helper function to get ctrl stateKeith Busch
2024-01-20nvme-core: check for too small lba shiftKeith Busch
2024-01-20nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi