summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAge
* block, bfq: lower-bound the estimated peak rate to 1Paolo Valente2018-03-26
* block, bfq: add requeue-request hookPaolo Valente2018-02-07
* block, bfq: limit sectors served with interactive weight raisingPaolo Valente2018-01-18
* block, bfq: limit tags for writes and async I/OPaolo Valente2018-01-18
* block, bfq: fix occurrences of request finish method's old nameChiara Bruschi2018-01-10
* bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe2018-01-09
* block, bfq: release oom-queue ref to root group on exitPaolo Valente2018-01-09
* block, bfq: remove batches of confusing ifdefsPaolo Valente2018-01-05
* block, bfq: consider also past I/O in soft real-time detectionPaolo Valente2018-01-05
* block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco2018-01-05
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-05
* block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco2018-01-05
* block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente2018-01-05
* block, bfq: increase threshold to deem I/O as randomPaolo Valente2018-01-05
* block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-14
* block, bfq: update blkio stats outside the scheduler lockPaolo Valente2017-11-14
* block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio2017-11-14
* block, bfq: fix unbalanced decrements of burst sizePaolo Valente2017-10-09
* block,bfq: Disable writeback throttlingLuca Miccio2017-10-09
* block, bfq: decrease burst size when queues in burst exitPaolo Valente2017-10-03
* block, bfq: let early-merged queues be weight-raised on split tooPaolo Valente2017-10-03
* block, bfq: check and switch back to interactive wr also on queue splitPaolo Valente2017-10-03
* block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente2017-10-03
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-09
|\
| * bfq: Use icq_to_bic() consistentlyBart Van Assche2017-09-01
| * bfq: Suppress compiler warnings about comparisonsBart Van Assche2017-09-01
| * bfq: Check kstrtoul() return valueBart Van Assche2017-09-01
| * bfq: Annotate fall-through in a switch statementBart Van Assche2017-09-01
| * block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente2017-08-31
* | bfq: Re-enable auto-loading when built as a moduleBen Hutchings2017-08-29
|/
* block, scheduler: convert xxx_var_store to voidweiping zhang2017-08-28
* block, bfq: fix error handle in bfq_initweiping zhang2017-08-23
* block, bfq: boost throughput with flash-based non-queueing devicesPaolo Valente2017-08-11
* block,bfq: refactor device-idling logicPaolo Valente2017-08-11
* bfq: dispatch request to prevent queue stalling after the request completionHou Tao2017-07-12
* block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente2017-07-03
* block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente2017-06-27
* blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-18
* bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig2017-06-18
* blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-18
* block, bfq: access and cache blkg data only when safePaolo Valente2017-06-08
* block, bfq: stress that low_latency must be off to get max throughputPaolo Valente2017-05-10
* block, bfq: don't dereference bic before null checking itColin Ian King2017-04-20
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-19
* block, bfq: remove all get and put of I/O contextsPaolo Valente2017-04-19
* block, bfq: handle bursts of queue activationsArianna Avanzini2017-04-19
* block, bfq: boost the throughput with random I/O on NCQ-capable HDDsPaolo Valente2017-04-19
* block, bfq: boost the throughput on NCQ-capable flash-based devicesPaolo Valente2017-04-19
* block, bfq: reduce idling only in symmetric scenariosArianna Avanzini2017-04-19
* block, bfq: add Early Queue Merge (EQM)Arianna Avanzini2017-04-19