aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2024-01-25nvme-core: check for too small lba shiftKeith Busch
2023-05-17nvme: fix async event trace eventKeith Busch
2023-05-17nvme: handle the persistent internal error AERMichael Kelley
2023-03-22nvme: fix handling single range discard requestMing Lei
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-11-25nvme: restrict management ioctls to adminKeith Busch
2022-10-30nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig
2022-10-30nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2022-10-26nvme: copy firmware_rev on each initKeith Busch
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-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
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: don't check nvme_req flags for new reqChaitanya Kulkarni
2022-06-29nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni
2022-06-29nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2022-06-22nvme: add device name to warning in uuid_show()Thomas Weißschuh
2022-06-22nvme: use sysfs_emit instead of sprintfDaniel Wagner
2022-06-09nvme: set dma alignment to dwordKeith Busch
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2021-10-06nvme: add command id quirk for apple controllersKeith Busch
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-03-30nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig
2021-03-30nvme-core: check ctrl css before setting up znsChaitanya Kulkarni
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig
2021-03-07nvme-core: add cancel tagset helpersChao Leng
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2021-01-19nvme: don't intialize hwmon for discovery controllersSagi Grimberg
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch
2020-10-13nvme: translate zone resource errorsKeith Busch
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07nvme-core: remove extra condition for vwcChaitanya Kulkarni