aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: move conf/stat file handling code to policiesTejun Heo2012-04-011-373/+0
* blkcg: implement blkio_policy_type->cftypesTejun Heo2012-04-011-0/+6
* blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2012-04-011-27/+25
* blkcg: simplify blkg_conf_prep()Tejun Heo2012-04-011-54/+10
* blkcg: restructure blkio_group configruation settingTejun Heo2012-04-011-127/+147
* blkcg: restructure configuration printingTejun Heo2012-04-011-102/+54
* blkcg: drop blkiocg_file_write_u64()Tejun Heo2012-04-011-28/+7
* blkcg: restructure statistics printingTejun Heo2012-04-011-318/+239
* blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2012-04-011-162/+127
* blkcg: remove unused @pol and @plid parametersTejun Heo2012-04-011-2/+1
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-011-34/+17
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-7/+2
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-22/+16