summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long2022-11-161-0/+10
* blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-261-4/+4
* blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2022-09-261-27/+12
* blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2022-09-261-4/+4
* blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2022-09-261-13/+0
* blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-8/+4
* blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-171-1/+1
* blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig2022-05-021-17/+0
* blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-021-0/+2
* blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig2022-05-021-3/+0
* blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-3/+64
* blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-021-0/+28
* blk-cgroup: remove __bio_blkcgChristoph Hellwig2022-05-021-23/+0
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-141-0/+17
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-0/+477
* blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-021-603/+0
* blkcg: remove blkcg->idTejun Heo2014-09-081-3/+0
* Revert "block: add __init to blkcg_policy_register"Jens Axboe2014-06-221-2/+2
* blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-06-221-10/+7
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-111-2/+2
|\
| * block: add __init to blkcg_policy_registerFabian Frederick2014-06-101-2/+2
* | cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-5/+9
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-4/+8
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo2013-11-201-4/+4
* block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra2013-11-131-0/+10
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-1/+3
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-16/+9
* cgroup: add css_parent()Tejun Heo2013-08-081-3/+1
* cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-4/+8
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-3/+2
* blkcg: move bulk of blkcg_gq release operations to the RCU callbackTejun Heo2013-05-141-2/+2
* blkcg: implement blkg_for_each_descendant_post()Tejun Heo2013-05-141-0/+14
* blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.hTejun Heo2013-05-141-0/+20
* cgroup: fix cgroup_path() vs rename() raceLi Zefan2013-03-041-2/+0
* blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo2013-01-091-0/+35
* blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo2013-01-091-2/+2
* blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->onlineTejun Heo2013-01-091-0/+7
* blkcg: add blkg_policy_data->plidTejun Heo2013-01-091-1/+2
* cfq-iosched: add leaf_weightTejun Heo2013-01-091-0/+1
* blkcg: make blkcg_gq's hierarchicalTejun Heo2013-01-091-0/+18
* blkcg: implement per-blkg request allocationTejun Heo2012-06-261-0/+102
* blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-251-4/+22
* blkcg: use radix tree to index blkgs from blkcgTejun Heo2012-04-201-0/+6
* blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo2012-04-201-7/+5
* blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo2012-04-201-26/+34
* blkcg: mass rename of blkcg APITejun Heo2012-04-201-55/+54
* blkcg: style cleanups for blk-cgroup.hTejun Heo2012-04-201-56/+52