aboutsummaryrefslogtreecommitdiff
path: root/block/bfq-iosched.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-29bfq: Provide helper to generate bfqq nameGravatar Jan Kara 1-14/+13
2021-11-29bfq: Limit waker detection in timeGravatar Jan Kara 1-0/+2
2021-11-29bfq: Store full bitmap depth in bfq_dataGravatar Jan Kara 1-0/+1
2021-11-29bfq: Track number of allocated requests in bfq_entityGravatar Jan Kara 1-2/+3
2021-08-25block, bfq: cleanup the repeated declarationGravatar Shaokun Zhang 1-2/+0
2021-08-18block: Introduce IOPRIO_NR_LEVELSGravatar Damien Le Moal 1-2/+2
2021-03-25block, bfq: merge bursts of newly-created queuesGravatar Paolo Valente 1-0/+15
2021-01-25block, bfq: make waker-queue detection more robustGravatar Paolo Valente 1-2/+5
2021-01-25block, bfq: save also injection state on queue mergingGravatar Paolo Valente 1-0/+5
2021-01-25block, bfq: save also weight-raised service on queue mergingGravatar Paolo Valente 1-0/+1
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityGravatar Paolo Valente 1-8/+8
2020-08-18bfq: fix blkio cgroup leakage v4Gravatar Dmitry Monakhov 1-1/+0
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupGravatar Paolo Valente 1-0/+1
2020-02-03block, bfq: get a ref to a group when adding it to a service treeGravatar Paolo Valente 1-0/+1
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsGravatar Paolo Valente 1-0/+1
2020-02-03block, bfq: extend incomplete name of field on_stGravatar Paolo Valente 1-1/+1
2019-11-20block,bfq: Skip tracing hooks if possibleGravatar Dmitry Monakhov 1-0/+4
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATGravatar Tejun Heo 1-0/+2
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosGravatar Tejun Heo 1-0/+4
2019-09-06bfq: Add per-device weightGravatar Fam Zheng 1-0/+3
2019-06-25block, bfq: detect wakers and unconditionally inject their I/OGravatar Paolo Valente 1-1/+24
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGGravatar Christoph Hellwig 1-2/+2
2019-06-20blk-cgroup: move struct blkg_stat to bfqGravatar Christoph Hellwig 1-7/+12
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsGravatar Christoph Hellwig 1-10/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-1/+1
2019-04-10block, bfq: fix use after free in bfq_bfqq_expireGravatar Paolo Valente 1-1/+1
2019-04-08block, bfq: fix some typos in commentsGravatar Angelo Ruocco 1-2/+2
2019-04-01block, bfq: save & resume weight on a queue merge/splitGravatar Francesco Pollicino 1-0/+9
2019-04-01block, bfq: print SHARED instead of pid for shared queues in logsGravatar Francesco Pollicino 1-4/+19
2019-04-01block, bfq: do not merge queues on flash storage with queueingGravatar Paolo Valente 1-0/+3
2019-04-01block, bfq: tune service injection basing on request service timesGravatar Paolo Valente 1-23/+28
2019-04-01block, bfq: do not idle for lowest-weight queuesGravatar Paolo Valente 1-3/+3
2019-01-31block, bfq: fix in-service-queue check for queue mergingGravatar Paolo Valente 1-0/+3
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionGravatar Paolo Valente 1-3/+5
2018-12-07block, bfq: fix decrement of num_active_groupsGravatar Paolo Valente 1-2/+49
2018-10-13block, bfq: improve asymmetric scenarios detectionGravatar Federico Motta 1-16/+11
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashGravatar Paolo Valente 1-0/+26
2018-07-09block, bfq: add/remove entity weights correctlyGravatar Paolo Valente 1-2/+5
2018-05-31block, bfq: remove slow-system classGravatar Paolo Valente 1-10/+4
2018-05-10bfq-iosched: remove unused variableGravatar Jens Axboe 1-6/+0
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqGravatar Omar Sandoval 1-5/+5
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Gravatar Paolo Valente 1-1/+1
2018-01-18block, bfq: limit sectors served with interactive weight raisingGravatar Paolo Valente 1-0/+5
2018-01-18block, bfq: limit tags for writes and async I/OGravatar Paolo Valente 1-0/+12
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OGravatar Paolo Valente 1-0/+2
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPGravatar Luca Miccio 1-2/+2
2017-08-31block, bfq: make lookup_next_entity push up vtime on expirationsGravatar Paolo Valente 1-2/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeGravatar Jens Axboe 1-5/+17
2017-08-11block,bfq: refactor device-idling logicGravatar Paolo Valente 1-6/+6
2017-07-29block, bfq: consider also in_service_entity to state whether an entity is activeGravatar Paolo Valente 1-5/+17