aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-24cgroups: remove duplicate includeLi Zefan1-1/+0
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-0/+8
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov1-15/+17
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-1/+227
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan1-5/+3
2010-03-12cgroups: blkio subsystem as moduleBen Blum1-0/+9
2010-03-12cgroups: subsystem module unloadingBen Blum1-25/+142
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-5/+145
2010-03-12cgroups: revamp subsys arrayBen Blum1-16/+80
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-2/+3
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-02-25sched, cgroups: Fix module exportIngo Molnar1-0/+1
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-0/+14
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan1-2/+5
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson1-1/+0
2009-10-29cgroup: fix strstrip() misuseKOSAKI Motohiro1-5/+3
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki1-1/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-5/+5
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-2/+2
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum1-1/+7
2009-09-24cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum1-5/+42
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid namespacesBen Blum1-17/+90
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgidsBen Blum1-106/+172
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage1-71/+24
2009-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage1-59/+99
2009-09-24cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage1-49/+199
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage1-0/+88
2009-09-24cgroups: support named cgroups hierarchiesPaul Menage1-48/+136
2009-09-24cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-17/+38
2009-07-29cgroups: fix pid namespace bugLi Zefan1-24/+72
2009-06-18cgroups: forbid noprefix if mounting more than just cpuset subsystemLi Zefan1-0/+14
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+3
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki1-1/+1
2009-04-02cgroups: don't change release_agent when remount failedLi Zefan1-2/+3
2009-04-02cgroups: show correct file modeLi Zefan1-4/+34
2009-04-02kernel/cgroup.c: kfree(NULL) is legalJesper Juhl1-6/+3
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki1-14/+67
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki1-1/+285
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek1-5/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-02-18cgroups: fix possible use after freeLi Zefan1-1/+1
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan1-1/+2
2009-01-29cgroup: fix root_count when mount fails due to busy subsystemPaul Menage1-2/+4