summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-04-151-3/+13
* bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-04-151-7/+8
* block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-231-0/+2
* block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2021-12-291-8/+7
* block, bfq: fix queue removal from weights treePaolo Valente2021-12-291-4/+13
* block, bfq: fix decrement of num_active_groupsPaolo Valente2021-12-291-22/+54
* block, bfq: improve asymmetric scenarios detectionFederico Motta2021-12-291-99/+124
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-221-3/+13
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-221-1/+1
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-081-2/+4
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-231-4/+4
* bfq: Fix computation of shallow depthJan Kara2021-01-191-4/+4
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-04-171-4/+12
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2019-11-201-2/+8
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2019-11-201-6/+62
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-291-3/+11
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-141-0/+1
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-06-151-0/+2
* bfq: update internal depth state when queue depth changesJens Axboe2019-05-161-1/+7
* block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-04-051-1/+4
* 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
* block, bfq: increase weight-raising duration for interactive appsDavide Sapienza2018-05-311-11/+15
* block, bfq: remove slow-system classPaolo Valente2018-05-311-95/+42
* block, bfq: add description of weight-raising heuristicsPaolo Valente2018-05-311-24/+56
* block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini2018-05-311-7/+0
* block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente2018-05-311-6/+20
* block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-05-311-2/+0
* bfq-iosched: update shallow depth to smallest one usedJens Axboe2018-05-101-3/+14
* bfq-iosched: remove unused variableJens Axboe2018-05-101-9/+7
* bfq: calculate shallow depths at init timeJens Axboe2018-05-101-47/+50
* bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe2018-05-101-8/+1
* block, bfq: postpone rq preparation to insert or mergePaolo Valente2018-05-101-29/+57
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-2/+2
* bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe2018-04-171-1/+9
* block, bfq: lower-bound the estimated peak rate to 1Paolo Valente2018-03-261-1/+24
* block, bfq: add requeue-request hookPaolo Valente2018-02-071-25/+82
* block, bfq: limit sectors served with interactive weight raisingPaolo Valente2018-01-181-9/+72
* block, bfq: limit tags for writes and async I/OPaolo Valente2018-01-181-0/+77
* block, bfq: fix occurrences of request finish method's old nameChiara Bruschi2018-01-101-13/+13
* bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe2018-01-091-1/+1
* block, bfq: release oom-queue ref to root group on exitPaolo Valente2018-01-091-0/+3