summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
5 daysMerge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
7 daysMerge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
7 daysblock/rnbd: correct all kernel-doc complaintsRandy Dunlap
9 dayszram: fix a spelling mistakeChu Guangqing
10 daysublk: add helper of __ublk_fetch()Ming Lei
10 daysublk: pass const pointer to ublk_queue_is_zoned()Ming Lei
10 daysublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei
10 daysublk: add `union ublk_io_buf` with improved namingMing Lei
10 daysublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei
12 daysublk: prevent invalid access with DEBUGKevin Brodsky
14 daysRevert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe
14 dayszram: fix the issue that the write - back limits might overflowYuwen Chen
14 dayszram: read slot block idx under slot lockSergey Senozhatsky
14 dayszram: rework bdev block allocationSergey Senozhatsky
14 dayszram: drop wb_limit_lockSergey Senozhatsky
14 dayszram: take write lock in wb limit store handlersSergey Senozhatsky
14 dayszram: add writeback batch size device attrSergey Senozhatsky
14 dayszram: introduce writeback bio batchingSergey Senozhatsky
2025-11-20zloop: clear nowait flag in workqueue contextChaitanya Kulkarni
2025-11-20loop: clear nowait flag in workqueue contextChaitanya Kulkarni
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal
2025-11-18loop: add hint for handling aio via IOCB_NOWAITMing Lei
2025-11-18loop: try to handle loop aio command via NOWAIT IO firstMing Lei
2025-11-18loop: move command blkcg/memcg initialization into loop_queue_workMing Lei
2025-11-18loop: add lo_submit_rw_aio()Ming Lei
2025-11-18loop: add helper lo_rw_aio_prep()Ming Lei
2025-11-18loop: add helper lo_cmd_nr_bvec()Ming Lei
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe
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