aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2014-03-11cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2013-10-01cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-03-04cgroup: fix exit() vs rmdir() raceLi Zefan
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-10-28Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-28Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
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
2011-12-19cgroups: remove redundant get/put of css_set from css_set_check_fetched()Mandeep Singh Baines
2011-12-19cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines
2011-12-12cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo
2011-12-12cgroup: improve old cgroup handling in cgroup_attach_proc()Tejun Heo
2011-12-12cgroup: always lock threadgroup during migrationTejun Heo
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo
2011-12-12cgroup: add cgroup_root_mutexTejun Heo
2011-11-02memcg: replace ss->id_lock with a rwlockAndrew Bresticker
2011-11-02cgroups: don't attach task to subsystem if migration failedBen Blum
2011-11-02cgroups: more safe tasklist locking in cgroup_attach_procBen Blum
2011-09-13locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds