aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage1-2/+5
2009-01-29cgroups: fix lock inconsistency in cgroup_clone()Li Zefan1-6/+7
2009-01-29cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki1-0/+2
2009-01-08cgroups: add css_tryget()Paul Menage1-5/+56
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage1-2/+35
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage1-9/+21
2009-01-08cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M1-2/+4
2009-01-08cgroups: introduce link_css_set() to remove duplicate codeLi Zefan1-38/+30
2009-01-08cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan1-2/+3
2009-01-08cgroups: make root_list contains active hierarchies onlyLi Zefan1-12/+7
2009-01-08cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan1-2/+0
2009-01-08cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan1-1/+6
2009-01-08cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan1-0/+2
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan1-2/+2
2009-01-08cgroups: fix cgroup_iter_next() bugLai Jiangshan1-1/+3
2009-01-08cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan1-0/+2
2009-01-08cgroups: remove some redundant NULL checksLi Zefan1-22/+7
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins1-33/+0
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2008-12-25Merge branch 'next' into for-linusJames Morris1-7/+10
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-04Merge branch 'master' into nextJames Morris1-7/+14
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan1-2/+5
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki1-5/+9
2008-11-14Merge branch 'master' into nextJames Morris1-1/+0
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+3
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+5
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan1-1/+0
2008-10-26cgroup: remove unused variableStephen Rothwell1-1/+1
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan1-23/+20
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-1/+3