aboutsummaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
AgeCommit message (Expand)Author
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe
2019-05-02block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente
2019-04-05block, bfq: fix queue removal from weights treePaolo Valente
2019-04-05block, bfq: fix in-service-queue check for queue mergingPaolo 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
2018-05-31block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe
2018-05-10bfq-iosched: remove unused variableJens Axboe
2018-05-10bfq: calculate shallow depths at init timeJens Axboe
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente
2018-02-07block, bfq: add requeue-request hookPaolo Valente
2018-01-18block, bfq: limit sectors served with interactive weight raisingPaolo Valente
2018-01-18block, bfq: limit tags for writes and async I/OPaolo Valente
2018-01-10block, bfq: fix occurrences of request finish method's old nameChiara Bruschi
2018-01-09bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe
2018-01-09block, bfq: release oom-queue ref to root group on exitPaolo Valente
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio