aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins1-33/+0
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2008-12-25Merge branch 'next' into for-linusJames Morris1-7/+10
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-04Merge branch 'master' into nextJames Morris1-7/+14
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan1-2/+5
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki1-5/+9
2008-11-14Merge branch 'master' into nextJames Morris1-1/+0
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+3
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+5
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan1-1/+0
2008-10-26cgroup: remove unused variableStephen Rothwell1-1/+1
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan1-23/+20
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-1/+3
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-2/+3
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan1-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan1-18/+12
2008-07-30cgroup: fix possible memory leakLi Zefan1-2/+5
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-0/+1
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk1-1/+1
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-4/+3
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage1-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage1-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage1-9/+12
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage1-68/+57
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage1-0/+35
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan1-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro1-23/+21
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan1-2/+2
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater1-1/+1
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+30
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn1-6/+9
2008-04-29cgroups: remove the css_set linked-listLi Zefan1-20/+20
2008-04-29cgroups: simplify init_subsys()Li Zefan1-26/+9
2008-04-29cgroups: use a hash table for css_set findingLi Zefan1-12/+47
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov1-0/+4
2008-04-29cgroup: switch to proc_create()Li Zefan1-4/+1
2008-04-29cgroup: annotate cgroup_init_subsys with __initLi Zefan1-1/+1
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage1-10/+28
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage1-23/+0
2008-04-29CGroup API files: add cgroup map data typePaul Menage1-1/+52
2008-04-29CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage1-4/+1
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage1-16/+16