summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)Author
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio
2017-11-14block, bfq: update blkio stats outside the scheduler lockPaolo Valente
2017-11-14block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio
2017-10-09block, bfq: fix unbalanced decrements of burst sizePaolo Valente
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio
2017-10-03block, bfq: decrease burst size when queues in burst exitPaolo Valente
2017-10-03block, bfq: let early-merged queues be weight-raised on split tooPaolo Valente
2017-10-03block, bfq: check and switch back to interactive wr also on queue splitPaolo Valente
2017-10-03block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente
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