summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2026-07-24nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
2026-07-24nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke4-45/+43
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-04nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-1/+28
2026-05-23nvme-pci: fix missed admin queue sq doorbell writeKeith Busch1-0/+1
2026-05-23nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-05-17nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-05-17nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin1-5/+1
2026-05-17nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-05-17nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett1-0/+2
2026-04-02nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-04-02nvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
2026-04-02nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges1-2/+2
2026-04-02nvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
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-03-25nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim1-2/+2
2026-03-25nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2026-02-11nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke1-5/+4
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-01-30nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-30nvme-pci: do not directly handle subsys reset falloutKeith Busch7-11/+58
2026-01-30nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner1-2/+2
2026-01-30nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2026-01-30nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2026-01-30nvmet-tcp: remove boilerplate codeMaurizio Lombardi1-8/+8
2026-01-11nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4
2026-01-11nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
2026-01-11nvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-12-01nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki1-1/+1
2025-12-01nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne1-1/+1
2025-12-01nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne1-6/+7
2025-11-24nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-11-24nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-11-24nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-10-23nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary1-2/+4
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-08-28nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-24nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-06nvme: always punt polled uring_cmd end_io work to task_workJens Axboe1-9/+7
2025-06-19nvmet-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