aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-09-14cgroup: Do not depend on a given order when populating the subsys arrayDaniel Wagner
2012-09-14cgroup: Wrap subsystem selection macroDaniel Wagner
2012-09-14cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner
2012-08-24cgroup: rename subsys_bits to subsys_maskAristeu Rozanski
2012-08-24cgroup: add xattr supportAristeu Rozanski
2012-08-24cgroup: revise how we re-populate root directoryAristeu Rozanski
2012-07-24Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-09cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo
2012-07-07cgroup: fix cgroup hierarchy umount raceTejun Heo
2012-07-07Revert "cgroup: superblock can't be released with active dentries"Tejun Heo
2012-06-18cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi
2012-06-06cgroup: remove hierarchy_mutexLi Zefan
2012-06-06cgroup: make sure that decisions in __css_put are atomicSalman Qazi
2012-06-05Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner
2012-05-27cgroup: superblock can't be released with active dentriesTejun Heo
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman
2012-04-23cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threadsMike Galbraith
2012-04-11cgroup: remove cgroup_subsys->populate()Tejun Heo
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo
2012-04-01cgroup: introduce struct cfentTejun Heo
2012-04-01cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-04-01cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo