aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan
2010-03-24cgroups: remove duplicate includeLi Zefan
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan
2010-03-12cgroups: blkio subsystem as moduleBen Blum
2010-03-12cgroups: subsystem module unloadingBen Blum
2010-03-12cgroups: subsystem module loading interfaceBen Blum
2010-03-12cgroups: revamp subsys arrayBen Blum
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura
2010-02-25sched, cgroups: Fix module exportIngo Molnar
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson
2009-10-29cgroup: fix strstrip() misuseKOSAKI Motohiro
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum
2009-09-24cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage
2009-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage
2009-09-24cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage
2009-09-24cgroups: support named cgroups hierarchiesPaul Menage
2009-09-24cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-06-18cgroups: forbid noprefix if mounting more than just cpuset subsystemLi Zefan
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki
2009-04-02cgroups: don't change release_agent when remount failedLi Zefan
2009-04-02cgroups: show correct file modeLi Zefan
2009-04-02kernel/cgroup.c: kfree(NULL) is legalJesper Juhl
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu