summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2026-06-01nvme-pci: fix missed admin queue sq doorbell writeKeith Busch
2026-06-01nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi
2026-06-01nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni
2026-06-01nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin
2026-06-01nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett
2026-06-01nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett
2026-04-11nvme: fix admin queue leak on controller resetMing Lei
2026-04-11nvme: fix admin request_queue lifetimeKeith Busch
2026-04-11nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig
2026-04-11nvme-pci: remove an extra queue referenceChristoph Hellwig
2026-04-11blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig
2026-04-11Revert "nvme: fix admin request_queue lifetime"Heyne, Maximilian
2026-04-11nvme-pci: ensure we're polling a polled queueKeith Busch
2026-04-11nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges
2026-04-11nvme-pci: cap queue creation to used queuesKeith Busch
2026-03-25nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Jaskaran Singh
2026-03-25Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctr...Jaskaran Singh
2026-03-25nvme: fix admin request_queue lifetimeKeith Busch
2026-03-25nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim
2026-03-25nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim
2026-02-11nvme-fc: release admin tagset if init failsChaitanya Kulkarni
2026-02-11nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin
2026-02-06nvme: fix PCIe subsystem reset controller state transitionNilay Shroff
2026-02-06nvme-pci: do not directly handle subsys reset falloutKeith Busch
2026-02-06nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner
2026-02-06nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng
2026-02-06nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar
2026-02-06nvmet-tcp: remove boilerplate codeMaurizio Lombardi
2026-01-11nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner
2025-12-07nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki
2025-12-07nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne
2025-12-07nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis
2025-12-07nvme-fc: use lock accessing port_state and rport stateDaniel Wagner
2025-12-07nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner
2025-10-19nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber
2025-10-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai
2025-07-06nvme: always punt polled uring_cmd end_io work to task_workJens Axboe
2025-06-27nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis
2025-05-22nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch
2025-05-22nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook
2025-05-18nvme: unblock ctrl state transition for firmware updateDaniel Wagner
2025-05-09nvme-tcp: fix premature queue removal and I/O failoverMichael Liang
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke
2025-05-02nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner
2025-05-02nvmet-fc: take tgtport reference only onceDaniel Wagner
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke