summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* | cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo2012-04-011-4/+2
* | cgroup: deprecate remount option changesTejun Heo2012-04-011-0/+5
|/
* cgroup: cgroup_attach_task() could return -errno after successTejun Heo2012-03-291-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-10/+9
|\
| * memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins2012-03-211-3/+2
| * cgroup: revert ss_id_lock to spinlockHugh Dickins2012-03-211-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-6/+2
|\ \ | |/ |/|
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-6/+2
* | cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker2012-02-211-0/+20
* | cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker2012-02-211-3/+0
* | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-22/+21
* | cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines2012-01-301-113/+27