summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
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-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-08-19nvme: split command copy into a helperJens Axboe1-14/+12
2024-07-18nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9
2024-07-18nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-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-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
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-25nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-25nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi1-2/+1
2024-01-25nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2024-01-25nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2024-01-25nvme-core: check for too small lba shiftKeith Busch1-2/+3
2024-01-15Revert "nvme: use command_id instead of req->tag in trace_nvme_complete_rq()"Greg Kroah-Hartman1-1/+1
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-10-25nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi1-0/+3
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch1-1/+2
2023-10-25nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-10-10nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote1-3/+3
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav1-3/+0
2023-10-10nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2023-10-10nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2023-10-10ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello1-27/+1
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-07-27nvme-pci: fix DMA direction of unmapping integrity dataMing 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-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-02-01nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-14nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang1-1/+1
2023-01-14nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2023-01-14nvme-pci: fix page size checksKeith Busch1-4/+4
2023-01-14nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2023-01-14nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-19nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2