summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.h
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: merge bursts of newly-created queuesPaolo Valente2021-03-251-0/+15
* block, bfq: make waker-queue detection more robustPaolo Valente2021-01-251-2/+5
* block, bfq: save also injection state on queue mergingPaolo Valente2021-01-251-0/+5
* block, bfq: save also weight-raised service on queue mergingPaolo Valente2021-01-251-0/+1
* block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2021-01-251-8/+8
* bfq: fix blkio cgroup leakage v4Dmitry Monakhov2020-08-181-1/+0
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-211-0/+1
* block, bfq: get a ref to a group when adding it to a service treePaolo Valente2020-02-031-0/+1
* block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente2020-02-031-0/+1
* block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-031-1/+1
* block,bfq: Skip tracing hooks if possibleDmitry Monakhov2019-11-201-0/+4
* blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo2019-11-071-0/+2
* bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-0/+4
* bfq: Add per-device weightFam Zheng2019-09-061-0/+3
* block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2019-06-251-1/+24
* block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-2/+2
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-201-7/+12
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-301-10/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+1
|\
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-101-1/+1
* | block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-2/+2
* | block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-011-0/+9
* | block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2019-04-011-4/+19
* | block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-011-0/+3
* | block, bfq: tune service injection basing on request service timesPaolo Valente2019-04-011-23/+28
* | block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-011-3/+3
|/
* block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-01-311-0/+3
* block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente2019-01-311-3/+5
* block, bfq: fix decrement of num_active_groupsPaolo Valente2018-12-071-2/+49
* block, bfq: improve asymmetric scenarios detectionFederico Motta2018-10-131-16/+11
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-141-0/+26
* block, bfq: add/remove entity weights correctlyPaolo Valente2018-07-091-2/+5
* block, bfq: remove slow-system classPaolo Valente2018-05-311-10/+4
* bfq-iosched: remove unused variableJens Axboe2018-05-101-6/+0
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-091-5/+5
* block, bfq: lower-bound the estimated peak rate to 1Paolo Valente2018-03-261-1/+1
* block, bfq: limit sectors served with interactive weight raisingPaolo Valente2018-01-181-0/+5
* block, bfq: limit tags for writes and async I/OPaolo Valente2018-01-181-0/+12
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-051-0/+2
* block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-141-2/+2
* block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente2017-08-311-2/+2
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-281-5/+17
|\
| * block, bfq: consider also in_service_entity to state whether an entity is activePaolo Valente2017-07-291-5/+17
* | block,bfq: refactor device-idling logicPaolo Valente2017-08-111-6/+6
* | block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-5/+8
|/
* bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao2017-07-121-1/+1
* block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente2017-07-031-1/+2
* block, bfq: access and cache blkg data only when safePaolo Valente2017-06-081-12/+11
* bfq: fix compile error if CONFIG_CGROUPS=nJens Axboe2017-04-201-3/+2
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-191-0/+942