summaryrefslogtreecommitdiff
path: root/block/bfq-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente1-4/+1
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente1-7/+7
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato1-4/+5
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente1-1/+1
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente1-0/+4
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente1-1/+1
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente1-0/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao1-0/+3
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo1-12/+27
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo1-23/+23
2019-09-06bfq: Add per-device weightFam Zheng1-11/+84
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo1-2/+3
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig1-14/+13
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig1-43/+19
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig1-37/+155
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig1-6/+4
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig1-6/+9
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe1-4/+2
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco1-2/+4
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig1-10/+1
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco1-1/+1
2019-04-01block, bfq: do not merge queues on flash storage with queueingPaolo Valente1-1/+2
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou1-2/+2
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-2/+2
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)1-2/+2
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov1-2/+2
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero1-1/+2
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval1-20/+20
2018-01-09block, bfq: put async queues for root bfq groups tooPaolo Valente1-2/+5
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio1-64/+84
2017-09-01bfq: Declare local functions staticBart Van Assche1-9/+9
2017-06-08block, bfq: access and cache blkg data only when safePaolo Valente1-23/+93
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente1-0/+1139