aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-12cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo1-12/+19
2013-06-29cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchyTejun Heo1-1/+1
2013-06-27cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo1-1/+4
2013-06-27cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()Tejun Heo1-2/+2
2013-06-26cgroup: always use RCU accessors for protected accessesTejun Heo1-9/+12
2013-06-26cgroup: fix RCU accesses around task->cgroupsTejun Heo1-11/+13
2013-06-26cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()Tejun Heo1-5/+5
2013-06-26cgroup: fix cgroupfs_root early destruction pathTejun Heo1-3/+19
2013-06-25cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchyTejun Heo1-4/+6
2013-06-25cgroup: implement for_each_[builtin_]subsys()Tejun Heo1-76/+71
2013-06-25cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo1-4/+4
2013-06-24cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo1-25/+22
2013-06-24cgroup: clean up find_css_set() and friendsTejun Heo1-21/+17
2013-06-24cgroup: remove cgroup->actual_subsys_maskTejun Heo1-10/+12
2013-06-24cgroup: prefix global variables with "cgroup_"Tejun Heo1-76/+77
2013-06-19cgroup: rename cont to cgrpLi Zefan1-11/+11
2013-06-18cgroup: clean up cgroup_serial_nr_cursorTejun Heo1-7/+8
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan1-36/+44
2013-06-18cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan1-8/+10
2013-06-18cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan1-1/+2
2013-06-18cgroup: fix umount vs cgroup_event_remove() raceLi Zefan1-6/+19
2013-06-18cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan1-1/+8
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo1-0/+7
2013-06-13cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo1-61/+104
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.11Tejun Heo1-5/+8
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/viro/vfsLinus Torvalds1-14/+1