aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)
2024-03-01nvmet-fc: abort command when there is no bindingDaniel 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-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
2024-01-25nvme-core: check for too small lba shiftKeith Busch
2024-01-15Revert "nvme: use command_id instead of req->tag in trace_nvme_complete_rq()"Greg Kroah-Hartman
2023-12-08nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni
2023-10-25nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-25nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-10-10nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-10-10nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2023-10-10nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2023-10-10ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2023-08-16nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei
2023-08-16nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei
2023-07-27nvme-pci: fix DMA direction of unmapping integrity dataMing 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-03-22nvme: fix handling single range discard requestMing Lei
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-02-01nvme-pci: fix timeout request state checkKeith Busch
2023-01-14nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang
2023-01-14nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2023-01-14nvme-pci: fix page size checksKeith Busch
2023-01-14nvme-pci: fix mempool alloc sizeKeith Busch
2023-01-14nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-19nvme-pci: clear the prp2 field when not usedLei Rao
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-02nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo
2022-12-02nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik
2022-11-25nvme: ensure subsystem reset is single threadedKeith Busch
2022-11-25nvme: restrict management ioctls to adminKeith Busch
2022-10-30nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin
2022-10-30nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig
2022-10-30nvme-hwmon: Return error code when registration failsDaniel Wagner
2022-10-30nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-10-26nvme: copy firmware_rev on each initKeith Busch