summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-06-04nvme: unblock ctrl state transition for firmware updateDaniel Wagner1-1/+2
2025-06-04nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-10nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner1-2/+0
2025-04-10nvme-fc: go straight to connecting state when initializingDaniel Wagner1-2/+1
2025-03-13nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner1-1/+7
2024-12-14nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-12-14nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+6
2024-09-04nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-08-19nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-08-19nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-07-18nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff1-1/+1
2024-06-16nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-01-26nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav1-2/+0
2023-08-16nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-08-16nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-05-17nvme: fix async event trace eventKeith Busch2-13/+7
2023-05-17nvme: handle the persistent internal error AERMichael Kelley1-2/+29
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg1-20/+26
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-08nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-12-08nvme: restrict management ioctls to adminKeith Busch1-0/+6
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-09-15nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg1-1/+1
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li4-6/+19
2022-06-14nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-16nvme: Fix parsing of ANA log pagePrabhath Sajeepa1-4/+8
2021-11-17nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-11-17nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-22nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-09-15nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-08nvme: fix nvme_setup_command metadata trace eventKeith Busch1-3/+3
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-06-16nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg1-1/+2
2021-06-16nvme-fabrics: decode host pathing error for connectHannes Reinecke1-0/+5
2021-05-26nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1