summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-05-02nvme: avoid double free special payloadChunguang Xu1-0/+1
2025-04-10nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-03-13nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2025-03-13nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura1-2/+6
2025-02-01block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+1
2025-02-01nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig1-4/+1
2024-12-14nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+6
2024-01-26nvme-core: check for too small lba shiftKeith Busch1-2/+3
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