summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "block: add __init to blkcg_policy_register"Jens Axboe2014-06-221-1/+1
* | blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-06-221-5/+2
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-111-1/+1
|\
| * block: add __init to blkcg_policy_registerFabian Frederick2014-06-101-1/+1
* | cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-1/+1
|/
* blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo2014-05-051-1/+14
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-7/+4
|\
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-1/+1
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-5/+3
| * cgroup: drop module supportTejun Heo2014-02-081-1/+0
* | block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-181-1/+1
|/
* Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-221-10/+15
|\
| * blkcg: relocate root_blkg setting and clearingTejun Heo2013-09-111-10/+15
* | cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-6/+2
* | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1
* | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-4/+4
* | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-3/+3
* | cgroup: add subsys backlink pointer to cftypeTejun Heo2013-08-081-1/+1
* | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-12/+13
|/
* blk-throttle: implement proper hierarchy supportTejun Heo2013-05-141-8/+0
* blkcg: move bulk of blkcg_gq release operations to the RCU callbackTejun Heo2013-05-141-18/+16
* blkcg: invoke blkcg_policy->pd_init() after parent is linkedTejun Heo2013-05-141-17/+22
* blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.hTejun Heo2013-05-141-22/+2
* blkcg: fix error return path in blkg_create()Tejun Heo2013-05-141-1/+1
* blkcg: fix "scheduling while atomic" in blk_queue_bypass_startJun'ichi Nomura2013-04-091-2/+2
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-41/+236
|\
| * blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lockTejun Heo2013-01-091-5/+9
| * blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo2013-01-091-0/+107
| * blkcg: export __blkg_prfill_rwstat()Tejun Heo2013-01-091-0/+1
| * blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->onlineTejun Heo2013-01-091-1/+20
| * blkcg: add blkg_policy_data->plidTejun Heo2013-01-091-0/+2
| * cfq-iosched: add leaf_weightTejun Heo2013-01-091-1/+3
| * blkcg: make blkcg_gq's hierarchicalTejun Heo2013-01-091-5/+37
| * blkcg: cosmetic updates to blkg_create()Tejun Heo2013-01-091-8/+7
| * blkcg: reorganize blkg_lookup_create() and friendsTejun Heo2013-01-091-23/+52
| * blkcg: fix minor bug in blkg_alloc()Tejun Heo2013-01-091-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
|/
* Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-1/+1
|\
| * block: Rename queue dead flagBart Van Assche2012-12-061-1/+1
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-7/+7
* | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-061-0/+10
|\|
| * blkcg: stop iteration early if root_rl is the only request listJun'ichi Nomura2012-10-221-0/+3
| * blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkgJun'ichi Nomura2012-10-221-0/+7
* | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-2/+1
|\ \ | |/ |/|
| * cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-2/+1
* | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+8
|/
* blkcg: implement per-blkg request allocationTejun Heo2012-06-261-4/+47
* blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-251-21/+0
* blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-251-16/+43
* blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-251-9/+1