summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)Author
2019-11-20blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente
2019-07-21block, bfq: NULL out the bic when it's no longer validDouglas Anderson
2019-06-15block, bfq: increase idling for weight-raised queuesPaolo Valente
2018-08-17block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente
2018-08-03block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini
2018-05-01bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe
2017-12-25block,bfq: Disable writeback throttlingLuca Miccio
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-01bfq: Use icq_to_bic() consistentlyBart Van Assche
2017-09-01bfq: Suppress compiler warnings about comparisonsBart Van Assche
2017-09-01bfq: Check kstrtoul() return valueBart Van Assche
2017-09-01bfq: Annotate fall-through in a switch statementBart Van Assche
2017-08-31block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente
2017-08-29bfq: Re-enable auto-loading when built as a moduleBen Hutchings
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang
2017-08-23block, bfq: fix error handle in bfq_initweiping zhang
2017-08-11block, bfq: boost throughput with flash-based non-queueing devicesPaolo Valente
2017-08-11block,bfq: refactor device-idling logicPaolo Valente
2017-07-12bfq: dispatch request to prevent queue stalling after the request completionHou Tao
2017-07-03block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig
2017-06-18bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig
2017-06-08block, bfq: access and cache blkg data only when safePaolo Valente
2017-05-10block, bfq: stress that low_latency must be off to get max throughputPaolo Valente
2017-04-20block, bfq: don't dereference bic before null checking itColin Ian King
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente
2017-04-19block, bfq: remove all get and put of I/O contextsPaolo Valente
2017-04-19block, bfq: handle bursts of queue activationsArianna Avanzini
2017-04-19block, bfq: boost the throughput with random I/O on NCQ-capable HDDsPaolo Valente
2017-04-19block, bfq: boost the throughput on NCQ-capable flash-based devicesPaolo Valente
2017-04-19block, bfq: reduce idling only in symmetric scenariosArianna Avanzini
2017-04-19block, bfq: add Early Queue Merge (EQM)Arianna Avanzini
2017-04-19block, bfq: reduce latency during request-pool saturationPaolo Valente
2017-04-19block, bfq: preserve a low latency also with NCQ-capable drivesPaolo Valente
2017-04-19block, bfq: reduce I/O latency for soft real-time applicationsPaolo Valente
2017-04-19block, bfq: improve responsivenessPaolo Valente
2017-04-19block, bfq: add more fairness with writes and slow processesPaolo Valente
2017-04-19block, bfq: modify the peak-rate estimatorPaolo Valente
2017-04-19block, bfq: improve throughput boostingPaolo Valente
2017-04-19block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini
2017-04-19block, bfq: introduce the BFQ-v0 I/O scheduler as an extra schedulerPaolo Valente