aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo1-12/+3
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo1-17/+6
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+11
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-19/+3
2012-09-14cgroup: Do not depend on a given order when populating the subsys arrayDaniel Wagner1-1/+1
2012-09-14cgroup: Wrap subsystem selection macroDaniel Wagner1-0/+1
2012-09-14cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner1-28/+40
2012-08-24cgroup: rename subsys_bits to subsys_maskAristeu Rozanski1-42/+42
2012-08-24cgroup: add xattr supportAristeu Rozanski1-7/+93
2012-08-24cgroup: revise how we re-populate root directoryAristeu Rozanski1-13/+48
2012-07-24Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-46/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-09cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo1-1/+1
2012-07-07cgroup: fix cgroup hierarchy umount raceTejun Heo1-1/+5
2012-07-07Revert "cgroup: superblock can't be released with active dentries"Tejun Heo1-14/+3
2012-06-18cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi1-2/+10
2012-06-06cgroup: remove hierarchy_mutexLi Zefan1-45/+0
2012-06-06cgroup: make sure that decisions in __css_put are atomicSalman Qazi1-2/+1
2012-06-05Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+14
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner1-10/+10
2012-05-27cgroup: superblock can't be released with active dentriesTejun Heo1-3/+14
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman1-3/+3
2012-04-23cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threadsMike Galbraith1-0/+13
2012-04-11cgroup: remove cgroup_subsys->populate()Tejun Heo1-3/+0
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo1-9/+62
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo1-48/+71
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo1-10/+44
2012-04-01cgroup: introduce struct cfentTejun Heo1-36/+77
2012-04-01cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo1-10/+10
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo1-31/+20
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-7/+3
2012-04-01cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo1-12/+7
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo1-1/+131
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo1-0/+10
2012-04-01cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo1-4/+2
2012-04-01cgroup: deprecate remount option changesTejun Heo1-0/+5
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+9
2012-03-21memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins1-3/+2
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins1-9/+9
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-6/+2
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker1-0/+20
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker1-3/+0
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-22/+21
2012-01-30cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines1-113/+27