summaryrefslogtreecommitdiffstats
path: root/block/bfq-wf2q.c
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: get a ref to a group when adding it to a service treePaolo Valente2020-02-031-2/+10
* block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-031-4/+7
* block, bfq: improve arithmetic division in bfq_delta()Wen Yang2020-01-221-4/+1
* bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng2019-09-061-0/+2
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-301-10/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-2/+15
|\
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-101-2/+15
* | block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-5/+5
* | block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-011-1/+1
|/
* block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-011-1/+1
* block, bfq: fix queue removal from weights treePaolo Valente2019-01-311-3/+3
* block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente2019-01-311-3/+9
* block, bfq: fix comments on __bfq_deactivate_entityPaolo Valente2019-01-141-6/+5
* block, bfq: fix decrement of num_active_groupsPaolo Valente2018-12-071-1/+4
* block, bfq: fix asymmetric scenarios detectionFederico Motta2018-10-251-12/+6
* block, bfq: improve asymmetric scenarios detectionFederico Motta2018-10-131-16/+20
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-09-141-3/+10
* block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente2018-08-161-9/+5
* block, bfq: always update the budget of an entity when neededPaolo Valente2018-08-161-2/+6
* block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente2018-07-091-6/+0
* block, bfq: add/remove entity weights correctlyPaolo Valente2018-07-091-11/+13
* block, bfq: limit sectors served with interactive weight raisingPaolo Valente2018-01-181-0/+3
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-051-0/+4
* block, bfq: update blkio stats outside the scheduler lockPaolo Valente2017-11-141-1/+0
* block, bfq: guarantee update_next_in_service always returns an eligible entityPaolo Valente2017-08-311-6/+8
* block, bfq: remove direct switch to an entity in higher classPaolo Valente2017-08-311-14/+5
* block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente2017-08-311-15/+43
* block, bfq: consider also in_service_entity to state whether an entity is activePaolo Valente2017-07-291-64/+78
* block, bfq: reset in_service_entity if it becomes idlePaolo Valente2017-07-291-1/+3
* bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao2017-07-121-1/+1
* block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente2017-07-031-5/+34
* block, bfq: use pointer entity->sched_data only if setPaolo Valente2017-05-101-2/+11
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-191-0/+1616
OpenPOWER on IntegriCloud