aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2010-05-11memcg: fix css_is_ancestor() RCU lockingGravatar KAMEZAWA Hiroyuki 1-5/+26
2010-05-11memcg: fix css_id() RCU locking for realGravatar KAMEZAWA Hiroyuki 1-2/+13
2010-05-11sched, wait: Use wrapper functionsGravatar Changli Gao 1-1/+1
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Gravatar Li Zefan 1-2/+2
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Gravatar Li Zefan 1-3/+9
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+0
2010-03-24cgroups: remove duplicate includeGravatar Li Zefan 1-1/+0
2010-03-16Fix typos in commentsGravatar Thomas Weber 1-1/+1
2010-03-12cgroups: remove events before destroying subsystem state objectsGravatar Kirill A. Shutemov 1-0/+8
2010-03-12cgroups: fix race between userspace and kernelspaceGravatar Kirill A. Shutemov 1-15/+17
2010-03-12cgroup: implement eventfd-based generic API for notificationsGravatar Kirill A. Shutemov 1-1/+227
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitGravatar Li Zefan 1-5/+3
2010-03-12cgroups: blkio subsystem as moduleGravatar Ben Blum 1-0/+9
2010-03-12cgroups: subsystem module unloadingGravatar Ben Blum 1-25/+142
2010-03-12cgroups: subsystem module loading interfaceGravatar Ben Blum 1-5/+145
2010-03-12cgroups: revamp subsys arrayGravatar Ben Blum 1-16/+80
2010-03-12cgroup: introduce coalesce css_get() and css_put()Gravatar Daisuke Nishimura 1-2/+3
2010-03-12cgroup: introduce cancel_attach()Gravatar Daisuke Nishimura 1-7/+33
2010-02-25sched, cgroups: Fix module exportGravatar Ingo Molnar 1-0/+1
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-0/+14
2010-02-02cgroups: fix to return errno in a failure pathGravatar Li Zefan 1-2/+5
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Gravatar Dave Anderson 1-1/+0
2009-10-29cgroup: fix strstrip() misuseGravatar KOSAKI Motohiro 1-5/+3
2009-10-01cgroup: catch bad css refcnt at css_putGravatar KAMEZAWA Hiroyuki 1-1/+4
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-5/+5
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeGravatar Ben Blum 1-2/+2
2009-09-24cgroups: change css_set freeing mechanism to be under RCUGravatar Ben Blum 1-1/+7
2009-09-24cgroups: use vmalloc for large cgroups pidlist allocationsGravatar Ben Blum 1-5/+42
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Gravatar Ben Blum 1-17/+90
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Gravatar Ben Blum 1-106/+172
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Gravatar Paul Menage 1-71/+24
2009-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsGravatar Paul Menage 1-59/+99
2009-09-24cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupGravatar Paul Menage 1-49/+199
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal stateGravatar Paul Menage 1-0/+88
2009-09-24cgroups: support named cgroups hierarchiesGravatar Paul Menage 1-48/+136
2009-09-24cgroups: make unlock sequence in cgroup_get_sb consistentGravatar Xiaotian Feng 1-1/+1
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 1-2/+2
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-07-29cgroup avoid permanent sleep at rmdirGravatar KAMEZAWA Hiroyuki 1-17/+38
2009-07-29cgroups: fix pid namespace bugGravatar Li Zefan 1-24/+72
2009-06-18cgroups: forbid noprefix if mounting more than just cpuset subsystemGravatar Li Zefan 1-0/+14
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-0/+3
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-2/+1
2009-04-02memcg: fix OOM killer under memcgGravatar KAMEZAWA Hiroyuki 1-1/+1