summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cgroup: replace tasklist_lock with rcu_read_lockMandeep Singh Baines2012-01-201-3/+7
* | cgroup: simplify double-check locking in cgroup_attach_procMandeep Singh Baines2012-01-201-50/+29
* | cgroup: move struct cgroup_pidlist out from the header fileLi Zefan2012-01-201-0/+32
|/
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-170/+231
|\
| * cgroup: fix to allow mounting a hierarchy by nameLi Zefan2012-01-051-3/+3
| * cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter2012-01-041-2/+5
| * cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker2011-12-271-3/+12
| * cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov2011-12-271-0/+2
| * cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov2011-12-271-2/+2
| * cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines2011-12-221-16/+6
| * cgroup: remove redundant get/put of task structMandeep Singh Baines2011-12-221-9/+2
| * cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines2011-12-221-20/+8
| * cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker2011-12-211-10/+10
| * cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker2011-12-211-6/+17
| * cgroups: remove redundant get/put of css_set from css_set_check_fetched()Mandeep Singh Baines2011-12-191-8/+2
| * cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo2011-12-121-47/+5
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-10/+89
| * cgroup: improve old cgroup handling in cgroup_attach_proc()Tejun Heo2011-12-121-24/+42
| * cgroup: always lock threadgroup during migrationTejun Heo2011-12-121-35/+27
| * threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-121-7/+6
| * cgroup: add cgroup_root_mutexTejun Heo2011-12-121-22/+42