aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
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: 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
2012-04-01cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo
2012-04-01cgroup: deprecate remount option changesTejun Heo
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2012-01-30cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines
2012-01-20cgroup: replace tasklist_lock with rcu_read_lockMandeep Singh Baines
2012-01-20cgroup: simplify double-check locking in cgroup_attach_procMandeep Singh Baines
2012-01-20cgroup: move struct cgroup_pidlist out from the header fileLi Zefan
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-05cgroup: fix to allow mounting a hierarchy by nameLi Zefan
2012-01-04cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter
2012-01-03cgroup: propagate mode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-12-27cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker
2011-12-27cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov
2011-12-27cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov
2011-12-22cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines
2011-12-22cgroup: remove redundant get/put of task structMandeep Singh Baines
2011-12-22cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines
2011-12-21cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker
2011-12-21cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker