aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 1-7/+10
2008-12-23cgroups: avoid accessing uninitialized data in failure pathGravatar Li Zefan 1-2/+3
2008-12-23cgroups: suppress bogus warning messagesGravatar Sharyathi Nagesh 1-3/+0
2008-12-15cgroups: fix a race between rmdir and remountGravatar Paul Menage 1-1/+1
2008-12-04Merge branch 'master' into nextGravatar James Morris 1-7/+14
2008-11-19cgroups: fix a serious bug in cgroupstatsGravatar Li Zefan 1-2/+5
2008-11-19cgroup: fix potential deadlock in pre_destroyGravatar KAMEZAWA Hiroyuki 1-5/+9
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-1/+0
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-8/+8
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-1/+3
2008-11-14CRED: Wrap task credential accesses in the core kernelGravatar David Howells 1-4/+5
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedGravatar Li Zefan 1-1/+0
2008-10-26cgroup: remove unused variableGravatar Stephen Rothwell 1-1/+1
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayGravatar Paul Menage 1-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setGravatar Lai Jiangshan 1-23/+20
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoGravatar Balbir Singh 1-1/+3
2008-09-29mm owner: fix race between swapoff and exitGravatar Balbir Singh 1-2/+3
2008-07-30cgroup: uninline cgroup_has_css_refs()Gravatar Li Zefan 1-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Gravatar Li Zefan 1-18/+12
2008-07-30cgroup: fix possible memory leakGravatar Li Zefan 1-2/+5
2008-07-26[PATCH] get rid of indirect users of namei.hGravatar Al Viro 1-0/+1
2008-07-26make cgroup_seqfile_release() staticGravatar Adrian Bunk 1-1/+1
2008-07-25cgroup_clone: use pid of newly created task for new cgroupGravatar Serge E. Hallyn 1-4/+3
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerGravatar Paul Menage 1-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerGravatar Paul Menage 1-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetGravatar Paul Menage 1-9/+12
2008-07-25cgroup files: move the release_agent file to use typed handlersGravatar Paul Menage 1-68/+57
2008-07-25cgroup files: add write_string cgroup control file methodGravatar Paul Menage 1-0/+35
2008-07-25cgroups: annotate two variables with __read_mostlyGravatar Li Zefan 1-2/+2
2008-07-25cgroup: list_for_each cleanupGravatar KOSAKI Motohiro 1-23/+21
2008-07-25cgroup: use read lock to guard find_existing_css_set()Gravatar Li Zefan 1-2/+2
2008-05-24cgroups: remove node_ prefix_from ns subsystemGravatar Cedric Le Goater 1-1/+1
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 1-0/+30
2008-04-29cgroups: introduce cft->read_seq()Gravatar Serge E. Hallyn 1-6/+9
2008-04-29cgroups: remove the css_set linked-listGravatar Li Zefan 1-20/+20
2008-04-29cgroups: simplify init_subsys()Gravatar Li Zefan 1-26/+9
2008-04-29cgroups: use a hash table for css_set findingGravatar Li Zefan 1-12/+47
2008-04-29cgroups: add the trigger callback to struct cftypeGravatar Pavel Emelyanov 1-0/+4
2008-04-29cgroup: switch to proc_create()Gravatar Li Zefan 1-4/+1
2008-04-29cgroup: annotate cgroup_init_subsys with __initGravatar Li Zefan 1-1/+1
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsGravatar Paul Menage 1-10/+28
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemGravatar Paul Menage 1-23/+0
2008-04-29CGroup API files: add cgroup map data typeGravatar Paul Menage 1-1/+52
2008-04-29CGroup API files: strip all trailing whitespace in cgroup_write_u64Gravatar Paul Menage 1-4/+1
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Gravatar Paul Menage 1-16/+16
2008-04-29cgroup: fix sparse warning of shadow symbol in cgroup.cGravatar Paul Jackson 1-5/+5
2008-04-29make cgroup_enable_task_cg_lists() staticGravatar Adrian Bunk 1-1/+1
2008-04-18cgroup: fix a race condition in manipulating tsk->cg_listGravatar Li Zefan 1-1/+6
2008-04-11cgroups: include hierarchy ids in /proc/<pid>/cgroupGravatar Paul Menage 1-0/+1