Commit Graph

109 Commits (2d8646510120bb1eb251ae3381e950805a877763)

Author SHA1 Message Date
Tejun Heo bd8815a6d8 cgroup: make css_for_each_descendant() and friends include the origin css in the iteration 12 years ago
Tejun Heo 492eb21b98 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo 6387698699 cgroup: add css_parent() 12 years ago
Tejun Heo a7c6d554aa cgroup: add/update accessors which obtain subsys specific data from css 12 years ago
Tejun Heo 8af01f56a0 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ 12 years ago
Tejun Heo 2a4fd070ee blkcg: move bulk of blkcg_gq release operations to the RCU callback 12 years ago
Tejun Heo aa539cb38f blkcg: implement blkg_for_each_descendant_post() 12 years ago
Tejun Heo dd4a4ffc0a blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.h 12 years ago
Li Zefan 65dff759d2 cgroup: fix cgroup_path() vs rename() race 12 years ago
Tejun Heo 16b3de6652 blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge() 12 years ago
Tejun Heo 4d5e80a760 blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/ 12 years ago
Tejun Heo f427d90964 blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online 12 years ago
Tejun Heo b276a876a0 blkcg: add blkg_policy_data->plid 12 years ago
Tejun Heo e71357e118 cfq-iosched: add leaf_weight 12 years ago
Tejun Heo 3c54786590 blkcg: make blkcg_gq's hierarchical 12 years ago
Tejun Heo a051661ca6 blkcg: implement per-blkg request allocation 13 years ago
Tejun Heo b1208b56f3 blkcg: inline bio_blkcg() and friends 13 years ago
Tejun Heo a637120e49 blkcg: use radix tree to index blkgs from blkcg 13 years ago
Tejun Heo f9fcc2d391 blkcg: collapse blkcg_policy_ops into blkcg_policy 13 years ago
Tejun Heo f95a04afa8 blkcg: embed struct blkg_policy_data in policy specific data 13 years ago
Tejun Heo 3c798398e3 blkcg: mass rename of blkcg API 13 years ago
Tejun Heo 36558c8a30 blkcg: style cleanups for blk-cgroup.h 13 years ago
Tejun Heo 54e7ed12ba blkcg: remove blkio_group->path[] 13 years ago
Tejun Heo c94bed8999 blkcg: blkg_rwstat_read() was missing inline 13 years ago
Tejun Heo 3c96cb32d3 blkcg: drop stuff unused after per-queue policy activation update 13 years ago
Tejun Heo a2b1693bac blkcg: implement per-queue policy activation 13 years ago
Tejun Heo da8b066262 blkcg: make blkg_conf_prep() take @pol and return with queue lock held 13 years ago
Tejun Heo 8bd435b30e blkcg: remove static policy ID enums 13 years ago
Tejun Heo ec399347d3 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() 13 years ago
Tejun Heo bc0d6501a8 blkcg: kill blkio_list and replace blkio_list_lock with a mutex 13 years ago
Tejun Heo f48ec1d788 cfq: fix build breakage & warnings 13 years ago
Tejun Heo 5bc4afb1ec blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros 13 years ago
Tejun Heo d366e7ec41 blkcg: pass around pd->pdata instead of pd itself in prfill functions 13 years ago
Tejun Heo af133ceb26 blkcg: move blkio_group_conf->iops and ->bps to blk-throttle 13 years ago
Tejun Heo 3381cb8d2e blkcg: move blkio_group_conf->weight to cfq 13 years ago
Tejun Heo 8a3d26151f blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c 13 years ago
Tejun Heo 155fead9b6 blkcg: move blkio_group_stats to cfq-iosched.c 13 years ago
Tejun Heo 9ade5ea4ce blkcg: add blkio_policy_ops operations for exit and stat reset 13 years ago
Tejun Heo 41b38b6d54 blkcg: cfq doesn't need per-cpu dispatch stats 13 years ago
Tejun Heo 629ed0b102 blkcg: move statistics update code to policies 13 years ago
Tejun Heo 60c2bc2d5a blkcg: move conf/stat file handling code to policies 13 years ago
Tejun Heo 44ea53de46 blkcg: implement blkio_policy_type->cftypes 13 years ago
Tejun Heo 829fdb5000 blkcg: export conf/stat helpers to prepare for reorganization 13 years ago
Tejun Heo 3a8b31d396 blkcg: restructure blkio_group configruation setting 13 years ago
Tejun Heo c4682aec9c blkcg: restructure configuration printing 13 years ago
Tejun Heo d3d32e69fa blkcg: restructure statistics printing 13 years ago
Tejun Heo edcb0722c6 blkcg: introduce blkg_stat and blkg_rwstat 13 years ago
Tejun Heo 2aa4a1523b blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters 13 years ago
Tejun Heo aaec55a002 blkcg: remove unused @pol and @plid parameters 13 years ago
Tejun Heo 9a9e8a26da blkcg: add blkcg->id 13 years ago