summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
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
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi
2023-12-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke
2023-12-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan
2023-12-13nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne
2023-12-03nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig
2023-11-20nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta
2023-10-25nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi
2023-10-25nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-25nvme: sanitize metadata bounce buffer for readsKeith Busch
2023-10-25nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-10-06nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote
2023-10-06nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-10-06nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig