summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
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
2009-03-27constify dentry_operations: restAl Viro
2009-02-18cgroups: fix possible use after freeLi Zefan
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan
2009-01-29cgroup: fix root_count when mount fails due to busy subsystemPaul Menage
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage
2009-01-29cgroups: fix lock inconsistency in cgroup_clone()Li Zefan
2009-01-29cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki
2009-01-08cgroups: add css_tryget()Paul Menage
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage
2009-01-08cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M
2009-01-08cgroups: introduce link_css_set() to remove duplicate codeLi Zefan
2009-01-08cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan
2009-01-08cgroups: make root_list contains active hierarchies onlyLi Zefan
2009-01-08cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan
2009-01-08cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan
2009-01-08cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan
2009-01-08cgroups: fix cgroup_iter_next() bugLai Jiangshan
2009-01-08cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan
2009-01-08cgroups: remove some redundant NULL checksLi Zefan
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh