summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | cgroup: fix cgroup hierarchy umount raceTejun Heo2012-07-071-1/+5
* | Revert "cgroup: superblock can't be released with active dentries"Tejun Heo2012-07-071-14/+3
* | cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi2012-06-181-2/+10
|/
* cgroup: make sure that decisions in __css_put are atomicSalman Qazi2012-06-061-2/+1
* Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-051-3/+14
|\
| * cgroup: superblock can't be released with active dentriesTejun Heo2012-05-271-3/+14
* | kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner2012-05-291-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-3/+3
|\ \ | |/ |/|
| * userns: Convert cgroup permission checks to use uid_eqEric W. Biederman2012-05-151-3/+3
* | cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threadsMike Galbraith2012-04-231-0/+13
* | cgroup: remove cgroup_subsys->populate()Tejun Heo2012-04-111-3/+0
* | cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-9/+62
* | cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2012-04-011-48/+71
* | cgroup: implement cgroup_rm_cftypes()Tejun Heo2012-04-011-10/+44
* | cgroup: introduce struct cfentTejun Heo2012-04-011-36/+77
* | cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo2012-04-011-10/+10
* | cgroup: remove cgroup_add_file[s]()Tejun Heo2012-04-011-31/+20
* | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-7/+3
* | cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo2012-04-011-12/+7
* | cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2012-04-011-1/+131
* | cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2012-04-011-0/+10