summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17nvme: fix async event trace eventKeith Busch1-4/+1
2023-05-17nvme: handle the persistent internal error AERMichael Kelley1-2/+29
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-11-25nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-10-30nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig1-1/+5
2022-10-30nvme-hwmon: rework to avoid devm allocationHannes Reinecke1-0/+1
2022-10-26nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li1-0/+2
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig1-0/+14
2022-06-29nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2022-06-29nvme: don't check nvme_req flags for new reqChaitanya Kulkarni1-6/+5
2022-06-29nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni1-1/+1
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni1-17/+35
2022-06-29nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni1-2/+9
2022-06-22nvme: add device name to warning in uuid_show()Thomas Weißschuh1-2/+2
2022-06-22nvme: use sysfs_emit instead of sprintfDaniel Wagner1-20/+20
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman1-0/+1
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig1-6/+18
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2021-10-06nvme: add command id quirk for apple controllersKeith Busch1-1/+3
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-1/+2
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-1/+2
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-03-30nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig1-1/+1
2021-03-30nvme-core: check ctrl css before setting up znsChaitanya Kulkarni1-0/+6
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-07nvme-core: add cancel tagset helpersChao Leng1-0/+20
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-01-19nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch1-2/+14
2020-11-14nvme: directly cache command effects logKeith Busch1-5/+4
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg1-2/+0
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng1-2/+6
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch1-1/+1
2020-10-14nvme: translate zone resource errorsKeith Busch1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-303/+208
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+35
2020-10-09Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-07nvme-core: remove extra condition for vwcChaitanya Kulkarni1-3/+1
2020-10-07nvme-core: remove extra variableChaitanya Kulkarni1-3/+2