aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16cgroup: introduce CSS_RELEASED and reduce css iteration fallback windowTejun Heo1-21/+20
2014-05-16cgroup: move cgroup->serial_nr into cgroup_subsys_stateTejun Heo1-9/+11
2014-05-16cgroup: link all cgroup_subsys_states in their sibling listsTejun Heo1-7/+12
2014-05-16cgroup: move cgroup->sibling and ->children into cgroup_subsys_stateTejun Heo1-18/+20
2014-05-16cgroup: remove cgroup->parentTejun Heo1-22/+30
2014-05-16cgroup: remove css_parent()Tejun Heo1-4/+4
2014-05-16cgroup: skip refcnting on normal root csses and cgrp_dfl_root self cssTejun Heo1-2/+9
2014-05-14cgroup: use cgroup->self.refcnt for cgroup refcntingTejun Heo1-66/+80
2014-05-14cgroup: enable refcnting for root cssesTejun Heo1-3/+3
2014-05-14cgroup: bounce css release through css->destroy_workTejun Heo1-2/+11
2014-05-14cgroup: remove cgroup_destory_css_killed()Tejun Heo1-56/+6
2014-05-14cgroup: move cgroup->sibling unlinking to cgroup_put()Tejun Heo1-3/+5
2014-05-14cgroup: move check_for_release(parent) call to the end of cgroup_destroy_locked()Tejun Heo1-6/+4
2014-05-14cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked()Tejun Heo1-10/+16
2014-05-14cgroup: rename cgroup->dummy_css to ->self and move it to the topTejun Heo1-10/+10
2014-05-14cgroup: use restart_syscall() for mount retriesTejun Heo1-4/+4
2014-05-13cgroup: remove cgroup_tree_mutexTejun Heo1-55/+9
2014-05-13cgroup: nest kernfs active protection under cgroup_mutexTejun Heo1-11/+16
2014-05-13cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methodsTejun Heo1-27/+12
2014-05-13cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()Tejun Heo1-67/+90
2014-05-13cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()Tejun Heo1-11/+12
2014-05-13cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()Tejun Heo1-8/+8
2014-05-13cgroup: collapse cgroup_create() into croup_mkdir()Tejun Heo1-39/+13
2014-05-13cgroup: reorganize cgroup_create()Tejun Heo1-35/+34
2014-05-13cgroup: remove cgroup->control_knTejun Heo1-5/+3
2014-05-13cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()Tejun Heo1-10/+16
2014-05-13cgroup: replace cftype->trigger() with cftype->write()Tejun Heo1-4/+1
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-19/+19
2014-05-13cgroup: implement cftype->write()Tejun Heo1-6/+8
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-20/+20
2014-05-13cgroup: use release_agent_path_lock in cgroup_release_agent_show()Tejun Heo1-3/+2
2014-05-13cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write()Tejun Heo1-9/+9
2014-05-13cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo1-3/+5
2014-05-13cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo1-1/+0
2014-05-13cgroup: cgroup_idr_lock should be bhTejun Heo1-6/+6
2014-05-13cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo1-1/+3
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.16Tejun Heo1-1/+1
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo1-1/+1
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick1-2/+2
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo1-21/+38
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo1-8/+10
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo1-6/+5
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo1-8/+43
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo1-2/+2
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo1-19/+18
2014-04-25cgroup: Use more current logging styleJoe Perches1-13/+15
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan1-10/+10
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan1-11/+0
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan1-8/+0
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo1-4/+61