aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo1-11/+27
2013-06-13cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo1-26/+35
2013-06-13cgroup: remove cgroup->count and useTejun Heo1-16/+5
2013-06-13cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo1-10/+10
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo1-16/+14
2013-06-13cgroup: use kzalloc() instead of kmalloc()Tejun Heo1-7/+7
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo1-113/+113
2013-06-13cgroup: consistently use @cset for struct css_set variablesTejun Heo1-107/+109
2013-06-13cgroup: remove now unused css_depth()Tejun Heo1-12/+0
2013-06-05cgroup: clean up the cftype array for the base cgroup filesTejun Heo1-23/+24
2013-06-05cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo1-1/+2
2013-06-05cgroup: mark "tasks" cgroup file as insaneTejun Heo1-0/+1
2013-05-29cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu1-5/+8
2013-05-24cgroup: update iterators to use cgroup_next_sibling()Tejun Heo1-6/+19
2013-05-24cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo1-0/+62
2013-05-24cgroup: make cgroup_is_removed() staticTejun Heo1-1/+1
2013-05-24Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo1-10/+8
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-6/+3
2013-05-14cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo1-0/+32
2013-05-14cgroup: make hierarchy_id use cyclic idrTejun Heo1-20/+8
2013-05-14cgroup: drop hierarchy_id_lockTejun Heo1-6/+17
2013-05-14cgroup: refactor hierarchy_id handlingTejun Heo1-21/+35
2013-05-14cgroup: initialize xattr before calling d_instantiate()Li Zefan1-4/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-14/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-425/+299
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2013-04-29cgroup: remove css_get_nextMichal Hocko1-49/+0
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan1-0/+2
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan1-2/+4
2013-04-18cgroup: fix broken file xattrsLi Zefan1-5/+6
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan1-2/+0
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo1-0/+48
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo1-57/+0
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo1-11/+10
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo1-5/+8
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo1-0/+4
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan1-0/+20
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan1-0/+10
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen1-4/+0
2013-04-10cgroup: Kill subsys.active flagLi Zefan1-3/+0
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo1-14/+6
2013-04-07cgroup: kill cgroup_[un]lock()Tejun Heo1-30/+11
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo1-6/+3
2013-04-07cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()Tejun Heo1-42/+42
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo1-0/+28
2013-04-03cgroup: remove unused parameter in cgroup_task_migrate().Kevin Wilson1-2/+2
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan1-89/+20
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan1-1/+1