summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block, bfq: remove batches of confusing ifdefsPaolo Valente2018-01-051-55/+72
* block, bfq: consider also past I/O in soft real-time detectionPaolo Valente2018-01-051-34/+81
* block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco2018-01-051-31/+5
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-051-11/+46
* block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco2018-01-051-1/+2
* block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente2018-01-051-0/+2
* block, bfq: increase threshold to deem I/O as randomPaolo Valente2018-01-051-1/+1
* block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-141-7/+7
* block, bfq: update blkio stats outside the scheduler lockPaolo Valente2017-11-141-11/+99
* block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio2017-11-141-3/+18
* block, bfq: fix unbalanced decrements of burst sizePaolo Valente2017-10-091-2/+57
* block,bfq: Disable writeback throttlingLuca Miccio2017-10-091-1/+2
* block, bfq: decrease burst size when queues in burst exitPaolo Valente2017-10-031-9/+3
* block, bfq: let early-merged queues be weight-raised on split tooPaolo Valente2017-10-031-5/+23
* block, bfq: check and switch back to interactive wr also on queue splitPaolo Valente2017-10-031-38/+49
* block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente2017-10-031-19/+31
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-091-26/+49
|\
| * bfq: Use icq_to_bic() consistentlyBart Van Assche2017-09-011-1/+1
| * bfq: Suppress compiler warnings about comparisonsBart Van Assche2017-09-011-10/+10
| * bfq: Check kstrtoul() return valueBart Van Assche2017-09-011-15/+37
| * bfq: Annotate fall-through in a switch statementBart Van Assche2017-09-011-0/+1
| * block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente2017-08-311-2/+2
* | bfq: Re-enable auto-loading when built as a moduleBen Hutchings2017-08-291-0/+1
|/
* block, scheduler: convert xxx_var_store to voidweiping zhang2017-08-281-16/+17
* block, bfq: fix error handle in bfq_initweiping zhang2017-08-231-1/+3
* block, bfq: boost throughput with flash-based non-queueing devicesPaolo Valente2017-08-111-10/+19
* block,bfq: refactor device-idling logicPaolo Valente2017-08-111-56/+61
* bfq: dispatch request to prevent queue stalling after the request completionHou Tao2017-07-121-0/+3
* block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente2017-07-031-4/+10
OpenPOWER on IntegriCloud