summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: fix root_count when mount fails due to busy subsystemPaul Menage2009-01-301-2/+4
* cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage2009-01-301-2/+5
* cgroups: fix lock inconsistency in cgroup_clone()Li Zefan2009-01-301-6/+7
* cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki2009-01-301-0/+2
* cgroups: add css_tryget()Paul Menage2009-01-081-5/+56
* cgroups: add a per-subsystem hierarchy_mutexPaul Menage2009-01-081-2/+35
* cgroups: make cgroup_path() RCU-safePaul Menage2009-01-081-9/+21
* cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M2009-01-081-2/+4
* cgroups: introduce link_css_set() to remove duplicate codeLi Zefan2009-01-081-38/+30Star
* cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan2009-01-081-2/+3
* cgroups: make root_list contains active hierarchies onlyLi Zefan2009-01-081-12/+7Star
* cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan2009-01-081-2/+0Star
* cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan2009-01-081-1/+6
* cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan2009-01-081-0/+2
* cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan2009-01-081-2/+2
* cgroups: fix cgroup_iter_next() bugLai Jiangshan2009-01-081-1/+3
* cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan2009-01-081-0/+2
* cgroups: remove some redundant NULL checksLi Zefan2009-01-081-22/+7Star
* mm: remove cgroup_mm_owner_callbacksHugh Dickins2009-01-071-33/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-061-1/+0Star
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0Star
* | cgroups: fix a race between cgroup_clone and umountLi Zefan2009-01-041-1/+5
|/
* Merge branch 'next' into for-linusJames Morris2008-12-251-7/+10
|\
| * Merge branch 'master' into nextJames Morris2008-12-041-7/+14
| |\
| * \ Merge branch 'master' into nextJames Morris2008-11-141-1/+0Star
| |\ \
| * | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-8/+8
| * | | CRED: Separate task security context from task_structDavid Howells2008-11-141-1/+3
| * | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-4/+5
* | | | cgroups: avoid accessing uninitialized data in failure pathLi Zefan2008-12-241-2/+3
* | | | cgroups: suppress bogus warning messagesSharyathi Nagesh2008-12-241-3/+0Star
* | | | cgroups: fix a race between rmdir and remountPaul Menage2008-12-161-1/+1
| |_|/ |/| |
* | | cgroups: fix a serious bug in cgroupstatsLi Zefan2008-11-201-2/+5
* | | cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki2008-11-201-5/+9
| |/ |/|
* | cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan2008-11-071-1/+0Star
|/
* cgroup: remove unused variableStephen Rothwell2008-10-261-1/+1
* cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage2008-10-201-83/+139
* cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan2008-10-201-23/+20Star
* memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2008-10-161-1/+3
* mm owner: fix race between swapoff and exitBalbir Singh2008-09-291-2/+3
* cgroup: uninline cgroup_has_css_refs()Li Zefan2008-07-301-1/+1
* cgroup: remove duplicate code in allocate_cg_link()Li Zefan2008-07-301-18/+12Star
* cgroup: fix possible memory leakLi Zefan2008-07-301-2/+5
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-271-0/+1
* make cgroup_seqfile_release() staticAdrian Bunk2008-07-261-1/+1
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-251-4/+3Star
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14Star
* cgroup files: move notify_on_release file to separate write handlerPaul Menage2008-07-251-8/+13
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-251-9/+12
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-251-68/+57Star
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-251-0/+35