aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-24zram: add writeback batch size device attrSergey Senozhatsky2-6/+41
2025-11-24zram: introduce writeback bio batchingSergey Senozhatsky1-68/+301
2025-11-20zloop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-20loop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal1-1/+2
2025-11-18loop: add hint for handling aio via IOCB_NOWAITMing Lei1-0/+61
2025-11-18loop: try to handle loop aio command via NOWAIT IO firstMing Lei1-5/+63
2025-11-18loop: move command blkcg/memcg initialization into loop_queue_workMing Lei1-15/+17
2025-11-18loop: add lo_submit_rw_aio()Ming Lei1-17/+24
2025-11-18loop: add helper lo_rw_aio_prep()Ming Lei1-23/+40
2025-11-18loop: add helper lo_cmd_nr_bvec()Ming Lei1-4/+14
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar1-5/+5
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal1-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal1-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal1-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal1-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal1-3/+5
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe1-1/+1
2025-11-14ps3disk: use memcpy_{from,to}_bvec indexRene Rebe1-0/+4
2025-11-12null_blk: fix zone read length beyond write pointerKeith Busch2-2/+5
2025-11-11ublk: return unsigned from ublk_{,un}map_io()Caleb Sander Mateos1-3/+4
2025-11-11ublk: remove unnecessary checks in ublk_check_and_get_req()Caleb Sander Mateos1-6/+0
2025-11-11nbd: defer config unlock in nbd_genl_connectZheng Qixing1-1/+2
2025-11-08nbd: defer config put in recv_workZheng Qixing1-1/+1
2025-11-06virtio_blk: NULL out vqs to avoid double free on failed resumeCong Zhang1-1/+12
2025-11-06null_blk: allow byte aligned memory offsetsKeith Busch2-22/+25
2025-11-06null_blk: single kmap per bio segmentKeith Busch1-18/+14
2025-11-06null_blk: consistently use blk_status_tKeith Busch1-7/+7
2025-11-06null_blk: simplify copy_from_nullbKeith Busch1-4/+3
2025-11-06ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos1-51/+19
2025-11-06ublk: use copy_{to,from}_iter() for user copyCaleb Sander Mateos1-48/+14
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-11-05rust: block: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-2/+1
2025-11-05block: introduce disk_report_zone()Damien Le Moal5-12/+14
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-04nbd: don't copy kernel credsChristian Brauner1-33/+21
2025-11-03ublk: use struct_size() for allocationMing Lei1-3/+3
2025-11-03ublk: implement NUMA-aware memory allocationMing Lei1-31/+53
2025-11-03ublk: reorder tag_set initialization before queue allocationMing Lei1-6/+6
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-11/+11
2025-11-03drbd: replace kmap() with kmap_local_page() in receiver pathShi Hao1-4/+4
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg1-0/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2025-10-20nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek1-0/+15
2025-10-20rnull: use `kernel::fmt`Tamir Duberstein1-4/+5
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2025-10-08loop: remove redundant __GFP_NOWARN flagPedro Demarchi Gomes1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+9