summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-05-07block: simplify bio_map_kernChristoph Hellwig
2025-05-07block: pass the operation to bio_{map,copy}_kernChristoph Hellwig
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig
2025-05-07block: add a bio_add_vmalloc helpersChristoph Hellwig
2025-05-07block: add a bdev_rw_virt helperChristoph Hellwig
2025-05-07block: add a bio_add_virt_nofail helperChristoph Hellwig
2025-05-06blk-crypto: export wrapped key functionsEric Biggers
2025-05-06block: expose write streams for block device nodesChristoph Hellwig
2025-05-06block: introduce a write_stream_granularity queue limitChristoph Hellwig
2025-05-06block: introduce max_write_streams queue limitKeith Busch
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig
2025-05-06block: only update request sector if neededJohannes Thumshirn
2025-05-06block: only update request sector if neededJohannes Thumshirn
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei
2025-05-06block: move hctx cpuhp add/del out of queue freezingMing Lei
2025-05-06block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...Ming Lei
2025-05-06block: move hctx debugfs/sysfs registering out of freezing queueMing Lei
2025-05-06block: move elv_register[unregister]_queue out of elevator_lockMing Lei
2025-05-06block: add new helper for disabling elevator switch when deleting diskMing Lei
2025-05-06block: fail to show/store elevator sysfs attribute if elevator is dyingMing Lei
2025-05-06block: remove elevator queue's type check in elv_attr_show/store()Ming Lei
2025-05-06block: pass elevator_queue to elv_register_queue & unregister_queueMing Lei
2025-05-06block: unifying elevator changeMing Lei
2025-05-06block: add `struct elv_change_ctx` for unifying elevator changeMing Lei
2025-05-06block: move queue freezing & elevator_lock into elevator_change()Ming Lei
2025-05-06block: simplify elevator reattachment for updating nr_hw_queuesMing Lei
2025-05-06block: move blk_queue_registered() check into elv_iosched_store()Ming Lei
2025-05-06block: fold elevator_disable into elevator_switchChristoph Hellwig
2025-05-06block: look up the elevator type in elevator_switchChristoph Hellwig
2025-05-06block: don't allow to switch elevator if updating nr_hw_queues is in-progressMing Lei
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei
2025-05-06block: add helper add_disk_final()Ming Lei
2025-05-06block: move sched debugfs register into elvevator_register_queueMing Lei
2025-05-06block: add two helpers for registering/un-registering sched debugfsMing Lei
2025-05-06block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei
2025-05-06block: don't call freeze queue in elevator_switch() and elevator_disable()Ming Lei
2025-05-06block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flagMing Lei
2025-05-06block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()Ming Lei
2025-05-05blk-throttle: Add an additional overflow check to the call calculate_bytes/io...Zizhi Wo
2025-05-05blk-throttle: Delete unnecessary carryover-related fields from throtl_grpZizhi Wo
2025-05-05blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()Zizhi Wo
2025-05-05block: remove bounce buffering supportChristoph Hellwig
2025-05-02block: use writeback_iterChristoph Hellwig
2025-05-02block: avoid hctx spinlock for plug with multiple queuesCaleb Sander Mateos
2025-05-02block: factor out blk_mq_dispatch_queue_requests() helperCaleb Sander Mateos
2025-05-02block: take rq_list instead of plug in dispatch functionsCaleb Sander Mateos
2025-04-28Merge remote-tracking branch 'linux-block/block-6.15' into xfs treeCarlos Maiolino
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig