summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2014-05-13cgroup: remove cgroup_tree_mutexTejun Heo
2014-05-13cgroup: nest kernfs active protection under cgroup_mutexTejun Heo
2014-05-13cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methodsTejun Heo
2014-05-13cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()Tejun Heo
2014-05-13cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()Tejun Heo
2014-05-13cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()Tejun Heo
2014-05-13cgroup: collapse cgroup_create() into croup_mkdir()Tejun Heo
2014-05-13cgroup: reorganize cgroup_create()Tejun Heo
2014-05-13cgroup: remove cgroup->control_knTejun Heo
2014-05-13cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()Tejun Heo
2014-05-13cgroup: replace cftype->trigger() with cftype->write()Tejun Heo
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo
2014-05-13cgroup: implement cftype->write()Tejun Heo
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo
2014-05-13cgroup: use release_agent_path_lock in cgroup_release_agent_show()Tejun Heo
2014-05-13cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr...Tejun Heo
2014-05-13cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo
2014-05-13cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo
2014-05-13cgroup: cgroup_idr_lock should be bhTejun Heo
2014-05-13cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo
2014-04-25cgroup: Use more current logging styleJoe Perches
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo
2014-04-23cgroup: reorganize css_task_iterTejun Heo
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo
2014-04-17cgroup: fix the retry path of cgroup_mount()Li Zefan
2014-04-07cgroup: newly created dirs and files should be owned by the creatorTejun Heo
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan