summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
10 daysnvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim
10 daysnvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim
2026-03-12nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim
2026-03-12nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi
2026-03-12nvme-multipath: fix leak on try_module_get failureKeith Busch
2026-03-12nvmet-fcloop: Check remoteport port_state before calling done callbackJustin Tee
2026-03-12nvme: fix admin queue leak on controller resetMing Lei
2026-02-11nvme-pci: handle changing device dma map requirementsKeith Busch
2026-02-11nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke
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-06nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereferenceMing Lei
2026-01-23nvme: fix PCIe subsystem reset controller state transitionNilay Shroff
2026-01-23nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng
2026-01-23nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar
2026-01-23nvme-apple: add "apple,t8103-nvme-ans2" as compatibleJanne Grunau
2026-01-08nvmet: pci-epf: move DMA initialization to EPC init callbackShin'ichiro Kawasaki
2026-01-02nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee
2026-01-02nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner
2025-12-18nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch
2025-10-22nvme-pci: use blk_map_iter for p2p metadataKeith Busch
2025-10-22nvmet-auth: update sc_c in host responseHannes Reinecke
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa
2025-10-14nvme-auth: update sc_c in host responseMartin George
2025-10-09nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-23Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2025-09-23nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis
2025-09-23nvmet: add safety check for subsys lockMax Gurtovoy
2025-09-23nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George
2025-09-23nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh
2025-09-23nvme-core: add method to check for an I/O controllerKamaljit Singh
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber
2025-09-15nvme-auth: use hkdf_expand_label()Chris Leech
2025-09-15nvme-auth: add hkdf_expand_label()Chris Leech
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George
2025-09-15nvme-fc: use lock accessing port_state and rport stateDaniel Wagner
2025-09-15nvmet-fcloop: call done callback even when remote port is goneDaniel Wagner
2025-09-15nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner
2025-09-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner
2025-09-15nvme-auth: update bi_directional flagMartin George
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch