summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
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
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan
2008-10-26cgroup: remove unused variableStephen Rothwell
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh