aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2024-04-13drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner
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-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-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: 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-22nvme: fix handling single range discard requestMing Lei
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-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-26nvme: copy firmware_rev on each initKeith Busch
2022-10-26nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni
2022-09-15nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg
2022-09-15nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg
2022-08-21nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo
2022-07-21nvme-pci: phison e16 has bogus namespace idsKeith Busch
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-07-21nvme-tcp: always fail a request when sending it failedSagi Grimberg
2022-07-07nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig
2022-06-29nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya
2022-06-29nvme-pci: allocate nvme_command within driver pduKeith Busch
2022-06-29nvme: don't check nvme_req flags for new reqChaitanya Kulkarni
2022-06-29nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni