aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: remove blkio_group->path[]Tejun Heo2012-04-201-4/+17
* blkcg: blkg_rwstat_read() was missing inlineTejun Heo2012-04-201-1/+1
* blkcg: drop stuff unused after per-queue policy activation updateTejun Heo2012-04-201-5/+1
* blkcg: implement per-queue policy activationTejun Heo2012-04-201-4/+11
* blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo2012-04-201-1/+2
* blkcg: remove static policy ID enumsTejun Heo2012-04-201-11/+4
* blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo2012-04-201-3/+4
* blkcg: kill blkio_list and replace blkio_list_lock with a mutexTejun Heo2012-04-201-1/+0
* cfq: fix build breakage & warningsTejun Heo2012-04-201-2/+2
* blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo2012-04-011-9/+2
* blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo2012-04-011-3/+3
* blkcg: move blkio_group_conf->iops and ->bps to blk-throttleTejun Heo2012-04-011-8/+0
* blkcg: move blkio_group_conf->weight to cfqTejun Heo2012-04-011-6/+8
* blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo2012-04-011-13/+0
* blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo2012-04-011-41/+0
* blkcg: add blkio_policy_ops operations for exit and stat resetTejun Heo2012-04-011-0/+4
* blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo2012-04-011-6/+6
* blkcg: move statistics update code to policiesTejun Heo2012-04-011-94/+0
* blkcg: move conf/stat file handling code to policiesTejun Heo2012-04-011-15/+0
* blkcg: implement blkio_policy_type->cftypesTejun Heo2012-04-011-0/+1
* blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2012-04-011-0/+27
* blkcg: restructure blkio_group configruation settingTejun Heo2012-04-011-13/+0
* blkcg: restructure configuration printingTejun Heo2012-04-011-2/+1
* blkcg: restructure statistics printingTejun Heo2012-04-011-56/+4
* blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2012-04-011-45/+166
* blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcountersTejun Heo2012-04-011-3/+6
* blkcg: remove unused @pol and @plid parametersTejun Heo2012-04-011-6/+2
* blkcg: add blkcg->idTejun Heo2012-03-201-0/+3
* blkcg: remove blkio_group->stats_lockTejun Heo2012-03-201-2/+1
* blkcg: restructure blkio_get_stat()Tejun Heo2012-03-201-1/+5
* blkcg: simplify stat resetTejun Heo2012-03-201-2/+12
* blkcg: don't use percpu for merged statsTejun Heo2012-03-201-3/+3
* blkcg: alloc per cpu stats from worker thread in a delayed mannerVivek Goyal2012-03-201-0/+2
* block: make block cgroup policies follow bio task associationTejun Heo2012-03-061-2/+2
* blkcg: drop unnecessary RCU lockingTejun Heo2012-03-061-2/+2
* blkcg: use double locking instead of RCU for blkg synchronizationTejun Heo2012-03-061-4/+0
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-8/+7