summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-05-13blk-throttle: Prevents the bps restricted io from entering the bps queue againZizhi Wo2-11/+53
2025-05-13blk-throttle: Split the service queueZizhi Wo2-30/+49
2025-05-13blk-throttle: Split the blkthrotl queueZizhi Wo2-16/+36
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo1-2/+7
2025-05-13blk-throttle: Split throtl_charge_bio() into bps and iops functionsZizhi Wo1-15/+20
2025-05-13blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_timeZizhi Wo1-43/+55
2025-05-13blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()Zizhi Wo1-25/+15
2025-05-13Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe5-51/+48
2025-05-13scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-12block: unfreeze queue if realloc tag set fails during nr_hw_queues updateNilay Shroff1-1/+4
2025-05-12block: always allocate integrity buffer when requiredKeith Busch1-15/+47
2025-05-10block: export API to get the number of bdev inflight IOYu Kuai3-8/+17
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai3-26/+32
2025-05-10block: WARN if bdev inflight counter is negativeYu Kuai1-2/+2
2025-05-10block: reuse part_in_flight_rw for part_in_flightYu Kuai1-15/+9
2025-05-10blk-mq: remove blk_mq_in_flight()Yu Kuai2-12/+0
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds2-6/+3
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-08block: move removing elevator after deleting disk->queue_kobjMing Lei1-3/+3
2025-05-08block: don't quiesce queue for calling elevator_set_none()Ming Lei1-4/+1
2025-05-08fs: add atomic write unit max opt to statxJohn Garry1-1/+2
2025-05-07block: simplify bio_map_kernChristoph Hellwig1-47/+9
2025-05-07block: pass the operation to bio_{map,copy}_kernChristoph Hellwig1-16/+14
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-13/+9
2025-05-07block: add a bio_add_vmalloc helpersChristoph Hellwig1-0/+55
2025-05-07block: add a bdev_rw_virt helperChristoph Hellwig1-0/+30
2025-05-07block: add a bio_add_virt_nofail helperChristoph Hellwig1-0/+16
2025-05-06blk-crypto: export wrapped key functionsEric Biggers1-0/+4
2025-05-06block: expose write streams for block device nodesChristoph Hellwig1-0/+23
2025-05-06block: introduce a write_stream_granularity queue limitChristoph Hellwig1-0/+3
2025-05-06block: introduce max_write_streams queue limitKeith Busch1-0/+3
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig3-0/+7
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei6-7/+18
2025-05-06block: move hctx cpuhp add/del out of queue freezingMing Lei1-1/+4
2025-05-06block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc...Ming Lei1-15/+4
2025-05-06block: move hctx debugfs/sysfs registering out of freezing queueMing Lei1-8/+7
2025-05-06block: move elv_register[unregister]_queue out of elevator_lockMing Lei2-18/+53
2025-05-06block: add new helper for disabling elevator switch when deleting diskMing Lei3-3/+24
2025-05-06block: fail to show/store elevator sysfs attribute if elevator is dyingMing Lei3-4/+8
2025-05-06block: remove elevator queue's type check in elv_attr_show/store()Ming Lei1-2/+2
2025-05-06block: pass elevator_queue to elv_register_queue & unregister_queueMing Lei1-7/+7
2025-05-06block: unifying elevator changeMing Lei4-101/+67
2025-05-06block: add `struct elv_change_ctx` for unifying elevator changeMing Lei1-16/+23
2025-05-06block: move queue freezing & elevator_lock into elevator_change()Ming Lei1-8/+12
2025-05-06block: simplify elevator reattachment for updating nr_hw_queuesMing Lei3-92/+21
2025-05-06block: move blk_queue_registered() check into elv_iosched_store()Ming Lei1-4/+4
2025-05-06block: fold elevator_disable into elevator_switchChristoph Hellwig1-38/+23
2025-05-06block: look up the elevator type in elevator_switchChristoph Hellwig3-12/+10