summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2026-03-25ublk: fix NULL pointer dereference in ublk_ctrl_set_size()Mehul Rao
2026-03-12drbd: fix null-pointer dereference on local read errorChristoph Böhmwalder
2026-03-12drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock()Lars Ellenberg
2026-03-12zloop: check for spurious options passed to removeChristoph Hellwig
2026-03-12zloop: advertise a volatile write cacheChristoph Hellwig
2026-03-04rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal
2026-02-26drbd: always set BLK_FEAT_STABLE_WRITESChristoph Böhmwalder
2026-02-26ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan
2026-02-26ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos
2026-02-26rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller
2026-02-11rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov
2026-01-30ublk: fix ublksrv pid handling for pid namespacesSeamus Connor
2026-01-23null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff
2026-01-17ublk: fix use-after-free in ublk_partition_scan_workMing Lei
2026-01-17ublk: reorder tag_set initialization before queue allocationMing Lei
2026-01-08ublk: scan partition in async wayMing Lei
2026-01-08ublk: implement NUMA-aware memory allocationMing Lei
2026-01-02zloop: make the write pointer of full zones invalidDamien Le Moal
2026-01-02zloop: fail zone append operations that are targeting full zonesDamien Le Moal
2026-01-02floppy: fix for PAGE_SIZE != 4KBRene Rebe
2026-01-02block: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter
2026-01-02ublk: clean up user copy references on ublk server exitCaleb Sander Mateos
2026-01-02block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier
2026-01-02ublk: fix deadlock when reading partition tableMing Lei
2026-01-02ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei
2026-01-02ublk: add `union ublk_io_buf` with improved namingMing Lei
2026-01-02ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei
2025-12-18ublk: prevent invalid access with DEBUGKevin Brodsky
2025-12-18ps3disk: use memcpy_{from,to}_bvec indexRene Rebe
2025-12-18nbd: defer config unlock in nbd_genl_connectZheng Qixing
2025-12-18nbd: defer config put in recv_workZheng Qixing
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-20nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-08loop: remove redundant __GFP_NOWARN flagPedro Demarchi Gomes
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02loop: fix backing file reference leak on validation errorLi Chen
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-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-24ublk: remove redundant zone op check in ublk_setup_iod()Caleb Sander Mateos
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-21aoe: stop calling page_address() in free_page()Vishal Moola (Oracle)
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos