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-tcp: bound SGL data length before allocating command buffersIbrahim Hashimov1-0/+13
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-08-03nvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito1-1/+25
2026-08-03nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal6-2/+135
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 page fragment cache leak in error pathGeliang Tang1-0/+6
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-18nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
2026-07-18nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas1-1/+22
2026-07-18nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disksAchkinazi, Igor1-0/+6
2026-07-18nvme: target: rdma: fix ndev refcount leak on queue connectWentao Liang1-2/+4
2026-06-09nvme-tcp: store negative errno in queue->tls_errChuck Lever1-1/+1
2026-06-01blk-integrity: remove seed for user mapped buffersKeith Busch1-9/+8
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-14nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-05-14nvmet-tcp: fix race between ICReq handling and queue teardownChaitanya Kulkarni1-0/+26
2026-05-14nvme-apple: drop invalid put of admin queue reference countFedor Pchelkin1-5/+1
2026-05-07nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett1-1/+1
2026-05-07nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett1-0/+2
2026-04-02nvmet: move async event work off nvmet-wqChaitanya Kulkarni4-3/+15
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-13nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim1-2/+2
2026-03-13nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2026-03-13nvme: fix admin queue leak on controller resetMing Lei1-0/+7
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-02-06nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereferenceMing Lei1-1/+2
2026-01-23nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-23nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2026-01-23nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2026-01-08nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2026-01-08nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4
2025-12-18nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
2025-12-12nvme: 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-13nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-11-13nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-11-13nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9