| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | blk-throttle: fix access race during throttle policy activation | Han Guangjiang | 1 | -7/+11 |
| 2025-05-13 | blk-throttle: Prevents the bps restricted io from entering the bps queue again | Zizhi Wo | 1 | -3/+8 |
| 2025-05-13 | blk-throttle: Split the service queue | Zizhi Wo | 1 | -1/+2 |
| 2025-05-13 | blk-throttle: Split the blkthrotl queue | Zizhi Wo | 1 | -1/+2 |
| 2025-05-05 | blk-throttle: Delete unnecessary carryover-related fields from throtl_grp | Zizhi Wo | 1 | -11/+8 |
| 2025-04-14 | block: add SPDX header line to blk-throttle.h | Bird, Tim | 1 | -0/+1 |
| 2025-03-05 | blk-throttle: carry over directly | Ming Lei | 1 | -2/+2 |
| 2025-03-05 | blk-throttle: remove last_bytes_disp and last_ios_disp | Ming Lei | 1 | -3/+0 |
| 2024-09-10 | blk-throttle: remove last_low_overflow_time | Yu Kuai | 1 | -2/+0 |
| 2024-05-30 | blk-throttle: Fix incorrect display of io.max | Waiman Long | 1 | -6/+2 |
| 2024-05-09 | blk-throttle: delay initialization until configuration | Yu Kuai | 1 | -5/+15 |
| 2024-05-09 | blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW | Yu Kuai | 1 | -22/+4 |
| 2023-08-30 | blk-throttle: print signed value 'carryover_bytes/ios' for user | Yu Kuai | 1 | -2/+2 |
| 2023-06-25 | blk-throttle: Fix io statistics for cgroup v1 | Jinke Han | 1 | -0/+9 |
| 2022-09-26 | blk-throttle: pass a gendisk to blk_throtl_cancel_bios | Christoph Hellwig | 1 | -2/+2 |
| 2022-09-26 | blk-throttle: pass a gendisk to blk_throtl_register_queue | Christoph Hellwig | 1 | -2/+2 |
| 2022-09-26 | blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit | Christoph Hellwig | 1 | -4/+4 |
| 2022-09-24 | blk-throttle: improve bypassing bios checkings | Yu Kuai | 1 | -3/+19 |
| 2022-09-24 | blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT | Yu Kuai | 1 | -7/+1 |
| 2022-09-12 | blk-throttle: fix io hung due to configuration updates | Yu Kuai | 1 | -0/+9 |
| 2022-09-12 | blk-throttle: fix that io throttle can only work for single bio | Yu Kuai | 1 | -1/+1 |
| 2022-03-18 | block: cancel all throttled bios in del_gendisk() | Yu Kuai | 1 | -0/+3 |
| 2022-02-16 | block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ... | Ming Lei | 1 | -5/+0 |
| 2022-02-16 | block: don't try to throttle split bio if iops limit isn't set | Ming Lei | 1 | -0/+11 |
| 2022-02-16 | block: throttle split bio in case of iops limit | Ming Lei | 1 | -2/+0 |
| 2021-10-18 | block: move blk-throtl fast path inline | Jens Axboe | 1 | -0/+182 |