summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-3/+4
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2014-11-05cgroup: reject cgroup names with 'Alban Crequy1-0/+5
2014-04-02cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2013-10-26cgroup: fail if monitored file and event_control are in different cgroupLi Zefan1-0/+11
2013-05-13cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan1-1/+1
2013-03-06cgroup: fix exit() vs rmdir() raceLi Zefan1-0/+8
2013-01-03cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-01-03cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo1-29/+21
2012-10-30cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-01-12cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3
2011-12-19cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines1-5/+0
2011-11-02memcg: replace ss->id_lock with a rwlockAndrew Bresticker1-9/+9
2011-11-02cgroups: don't attach task to subsystem if migration failedBen Blum1-6/+9
2011-11-02cgroups: more safe tasklist locking in cgroup_attach_procBen Blum1-3/+3
2011-09-13locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner1-9/+9
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-6/+2
2011-07-20kill file_permission() completelyAl Viro1-1/+2
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-6/+2
2011-06-09cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat1-0/+5
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-116/+0
2011-05-26cgroups: use flex_array in attach_procBen Blum1-9/+24
2011-05-26cgroups: make procs file writableBen Blum1-46/+393
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-3/+14
2011-05-07cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-07cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan1-8/+1
2011-05-07cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody1-8/+6
2011-02-16perf: Add cgroup supportStephane Eranian1-0/+23
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra1-13/+18
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2011-01-14cgroup_fs: fix cgroup use of simple_lookup()Al Viro1-1/+16
2011-01-14cgroups: Fix a lockdep warning at cgroup removalLi Zefan1-1/+1
2011-01-12switch cgroupAl Viro1-23/+7
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-6/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-2/+17
2011-01-07fs: dcache scale dentry refcountNick Piggin1-2/+0
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-07cgroup fs: avoid switching ->d_op on live dentryNick Piggin1-5/+22
2010-10-29convert cgroup and cpusetAl Viro1-6/+5
2010-10-27cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov1-0/+2
2010-10-27cgroup: make the mount options parsing more accurateDaniel Lezcano1-30/+60
2010-10-27cgroup: add clone_children control fileDaniel Lezcano1-0/+39
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+0