summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorLines
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro-2/+1
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki-1/+1
2009-04-02cgroups: don't change release_agent when remount failedLi Zefan-2/+3
2009-04-02cgroups: show correct file modeLi Zefan-4/+34
2009-04-02kernel/cgroup.c: kfree(NULL) is legalJesper Juhl-6/+3
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki-14/+67
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki-1/+285
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek-5/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu-1/+2
2009-03-27constify dentry_operations: restAl Viro-1/+1
2009-02-18cgroups: fix possible use after freeLi Zefan-1/+1
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan-1/+2
2009-01-29cgroup: fix root_count when mount fails due to busy subsystemPaul Menage-2/+4
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage-2/+5
2009-01-29cgroups: fix lock inconsistency in cgroup_clone()Li Zefan-6/+7
2009-01-29cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki-0/+2
2009-01-08cgroups: add css_tryget()Paul Menage-5/+56
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage-2/+35
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage-9/+21
2009-01-08cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M-2/+4
2009-01-08cgroups: introduce link_css_set() to remove duplicate codeLi Zefan-38/+30
2009-01-08cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan-2/+3
2009-01-08cgroups: make root_list contains active hierarchies onlyLi Zefan-12/+7
2009-01-08cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan-2/+0
2009-01-08cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan-1/+6
2009-01-08cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan-0/+2
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan-2/+2
2009-01-08cgroups: fix cgroup_iter_next() bugLai Jiangshan-1/+3
2009-01-08cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan-0/+2
2009-01-08cgroups: remove some redundant NULL checksLi Zefan-22/+7
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins-33/+0
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro-1/+0
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan-1/+5
2008-12-25Merge branch 'next' into for-linusJames Morris-7/+10
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh-3/+0
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage-1/+1
2008-12-04Merge branch 'master' into nextJames Morris-7/+14
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan-2/+5
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki-5/+9
2008-11-14Merge branch 'master' into nextJames Morris-1/+0
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-8/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells-1/+3
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells-4/+5
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan-1/+0
2008-10-26cgroup: remove unused variableStephen Rothwell-1/+1
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan-23/+20
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh-1/+3