summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorLines
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
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh-2/+3
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan-18/+12
2008-07-30cgroup: fix possible memory leakLi Zefan-2/+5
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro-0/+1
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk-1/+1
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn-4/+3
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage-9/+12
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage-68/+57
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage-0/+35
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro-23/+21
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan-2/+2
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater-1/+1