summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)Author
2018-05-31block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe
2018-05-10bfq-iosched: remove unused variableJens Axboe
2018-05-10bfq: calculate shallow depths at init timeJens Axboe
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente
2018-02-07block, bfq: add requeue-request hookPaolo Valente
2018-01-18block, bfq: limit sectors served with interactive weight raisingPaolo Valente
2018-01-18block, bfq: limit tags for writes and async I/OPaolo Valente
2018-01-10block, bfq: fix occurrences of request finish method's old nameChiara Bruschi
2018-01-09bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDJens Axboe
2018-01-09block, bfq: release oom-queue ref to root group on exitPaolo Valente
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente
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