aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02memcg: replace ss->id_lock with a rwlockGravatar Andrew Bresticker 1-9/+9
2011-11-02cgroups: don't attach task to subsystem if migration failedGravatar Ben Blum 1-6/+9
2011-11-02cgroups: more safe tasklist locking in cgroup_attach_procGravatar Ben Blum 1-3/+3
2011-09-13locking, sched, cgroups: Annotate release_list_lock as rawGravatar Thomas Gleixner 1-9/+9
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+5
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-6/+2
2011-07-20kill file_permission() completelyGravatar Al Viro 1-1/+2
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkGravatar Michal Hocko 1-6/+2
2011-06-09cgroupfs: use init_cred when populating new cgroupfs mountGravatar eparis@redhat 1-0/+5
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-116/+0
2011-05-26cgroups: use flex_array in attach_procGravatar Ben Blum 1-9/+24
2011-05-26cgroups: make procs file writableGravatar Ben Blum 1-46/+393
2011-05-26cgroups: add per-thread subsystem callbacksGravatar Ben Blum 1-3/+14
2011-05-07cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Gravatar Lai Jiangshan 1-9/+1
2011-05-07cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Gravatar Lai Jiangshan 1-8/+1
2011-05-07cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Gravatar Lai Jiangshan 1-7/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22cgroups: if you list_empty() a head then don't list_del() itGravatar Phil Carmody 1-8/+6
2011-02-16perf: Add cgroup supportGravatar Stephane Eranian 1-0/+23
2011-02-16cgroup: Fix cgroup_subsys::exit callbackGravatar Peter Zijlstra 1-13/+18
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2011-01-14cgroup_fs: fix cgroup use of simple_lookup()Gravatar Al Viro 1-1/+16
2011-01-14cgroups: Fix a lockdep warning at cgroup removalGravatar Li Zefan 1-1/+1
2011-01-12switch cgroupGravatar Al Viro 1-23/+7
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache rationalise dget variantsGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-6/+0
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-2/+17
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-2/+0
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-1/+1
2011-01-07cgroup fs: avoid switching ->d_op on live dentryGravatar Nick Piggin 1-5/+22
2010-10-29convert cgroup and cpusetGravatar Al Viro 1-6/+5
2010-10-27cgroups: add check for strcpy destination string overflowGravatar Evgeny Kuznetsov 1-0/+2
2010-10-27cgroup: make the mount options parsing more accurateGravatar Daniel Lezcano 1-30/+60
2010-10-27cgroup: add clone_children control fileGravatar Daniel Lezcano 1-0/+39
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-4/+0
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-6/+7
2010-10-04BKL: Remove BKL from cgroupGravatar Jan Blunck 1-8/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+4
2010-09-09cgroups: fix API thinkoGravatar Michael S. Tsirkin 1-6/+7
2010-08-19cgroups: __rcu annotationsGravatar Arnd Bergmann 1-1/+1
2010-08-11cgroups: save space for the terminatorGravatar Dan Carpenter 1-2/+2
2010-08-05cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGravatar Greg KH 1-1/+12
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+23
2010-07-28cgroups: Add an API to attach a task to current task's cgroupGravatar Sridhar Samudrala 1-0/+23
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGravatar Greg Thelen 1-1/+1
2010-05-27cgroups: make cftype.unregister_event() void-returningGravatar Kirill A. Shutemov 1-1/+0
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1