summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2012-11-201-5/+3
* cgroup: add cgroup->idTejun Heo2012-11-191-1/+14
* cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-191-4/+0
* cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo2012-11-191-16/+12
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-25/+26
* cgroup: allow ->post_create() to failTejun Heo2012-11-191-10/+19
* cgroup: update cgroup_create() failure pathTejun Heo2012-11-191-7/+14
* cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo2012-11-191-3/+9
* cgroup: simplify cgroup_load_subsys() failure pathTejun Heo2012-11-191-11/+10
* cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2012-11-191-23/+42
* cgroup: separate out cgroup_destroy_locked()Tejun Heo2012-11-191-15/+25
* cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo2012-11-191-1/+14
* cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo2012-11-191-0/+4
* cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo2012-11-191-3/+3
* cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2012-11-191-1/+1
* cgroup: cgroup->dentry isn't a RCU pointerTejun Heo2012-11-191-5/+6
* cgroup: create directory before linking while creating a new cgroupTejun Heo2012-11-191-18/+12
* cgroup: open-code cgroup_create_dir()Tejun Heo2012-11-191-25/+5
* cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo2012-11-191-0/+1
* cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2012-11-191-2/+0
* cgroup: implement generic child / descendant walk macrosTejun Heo2012-11-091-0/+86
* cgroup: use rculist ops for cgroup->childrenTejun Heo2012-11-091-5/+3
* cgroup: add cgroup_subsys->post_create()Tejun Heo2012-11-091-2/+13
* cgroup: set 'start' with the right value in cgroup_path.Tao Ma2012-11-081-2/+2
* Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-061-31/+10
|\
| * Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo2012-10-191-12/+3
| * Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo2012-10-191-17/+6
| * cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-161-2/+1
* | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-195/+61
|\ \
| * | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-1/+1
| * | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-051-51/+0
| * | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo2012-11-051-46/+19
| * | cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo2012-11-051-3/+13
| * | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-19/+12
| * | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo2012-11-051-95/+36
* | | cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-161-32/+30
| |/ |/|
* | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-1/+11
|\ \
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-1/+11
| |/
* | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-141-19/+3
* | cgroup: Do not depend on a given order when populating the subsys arrayDaniel Wagner2012-09-141-1/+1
* | cgroup: Wrap subsystem selection macroDaniel Wagner2012-09-141-0/+1
* | cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner2012-09-141-28/+40
* | cgroup: rename subsys_bits to subsys_maskAristeu Rozanski2012-08-241-42/+42
* | cgroup: add xattr supportAristeu Rozanski2012-08-241-7/+93
* | cgroup: revise how we re-populate root directoryAristeu Rozanski2012-08-241-13/+48
|/
* Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-07-241-46/+1
|\
| * cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo2012-07-091-1/+1
| * cgroup: remove hierarchy_mutexLi Zefan2012-06-061-45/+0
* | VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
OpenPOWER on IntegriCloud