aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo1-8/+7
2013-06-13cgroup: remove now unused css_depth()Tejun Heo1-1/+0
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan1-0/+3
2013-06-13cpuset: allow to keep tasks in empty cpusetsLi Zefan1-0/+4
2013-05-24cgroup: update iterators to use cgroup_next_sibling()Tejun Heo1-4/+14
2013-05-24cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo1-0/+10
2013-05-24cgroup: make cgroup_is_removed() staticTejun Heo1-1/+0
2013-05-24Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo1-1/+1
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-1/+1
2013-05-14blk-throttle: implement proper hierarchy supportTejun Heo1-0/+2
2013-05-14cgroup.h: remove some functions that are now goneGreg KH1-2/+0
2013-05-14cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo1-0/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-1/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-18/+152
2013-04-29cgroup: remove css_get_nextMichal Hocko1-7/+0
2013-04-18cgroup: fix broken file xattrsLi Zefan1-3/+0
2013-04-15memcg: force use_hierarchy if sane_behaviorTejun Heo1-0/+3
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan1-1/+0
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo1-0/+43
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo1-0/+57
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo1-0/+2
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan1-0/+1
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen1-2/+0
2013-04-10cgroup: Kill subsys.active flagLi Zefan1-1/+0
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo1-4/+9
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo1-5/+0
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()Tejun Heo1-0/+1
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan1-1/+2
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan1-3/+0
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan1-3/+14
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan1-0/+24
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan1-0/+1
2013-01-07cgroup: implement cgroup_rightmost_descendant()Tejun Heo1-0/+1
2013-01-07cgroup: remove unused dummy cgroup_fork_callbacks()Tejun Heo1-1/+0
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-2/+2
2012-11-19cgroup: add cgroup->idTejun Heo1-0/+2
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo1-1/+0
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo1-2/+4
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-17/+18
2012-11-19cgroup: allow ->post_create() to failTejun Heo1-1/+1
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo1-0/+1
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo1-4/+4
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-1/+1
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo1-0/+94
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo1-0/+1
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo1-0/+1
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-40/+1