summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2025-11-14ps3disk: use memcpy_{from,to}_bvec indexRene Rebe
2025-11-12null_blk: fix zone read length beyond write pointerKeith Busch
2025-11-11ublk: return unsigned from ublk_{,un}map_io()Caleb Sander Mateos
2025-11-11ublk: remove unnecessary checks in ublk_check_and_get_req()Caleb Sander Mateos
2025-11-11nbd: defer config unlock in nbd_genl_connectZheng Qixing
2025-11-08nbd: defer config put in recv_workZheng Qixing
2025-11-06virtio_blk: NULL out vqs to avoid double free on failed resumeCong Zhang
2025-11-06null_blk: allow byte aligned memory offsetsKeith Busch
2025-11-06null_blk: single kmap per bio segmentKeith Busch
2025-11-06null_blk: consistently use blk_status_tKeith Busch
2025-11-06null_blk: simplify copy_from_nullbKeith Busch
2025-11-06ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos
2025-11-06ublk: use copy_{to,from}_iter() for user copyCaleb Sander Mateos
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-05rust: block: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04nbd: don't copy kernel credsChristian Brauner
2025-11-03ublk: use struct_size() for allocationMing Lei
2025-11-03ublk: implement NUMA-aware memory allocationMing Lei
2025-11-03ublk: reorder tag_set initialization before queue allocationMing Lei
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-11-03drbd: replace kmap() with kmap_local_page() in receiver pathShi Hao
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-20rnull: use `kernel::fmt`Tamir Duberstein
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
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos