| Commit message (Expand) | Author | Age | Files | Lines |
* | block, bfq: remove BFQ_WEIGHT_LEGACY_DFL | Chengming Zhou | 2023-04-06 | 1 | -1/+0 |
* | block, bfq: cleanup 'bfqg->online' | Yu Kuai | 2023-02-07 | 1 | -2/+0 |
* | block, bfq: remove unused bfq_wr_max_time in struct bfq_data | Kemeng Shi | 2023-01-29 | 1 | -2/+0 |
* | block, bfq: inject I/O to underutilized actuators | Davide Zini | 2023-01-29 | 1 | -3/+36 |
* | block, bfq: retrieve independent access ranges from request queue | Federico Gavioli | 2023-01-29 | 1 | -1/+7 |
* | block, bfq: split also async bfq_queues on a per-actuator basis | Davide Zini | 2023-01-29 | 1 | -4/+4 |
* | block, bfq: turn bfqq_data into an array in bfq_io_cq | Paolo Valente | 2023-01-29 | 1 | -4/+8 |
* | block, bfq: move io_cq-persistent bfqq data into a dedicated struct | Paolo Valente | 2023-01-29 | 1 | -21/+31 |
* | block, bfq: split sync bfq_queues on a per-actuator basis | Paolo Valente | 2023-01-29 | 1 | -10/+41 |
* | block, bfq: switch 'bfqg->ref' to use atomic refcount apis | Yu Kuai | 2023-01-15 | 1 | -1/+1 |
* | block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHED | Yuwei Guan | 2022-12-15 | 1 | -0/+4 |
* | block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group | Yu Kuai | 2022-11-01 | 1 | -1/+1 |
* | block, bfq: cleanup __bfq_weights_tree_remove() | Yu Kuai | 2022-11-01 | 1 | -1/+0 |
* | block, bfq: cleanup bfq_weights_tree add/remove apis | Yu Kuai | 2022-11-01 | 1 | -7/+3 |
* | block, bfq: refactor the counting of 'num_groups_with_pending_reqs' | Yu Kuai | 2022-11-01 | 1 | -9/+9 |
* | block, bfq: record how many queues have pending requests | Yu Kuai | 2022-11-01 | 1 | -0/+1 |
* | block, bfq: support to track if bfqq has pending requests | Yu Kuai | 2022-11-01 | 1 | -0/+2 |
* | block, bfq: remove unused variable for bfq_queue | Yuwei Guan | 2022-10-20 | 1 | -4/+0 |
* | block, bfq: remove useless parameter for bfq_add/del_bfqq_busy() | Yu Kuai | 2022-08-22 | 1 | -3/+2 |
* | block, bfq: remove unused functions | Yu Kuai | 2022-08-22 | 1 | -5/+8 |
* | block/bfq: Use the new blk_opf_t type | Bart Van Assche | 2022-07-14 | 1 | -4/+4 |
* | bfq: Relax waker detection for shared queues | Jan Kara | 2022-05-19 | 1 | -0/+1 |
* | blktrace: cleanup the __trace_note_message interface | Christoph Hellwig | 2022-05-02 | 1 | -2/+2 |
* | bfq: Get rid of __bio_blkcg() usage | Jan Kara | 2022-04-17 | 1 | -2/+1 |
* | bfq: Track whether bfq_group is still online | Jan Kara | 2022-04-17 | 1 | -0/+2 |
* | bfq: Split shared queues on move between cgroups | Jan Kara | 2022-04-17 | 1 | -0/+1 |
* | block, bfq: cleanup bfq_bfqq_to_bfqg() | Yu Kuai | 2022-02-18 | 1 | -1/+0 |
* | block: partition include/linux/blk-cgroup.h | Ming Lei | 2022-02-11 | 1 | -1/+0 |
* | bfq: Provide helper to generate bfqq name | Jan Kara | 2021-11-29 | 1 | -14/+13 |
* | bfq: Limit waker detection in time | Jan Kara | 2021-11-29 | 1 | -0/+2 |
* | bfq: Store full bitmap depth in bfq_data | Jan Kara | 2021-11-29 | 1 | -0/+1 |
* | bfq: Track number of allocated requests in bfq_entity | Jan Kara | 2021-11-29 | 1 | -2/+3 |
* | block, bfq: cleanup the repeated declaration | Shaokun Zhang | 2021-08-25 | 1 | -2/+0 |
* | block: Introduce IOPRIO_NR_LEVELS | Damien Le Moal | 2021-08-18 | 1 | -2/+2 |
* | block, bfq: merge bursts of newly-created queues | Paolo Valente | 2021-03-25 | 1 | -0/+15 |
* | block, bfq: make waker-queue detection more robust | Paolo Valente | 2021-01-25 | 1 | -2/+5 |
* | block, bfq: save also injection state on queue merging | Paolo Valente | 2021-01-25 | 1 | -0/+5 |
* | block, bfq: save also weight-raised service on queue merging | Paolo Valente | 2021-01-25 | 1 | -0/+1 |
* | block, bfq: replace mechanism for evaluating I/O intensity | Paolo Valente | 2021-01-25 | 1 | -8/+8 |
* | bfq: fix blkio cgroup leakage v4 | Dmitry Monakhov | 2020-08-18 | 1 | -1/+0 |
* | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente | 2020-03-21 | 1 | -0/+1 |
* | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente | 2020-02-03 | 1 | -0/+1 |
* | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 2020-02-03 | 1 | -0/+1 |
* | block, bfq: extend incomplete name of field on_st | Paolo Valente | 2020-02-03 | 1 | -1/+1 |
* | block,bfq: Skip tracing hooks if possible | Dmitry Monakhov | 2019-11-20 | 1 | -0/+4 |
* | blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT | Tejun Heo | 2019-11-07 | 1 | -0/+2 |
* | bfq-iosched: stop using blkg->stat_bytes and ->stat_ios | Tejun Heo | 2019-11-07 | 1 | -0/+4 |
* | bfq: Add per-device weight | Fam Zheng | 2019-09-06 | 1 | -0/+3 |
* | block, bfq: detect wakers and unconditionally inject their I/O | Paolo Valente | 2019-06-25 | 1 | -1/+24 |
* | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 2019-06-20 | 1 | -2/+2 |