aboutsummaryrefslogtreecommitdiff
path: root/block/bfq-wf2q.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-29block, bfq: inject I/O to underutilized actuatorsGravatar Davide Zini 1-1/+1
2022-12-15block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHEDGravatar Yuwei Guan 1-4/+4
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupGravatar Yu Kuai 1-4/+2
2022-11-01block, bfq: cleanup bfq_activate_requeue_entity()Gravatar Yu Kuai 1-9/+5
2022-11-01block, bfq: factor out code to update 'active_entities'Gravatar Yu Kuai 1-29/+32
2022-11-01block, bfq: remove set but not used variable in __bfq_entity_update_weight_prioGravatar Yu Kuai 1-15/+0
2022-11-01block, bfq: cleanup __bfq_weights_tree_remove()Gravatar Yu Kuai 1-1/+1
2022-11-01block, bfq: cleanup bfq_weights_tree add/remove apisGravatar Yu Kuai 1-12/+6
2022-11-01block, bfq: refactor the counting of 'num_groups_with_pending_reqs'Gravatar Yu Kuai 1-15/+8
2022-11-01block, bfq: record how many queues have pending requestsGravatar Yu Kuai 1-2/+10
2022-11-01block, bfq: support to track if bfqq has pending requestsGravatar Yu Kuai 1-2/+22
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Gravatar Yu Kuai 1-3/+6
2022-06-27block: bfq: Fix kernel-doc headersGravatar Bart Van Assche 1-0/+2
2022-06-27bfq: Remove useless code in bfq_lookup_next_entityGravatar GuoYong Zheng 1-3/+0
2022-02-18block, bfq: cleanup bfq_bfqq_to_bfqg()Gravatar Yu Kuai 1-15/+0
2022-02-16block/bfq_wf2q: correct weight to ioprioGravatar Yahu Gao 1-1/+1
2021-08-18block: Introduce IOPRIO_NR_LEVELSGravatar Damien Le Moal 1-3/+3
2021-03-25block, bfq: always inject I/O of queues blocked by wakersGravatar Paolo Valente 1-0/+8
2021-01-24bfq: don't duplicate code for different pathsGravatar huhai 1-3/+0
2020-08-18bfq: fix blkio cgroup leakage v4Gravatar Dmitry Monakhov 1-10/+2
2020-02-03block, bfq: get a ref to a group when adding it to a service treeGravatar Paolo Valente 1-2/+10
2020-02-03block, bfq: extend incomplete name of field on_stGravatar Paolo Valente 1-4/+7
2020-01-22block, bfq: improve arithmetic division in bfq_delta()Gravatar Wen Yang 1-4/+1
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioGravatar Fam Zheng 1-0/+2
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsGravatar Christoph Hellwig 1-10/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-2/+15
2019-04-10block, bfq: fix use after free in bfq_bfqq_expireGravatar Paolo Valente 1-2/+15
2019-04-08block, bfq: fix some typos in commentsGravatar Angelo Ruocco 1-5/+5
2019-04-01block, bfq: do not idle for lowest-weight queuesGravatar Paolo Valente 1-1/+1
2019-04-01block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yGravatar Konstantin Khlebnikov 1-1/+1
2019-01-31block, bfq: fix queue removal from weights treeGravatar Paolo Valente 1-3/+3
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionGravatar Paolo Valente 1-3/+9
2019-01-14block, bfq: fix comments on __bfq_deactivate_entityGravatar Paolo Valente 1-6/+5
2018-12-07block, bfq: fix decrement of num_active_groupsGravatar Paolo Valente 1-1/+4
2018-10-25block, bfq: fix asymmetric scenarios detectionGravatar Federico Motta 1-12/+6
2018-10-13block, bfq: improve asymmetric scenarios detectionGravatar Federico Motta 1-16/+20
2018-09-14block, bfq: correctly charge and reset entity service in all casesGravatar Paolo Valente 1-3/+10
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timeGravatar Paolo Valente 1-9/+5
2018-08-16block, bfq: always update the budget of an entity when neededGravatar Paolo Valente 1-2/+6
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionGravatar Paolo Valente 1-6/+0
2018-07-09block, bfq: add/remove entity weights correctlyGravatar Paolo Valente 1-11/+13
2018-01-18block, bfq: limit sectors served with interactive weight raisingGravatar Paolo Valente 1-0/+3
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OGravatar Paolo Valente 1-0/+4
2017-11-14block, bfq: update blkio stats outside the scheduler lockGravatar Paolo Valente 1-1/+0
2017-08-31block, bfq: guarantee update_next_in_service always returns an eligible entityGravatar Paolo Valente 1-6/+8
2017-08-31block, bfq: remove direct switch to an entity in higher classGravatar Paolo Valente 1-14/+5
2017-08-31block, bfq: make lookup_next_entity push up vtime on expirationsGravatar Paolo Valente 1-15/+43
2017-07-29block, bfq: consider also in_service_entity to state whether an entity is activeGravatar Paolo Valente 1-64/+78
2017-07-29block, bfq: reset in_service_entity if it becomes idleGravatar Paolo Valente 1-1/+3
2017-07-12bfq: fix typos in comments about B-WF2Q+ algorithmGravatar Hou Tao 1-1/+1