summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | cgroup: propagate mode_tAl Viro2012-01-031-7/+7
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* | cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0
|/
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-021-9/+9
* cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-021-6/+9
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-021-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-271-0/+5
|\
| * cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat2011-06-091-0/+5
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-6/+2
|\ \
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-6/+2
| |/
* | kill file_permission() completelyAl Viro2011-07-201-1/+2
|/
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-116/+0
* cgroups: use flex_array in attach_procBen Blum2011-05-261-9/+24
* cgroups: make procs file writableBen Blum2011-05-261-46/+393
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-3/+14
* cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
* cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-8/+1
* cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-7/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-221-8/+6
* 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-121-23/+7
|/
* 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/+0
* fs: dcache scale subdirsNick Piggin2011-01-071-2/+17
* fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+0
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* cgroup fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-5/+22
* convert cgroup and cpusetAl Viro2010-10-291-6/+5
* cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov2010-10-271-0/+2
* cgroup: make the mount options parsing more accurateDaniel Lezcano2010-10-271-30/+60
* cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+39
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
OpenPOWER on IntegriCloud