summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan
2008-10-26cgroup: remove unused variableStephen Rothwell
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan
2008-07-30cgroup: fix possible memory leakLi Zefan
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn
2008-04-29cgroups: remove the css_set linked-listLi Zefan
2008-04-29cgroups: simplify init_subsys()Li Zefan
2008-04-29cgroups: use a hash table for css_set findingLi Zefan
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov
2008-04-29cgroup: switch to proc_create()Li Zefan
2008-04-29cgroup: annotate cgroup_init_subsys with __initLi Zefan
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage
2008-04-29CGroup API files: add cgroup map data typePaul Menage
2008-04-29CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage