aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2013-07-21cgroup: fix RCU accesses to task->cgroupsTejun Heo
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-29cgroup: remove css_get_nextMichal Hocko
2013-04-18cgroup: fix broken file xattrsLi Zefan
2013-04-15memcg: force use_hierarchy if sane_behaviorTejun Heo
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen
2013-04-10cgroup: Kill subsys.active flagLi Zefan
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan
2013-01-07cgroup: implement cgroup_rightmost_descendant()Tejun Heo
2013-01-07cgroup: remove unused dummy cgroup_fork_callbacks()Tejun Heo
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma
2012-11-19cgroup: add cgroup->idTejun Heo
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19cgroup: allow ->post_create() to failTejun Heo
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun 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: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
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: Define CGROUP_SUBSYS_COUNT according the configurationDaniel Wagner
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-09-14cgroup: Wrap subsystem selection macroDaniel Wagner