summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
| * cgroup: remove redundant get/put of task structMandeep Singh Baines2011-12-221-9/+2Star
| * cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines2011-12-221-20/+8Star
| * 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/+2Star
| * cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo2011-12-131-47/+5Star
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-131-10/+89
| * cgroup: improve old cgroup handling in cgroup_attach_proc()Tejun Heo2011-12-131-24/+42
| * cgroup: always lock threadgroup during migrationTejun Heo2011-12-131-35/+27Star
| * threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-131-7/+6Star
| * cgroup: add cgroup_root_mutexTejun Heo2011-12-131-22/+42
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* | cgroup: propagate mode_tAl Viro2012-01-041-7/+7
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
* | cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0Star
|/
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-031-9/+9
* cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-031-6/+9
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-031-3/+3
* locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner2011-09-131-9/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-281-0/+5
|\
| * cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat2011-06-091-0/+5
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-6/+2Star
|\ \
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-6/+2Star
| |/
* / kill file_permission() completelyAl Viro2011-07-201-1/+2
|/
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-271-116/+0Star
* cgroups: use flex_array in attach_procBen Blum2011-05-271-9/+24
* cgroups: make procs file writableBen Blum2011-05-271-46/+393
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-271-3/+14
* cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan2011-05-081-9/+1Star
* cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-8/+1Star
* cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-7/+1Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-231-8/+6Star
* perf: Add cgroup supportStephane Eranian2011-02-161-0/+23
* cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-161-13/+18
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-141-1/+1
|\
| * cgroups: Fix a lockdep warning at cgroup removalLi Zefan2011-01-141-1/+1
* | cgroup_fs: fix cgroup use of simple_lookup()Al Viro2011-01-141-1/+16
* | switch cgroupAl Viro2011-01-131-23/+7Star
|/
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-6/+0Star