summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-081-3/+11
* block, bfq: move update of waker and woken list to queue freeingPaolo Valente2019-08-081-15/+29
* block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente2019-08-081-3/+7
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-24/+43
|\
| * block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente2019-07-181-24/+43
* | docs: block: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-296/+671
|\
| * block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-06-281-0/+1
| * block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseDouglas Anderson2019-06-271-0/+1
| * block, bfq: re-schedule empty queues if they deserve I/O pluggingPaolo Valente2019-06-251-184/+203
| * block, bfq: preempt lower-weight or lower-priority queuesPaolo Valente2019-06-251-20/+75
| * block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2019-06-251-33/+237
| * block, bfq: bring forward seek&think time updatePaolo Valente2019-06-251-10/+4Star
| * block, bfq: update base request service times when possiblePaolo Valente2019-06-251-1/+12
| * block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-06-251-1/+7
| * block, bfq: reset inject limit when think-time state changesPaolo Valente2019-06-251-68/+151
| * block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-4/+4
| * block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-2/+3
* | 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-05-011-10/+1Star
* 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-141-1/+7
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-101-8/+7Star
* | 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/+165Star
* 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/+0Star
* 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-101-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-081-1/+1