summaryrefslogtreecommitdiffstats
path: root/block/bfq-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: merge bursts of newly-created queuesPaolo Valente2021-03-251-0/+2
* bfq: fix blkio cgroup leakage v4Dmitry Monakhov2020-08-181-1/+1
* block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente2020-03-211-7/+13
* block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente2020-03-211-17/+31
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-211-4/+1
* block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente2020-03-211-7/+7
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-061-4/+5
* block, bfq: get a ref to a group when adding it to a service treePaolo Valente2020-02-031-1/+1
* block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente2020-02-031-0/+4
* block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-031-1/+1
* block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente2020-02-031-0/+8
* bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao2019-12-051-0/+3
* bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-12/+27
* bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo2019-11-071-23/+23
* bfq: Add per-device weightFam Zheng2019-09-061-11/+84
* bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng2019-09-061-28/+32
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-281-2/+3
* block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-14/+13
* bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig2019-06-201-43/+19
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-201-37/+155
* blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-201-6/+4
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-201-6/+9
* cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-4/+2
* block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco2019-06-071-2/+4
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-301-10/+1
* block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-1/+1
* block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-011-1/+2
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-071-2/+2
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-1/+1
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-2/+2
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-211-2/+2
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-061-2/+2
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-08-161-1/+2
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-091-20/+20
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-01-091-2/+5
* block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-141-64/+84
* bfq: Declare local functions staticBart Van Assche2017-09-011-9/+9
* block, bfq: access and cache blkg data only when safePaolo Valente2017-06-081-23/+93
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-191-0/+1139