summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: drop local variable @q from blkg_destroy()Tejun Heo2012-06-061-2/+1
* blkcg: fix blkg_alloc() failure pathTejun Heo2012-06-041-5/+1
* blkcg: use radix tree to index blkgs from blkcgTejun Heo2012-04-201-8/+44
* blkcg: fix blkcg->css ref leak in __blkg_lookup_create()Tejun Heo2012-04-201-10/+9
* blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo2012-04-201-8/+8
* blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo2012-04-201-26/+26
* blkcg: mass rename of blkcg APITejun Heo2012-04-201-103/+99
* blkcg: remove blkio_group->path[]Tejun Heo2012-04-201-1/+0
* blkcg: shoot down blkgs if all policies are deactivatedTejun Heo2012-04-201-3/+8
* blkcg: drop stuff unused after per-queue policy activation updateTejun Heo2012-04-201-41/+20
* blkcg: implement per-queue policy activationTejun Heo2012-04-201-74/+154
* blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2012-04-201-17/+33
* blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo2012-04-201-7/+10
* blkcg: remove static policy ID enumsTejun Heo2012-04-201-15/+44
* blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo2012-04-201-10/+11
* blkcg: kill blkio_list and replace blkio_list_lock with a mutexTejun Heo2012-04-201-15/+17
* blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo2012-04-011-28/+20
* blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo2012-04-011-18/+15
* blkcg: move blkio_group_conf->weight to cfqTejun Heo2012-04-011-2/+2
* blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo2012-04-011-97/+1
* blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo2012-04-011-21/+2
* blkcg: add blkio_policy_ops operations for exit and stat resetTejun Heo2012-04-011-4/+12
* blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo2012-04-011-61/+2
* blkcg: move statistics update code to policiesTejun Heo2012-04-011-245/+0