summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-05-18nvme: 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-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
2024-07-27nvme: avoid double free special payloadChunguang Xu1-0/+1
2024-04-10nvme: fix miss command type checkmin15.li1-2/+4
2024-01-26nvme-core: check for too small lba shiftKeith Busch1-2/+3
2023-06-28nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-05-11nvme: fix async event trace eventKeith Busch1-4/+1
2023-05-11nvme: handle the persistent internal error AERMichael Kelley1-2/+29
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-02-01nvme: fix passthrough csi checkKeith Busch1-1/+1
2023-01-12nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-31nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-08nvme: fix SRCU protection of nvme_ns_head listCaleb Sander1-1/+1
2022-10-29nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig1-1/+5
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-08-17nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig1-6/+7
2022-08-17nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-08-17nvme: disable namespace access for unsupported metadataKeith Busch1-3/+14
2022-08-17nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler1-0/+1
2022-07-29nvme: fix block device naming collisionIsrael Rukshin1-3/+3
2022-07-29nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
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-22nvme: add device name to warning in uuid_show()Thomas Weißschuh1-2/+2
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni1-4/+15
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: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav1-3/+5
2022-04-08nvme: allow duplicate NSIDs for private namespacesSungup Moon1-5/+10
2022-04-08nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-03-02nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-9/+12
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares1-9/+12
2021-09-27nvme: add command id quirk for apple controllersKeith Busch1-1/+3
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-8/+7
2021-09-15nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0