summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
| |\ \
| * | | 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-231-2/+3
* | | | cgroups: suppress bogus warning messagesSharyathi Nagesh2008-12-231-3/+0
* | | | cgroups: fix a race between rmdir and remountPaul Menage2008-12-151-1/+1
| |_|/ |/| |
* | | cgroups: fix a serious bug in cgroupstatsLi Zefan2008-11-191-2/+5
* | | cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki2008-11-191-5/+9
| |/ |/|
* | cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan2008-11-061-1/+0
|/
* 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/+20
* 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/+12
* cgroup: fix possible memory leakLi Zefan2008-07-301-2/+5
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-261-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/+3
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14
* 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/+57
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-251-0/+35
* cgroups: annotate two variables with __read_mostlyLi Zefan2008-07-251-2/+2
* cgroup: list_for_each cleanupKOSAKI Motohiro2008-07-251-23/+21
* cgroup: use read lock to guard find_existing_css_set()Li Zefan2008-07-251-2/+2
* cgroups: remove node_ prefix_from ns subsystemCedric Le Goater2008-05-241-1/+1
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+30
* cgroups: introduce cft->read_seq()Serge E. Hallyn2008-04-291-6/+9
* cgroups: remove the css_set linked-listLi Zefan2008-04-291-20/+20
* cgroups: simplify init_subsys()Li Zefan2008-04-291-26/+9
* cgroups: use a hash table for css_set findingLi Zefan2008-04-291-12/+47
* cgroups: add the trigger callback to struct cftypePavel Emelyanov2008-04-291-0/+4
* cgroup: switch to proc_create()Li Zefan2008-04-291-4/+1
* cgroup: annotate cgroup_init_subsys with __initLi Zefan2008-04-291-1/+1
* CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage2008-04-291-10/+28
* CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage2008-04-291-23/+0
* CGroup API files: add cgroup map data typePaul Menage2008-04-291-1/+52
* CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage2008-04-291-4/+1
* CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage2008-04-291-16/+16
* cgroup: fix sparse warning of shadow symbol in cgroup.cPaul Jackson2008-04-291-5/+5
* make cgroup_enable_task_cg_lists() staticAdrian Bunk2008-04-291-1/+1
* cgroup: fix a race condition in manipulating tsk->cg_listLi Zefan2008-04-181-1/+6
* cgroups: include hierarchy ids in /proc/<pid>/cgroupPaul Menage2008-04-111-0/+1