summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-291-3/+11
* block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-07-261-1/+7
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-141-0/+1
* block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente2019-06-251-1/+1
* 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-9/+14
|\
| * bfq: update internal depth state when queue depth changesJens Axboe2019-04-131-1/+7
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-101-8/+7
* | block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-8/+8
* | block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-011-0/+2
* | block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2019-04-011-0/+10
* | block, bfq: always protect newly-created queues from existing active queuesPaolo Valente2019-04-011-13/+51
* | block, bfq: do not tag totally seeky queues as soft rtPaolo Valente2019-04-011-0/+14
* | block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-011-5/+68
* | block, bfq: tune service injection basing on request service timesPaolo Valente2019-04-011-36/+381
* | block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-011-90/+114
* | block, bfq: increase idling for weight-raised queuesPaolo Valente2019-04-011-0/+2
|/
* block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-011-1/+1
* block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-01-311-1/+4
* block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente2019-01-311-1/+2
* block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente2019-01-311-0/+13
* block, bfq: reduce threshold for detecting command queueingPaolo Valente2019-01-311-2/+2
* block, bfq: fix queue removal from weights treePaolo Valente2019-01-311-4/+13
* block, bfq: fix sequential rq detection in rate estimationPaolo Valente2019-01-311-5/+7
* block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente2019-01-311-181/+165
* block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente2019-01-311-14/+17
* block, bfq: split function bfq_better_to_idlePaolo Valente2019-01-311-73/+82
* block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente2019-01-311-41/+45
* block, bfq: remove case of redirected bic from insert_requestPaolo Valente2019-01-311-2/+0
* block, bfq: make sure queue budgets are not below service receivedPaolo Valente2019-01-311-2/+4
* block, bfq: avoid selecting a queue w/o budgetPaolo Valente2019-01-311-1/+9
* block, bfq: do not consider interactive queues in srt filteringPaolo Valente2019-01-311-10/+29
* Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-091-22/+54
|\
| * block, bfq: fix decrement of num_active_groupsPaolo Valente2018-12-071-22/+54
* | blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-071-1/+1
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-8/+8
* | block: get rid of MQ scheduler ops unionJens Axboe2018-11-071-1/+1
* | block: remove dead elevator codeJens Axboe2018-11-071-1/+0
|/
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* block, bfq: improve asymmetric scenarios detectionFederico Motta2018-10-131-99/+124
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-211-1/+1
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2018-09-141-2/+8
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-141-6/+62
* block, bfq: reduce write overchargePaolo Valente2018-08-161-14/+19
* block, bfq: readd missing reset of parent-entity servicePaolo Valente2018-08-161-0/+21
* block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente2018-07-091-8/+8
* block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente2018-07-091-6/+28
* block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente2018-07-091-3/+33
* block, bfq: add/remove entity weights correctlyPaolo Valente2018-07-091-4/+41
* block, bfq: prevent soft_rt_next_start from being stuck at infinityDavide Sapienza2018-05-311-27/+2