aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma1-1/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
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-28cgroup: list_del_init() on removed eventsGreg Thelen1-2/+2
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen1-3/+8
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-5/+3
2012-11-19cgroup: add cgroup->idTejun Heo1-1/+14
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo1-4/+0
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo1-16/+12
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-25/+26
2012-11-19cgroup: allow ->post_create() to failTejun Heo1-10/+19
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 Heo1-23/+42
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_subsys()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 Heo1-1/+1
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-5/+6
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-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo1-0/+86
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo1-5/+3
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo1-2/+13
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma1-2/+2
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo1-31/+10
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-195/+61
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-1/+1
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()Tejun Heo1-51/+0
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo1-46/+19
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo1-3/+13
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo1-19/+12
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo1-95/+36
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo1-12/+3
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo1-17/+6
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css_setTejun Heo1-32/+30
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+11
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-19/+3