summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
6 daysnvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocationsGreg Kroah-Hartman1-2/+3
6 daysnvmet-fc: fix invalid free in LS IOD error pathJiang HongHui1-1/+1
6 daysnvmet-auth: zero the AUTH_RECEIVE response bufferBryam Vargas1-1/+1
2026-07-24nvmet: remove superfluous initializationChaitanya Kulkarni1-2/+2
2026-07-24nvmet-rdma: handle inline data with a nonzero offsetBryam Vargas1-8/+10
2026-07-24nvme-multipath: fix flex array size in struct nvme_ns_headNilay Shroff1-1/+1
2026-07-24nvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
2026-07-24nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
2026-07-24nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disksAchkinazi, Igor1-0/+6
2026-07-24nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-1/+28
2026-06-01nvme-pci: fix missed admin queue sq doorbell writeKeith Busch1-0/+1
2026-06-01nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-06-01nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-06-01nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin1-5/+1
2026-06-01nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-06-01nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett1-0/+2
2026-04-11nvme: fix admin queue leak on controller resetMing Lei2-0/+14
2026-04-11nvme: fix admin request_queue lifetimeKeith Busch2-2/+2
2026-04-11nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2026-04-11nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2026-04-11blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig3-2/+10
2026-04-11Revert "nvme: fix admin request_queue lifetime"Heyne, Maximilian1-2/+0
2026-04-11nvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
2026-04-11nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges1-2/+2
2026-04-11nvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
2026-03-25nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Jaskaran Singh1-1/+1
2026-03-25Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctr...Jaskaran Singh1-1/+1
2026-03-25nvme: fix admin request_queue lifetimeKeith Busch1-0/+2
2026-03-25nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-25nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-02-11nvme-fc: release admin tagset if init failsChaitanya Kulkarni1-0/+2
2026-02-11nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin1-0/+17
2026-02-06nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-02-06nvme-pci: do not directly handle subsys reset falloutKeith Busch7-11/+58
2026-02-06nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner1-2/+2
2026-02-06nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2026-02-06nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2026-02-06nvmet-tcp: remove boilerplate codeMaurizio Lombardi1-8/+8
2026-01-11nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4
2025-12-07nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki1-1/+1
2025-12-07nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne1-1/+1
2025-12-07nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-12-07nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-12-07nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-10-19nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-10-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-06nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-8/+7
2025-06-27nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2