summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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