summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-09cgroup: update Documentation/cgroups/00-INDEXNamjae Jeon1-0/+8
2012-12-06cgroup_rm_file: don't delete the uncreated filesGao feng1-6/+6
2012-12-03cgroup: remove subsystem files when remounting cgroupGao feng1-2/+9
2012-11-30cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng1-1/+3
2012-11-30cgroup: warn about broken hierarchies only after css_onlineGlauber Costa1-9/+9
2012-11-29cgroup: list_del_init() on removed eventsGreg Thelen1-2/+2
2012-11-29cgroup: fix lockdep warning for event_controlGreg Thelen1-3/+8
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-22netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo2-18/+26
2012-11-22netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo1-22/+50
2012-11-22netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo2-61/+15
2012-11-22netprio_cgroup: reimplement priomap expansionTejun Heo1-23/+33
2012-11-22netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo1-12/+11
2012-11-22netprio_cgroup: simplify write_priomap()Tejun Heo1-45/+11
2012-11-22netcls_cgroup: move config inheritance to ->css_online() and remove .broken_h...Tejun Heo1-12/+8
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2-7/+5
2012-11-19cgroup: add cgroup->idTejun Heo2-1/+16
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo4-57/+36
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo3-23/+19
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo13-121/+132
2012-11-19cgroup: allow ->post_create() to failTejun Heo3-12/+23
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo1-7/+14
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo1-3/+9
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo1-11/+10
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2-23/+43
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo1-15/+25
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo1-1/+14
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo1-0/+4
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo1-3/+3
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2-5/+5
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo2-6/+7
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo1-18/+12
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo1-25/+5
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo1-0/+1
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2012-11-09cgroup_freezer: implement proper hierarchy supportTejun Heo2-59/+165
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo1-2/+40
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo1-8/+47
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo1-33/+27
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo1-18/+30
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo1-22/+19
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo2-0/+180
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo2-5/+4
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo2-2/+14
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma1-2/+2
2012-11-07device_cgroup: add lockdep assertsTejun Heo1-0/+12
2012-11-07Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo1187-12717/+16301
2012-11-07device_cgroup: fix RCU usageTejun Heo1-3/+3
2012-11-06device_cgroup: fix unchecked cgroup parent usageAristeu Rozanski1-2/+10
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo5-336/+156