summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal-1/+2
2025-11-18loop: add hint for handling aio via IOCB_NOWAITMing Lei-0/+61
2025-11-18loop: try to handle loop aio command via NOWAIT IO firstMing Lei-5/+63
2025-11-18loop: move command blkcg/memcg initialization into loop_queue_workMing Lei-15/+17
2025-11-18loop: add lo_submit_rw_aio()Ming Lei-17/+24
2025-11-18loop: add helper lo_rw_aio_prep()Ming Lei-23/+40
2025-11-18loop: add helper lo_cmd_nr_bvec()Ming Lei-4/+14
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar-5/+5
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal-3/+5
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe-1/+1
2025-11-14ps3disk: use memcpy_{from,to}_bvec indexRene Rebe-0/+4
2025-11-12null_blk: fix zone read length beyond write pointerKeith Busch-2/+5
2025-11-11ublk: return unsigned from ublk_{,un}map_io()Caleb Sander Mateos-3/+4
2025-11-11ublk: remove unnecessary checks in ublk_check_and_get_req()Caleb Sander Mateos-6/+0
2025-11-11nbd: defer config unlock in nbd_genl_connectZheng Qixing-1/+2
2025-11-08nbd: defer config put in recv_workZheng Qixing-1/+1
2025-11-06virtio_blk: NULL out vqs to avoid double free on failed resumeCong Zhang-1/+12
2025-11-06null_blk: allow byte aligned memory offsetsKeith Busch-22/+25
2025-11-06null_blk: single kmap per bio segmentKeith Busch-18/+14
2025-11-06null_blk: consistently use blk_status_tKeith Busch-7/+7
2025-11-06null_blk: simplify copy_from_nullbKeith Busch-4/+3
2025-11-06ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos-51/+19
2025-11-06ublk: use copy_{to,from}_iter() for user copyCaleb Sander Mateos-48/+14
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2025-11-05rust: block: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand-2/+1
2025-11-05block: introduce disk_report_zone()Damien Le Moal-12/+14
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04nbd: don't copy kernel credsChristian Brauner-33/+21
2025-11-03ublk: use struct_size() for allocationMing Lei-3/+3
2025-11-03ublk: implement NUMA-aware memory allocationMing Lei-31/+53
2025-11-03ublk: reorder tag_set initialization before queue allocationMing Lei-6/+6
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos-11/+11
2025-11-03drbd: replace kmap() with kmap_local_page() in receiver pathShi Hao-4/+4
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg-0/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+15
2025-10-20nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek-0/+15
2025-10-20rnull: use `kernel::fmt`Tamir Duberstein-4/+5
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+7
2025-10-08loop: remove redundant __GFP_NOWARN flagPedro Demarchi Gomes-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+9
2025-10-02loop: fix backing file reference leak on validation errorLi Chen-2/+6
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-296/+617
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+1