summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)Author
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe
2019-04-10block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco
2019-04-01block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino
2019-04-01block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino
2019-04-01block, bfq: always protect newly-created queues from existing active queuesPaolo Valente
2019-04-01block, bfq: do not tag totally seeky queues as soft rtPaolo Valente
2019-04-01block, bfq: do not merge queues on flash storage with queueingPaolo Valente
2019-04-01block, bfq: tune service injection basing on request service timesPaolo Valente
2019-04-01block, bfq: do not idle for lowest-weight queuesPaolo Valente
2019-04-01block, bfq: increase idling for weight-raised queuesPaolo Valente
2019-04-01block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-13block, bfq: improve asymmetric scenarios detectionFederico Motta
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente
2018-08-16block, bfq: reduce write overchargePaolo Valente
2018-08-16block, bfq: readd missing reset of parent-entity servicePaolo Valente
2018-07-09block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente
2018-07-09block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente
2018-07-09block, bfq: add/remove entity weights correctlyPaolo Valente
2018-05-31block, bfq: prevent soft_rt_next_start from being stuck at infinityDavide Sapienza
2018-05-31block, bfq: increase weight-raising duration for interactive appsDavide Sapienza
2018-05-31block, bfq: remove slow-system classPaolo Valente
2018-05-31block, bfq: add description of weight-raising heuristicsPaolo Valente
2018-05-31block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini