summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2024-06-21nvme: fix nvme_pr_* status code parsingWeiwen Hu1-1/+1
2024-06-12nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-06-12nvme-multipath: fix io accounting on failoverKeith Busch3-2/+4
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-12nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff3-22/+28
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-pci: Add quirk for broken MSIsSean Anderson2-3/+16
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-03-27nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner1-8/+23
2024-03-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner1-3/+13
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
2024-03-01nvmet-fc: hold reference on hostport matchDaniel Wagner1-2/+0
2024-03-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner1-46/+37
2024-03-01nvmet-fc: release reference on target portDaniel Wagner1-1/+2
2024-03-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner1-3/+3
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner1-41/+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-26nvme: trace: avoid memcpy overflow warningArnd Bergmann1-1/+1
2024-01-26nvmet: re-fix tracing strncpy() warningArnd Bergmann1-2/+1
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-20nvme: fix deadlock between reset and scanBitao Hu2-0/+11
2024-01-20nvme: prevent potential spectre v1 gadgetNitesh Shetty1-0/+3
2024-01-20nvme-ioctl: move capable() admin check to the endKeith Busch1-10/+11
2024-01-20nvme: ensure reset state check orderingKeith Busch5-49/+63
2024-01-20nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2024-01-20nvme-core: check for too small lba shiftKeith Busch1-2/+3
2024-01-20nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi1-2/+5
2024-01-05Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch1-16/+5
2024-01-01nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2
2023-12-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-12-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan1-0/+2
2023-12-13nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-12-03nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-12-03nvme: blank out authentication fabrics options if not configuredHannes Reinecke1-0/+2
2023-11-20nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta1-2/+5
2023-10-19nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch1-1/+2
2023-10-19nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi1-3/+6
2023-10-19nvme: sanitize metadata bounce buffer for readsKeith Busch1-3/+7
2023-10-10nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck1-2/+2
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi1-0/+3