summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
33 hoursnvmet: fix refcount leak in nvmet_sq_create()Wentao Liang1-1/+1
33 hoursnvmet-rdma: handle inline data with a nonzero offsetBryam Vargas1-8/+10
33 hoursnvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito1-1/+25
33 hoursnvme-apple: Prevent shared tags across queues on Apple A11Nick Chan1-8/+4
33 hoursnvme: fix FDP fdpcidx bounds checkliuxixin1-1/+1
33 hoursnvme-pci: fix out-of-bounds access in nvme_setup_descriptor_poolsMateusz Nowicki1-2/+7
33 hoursnvme-multipath: fix flex array size in struct nvme_ns_headNilay Shroff1-1/+1
33 hoursnvmet-tcp: check return value of nvmet_tcp_set_queue_sockGeliang Tang1-2/+3
33 hoursnvmet-tcp: fix page fragment cache leak in error pathGeliang Tang1-0/+6
33 hoursnvmet-tcp: Fix potential UAF when ddgst mismatchSagi Grimberg1-1/+3
33 hoursnvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error pathShivam Kumar1-1/+2
33 hoursnvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne1-2/+2
7 daysnvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
7 daysnvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas1-1/+22
7 daysnvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disksAchkinazi, Igor1-0/+6
7 daysnvme: 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-01nvme-pci: fix use-after-free in nvme_free_host_mem()Chia-Lin Kao (AceLan)1-2/+4
2026-06-01nvme: fix bio leak on mapping failureKeith Busch1-3/+2
2026-05-23nvme-apple: Reset q->sq_tail during queue initNick Chan1-0/+1
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-19nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-19nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-03-12nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim1-2/+2
2026-03-12nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2026-03-12nvme-multipath: fix leak on try_module_get failureKeith Busch1-7/+5
2026-03-12nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee1-4/+11
2026-03-12nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-02-11nvme-pci: handle changing device dma map requirementsKeith Busch1-15/+30
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-23nvme-apple: add "apple,t8103-nvme-ans2" as compatibleJanne Grunau1-0/+1
2026-01-08nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki1-2/+2
2026-01-02nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2026-01-02nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4