summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-4/+1
* cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-19/+19
* cgroup: implement cftype->write()Tejun Heo2014-05-131-6/+8
* cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-20/+20
* cgroup: use release_agent_path_lock in cgroup_release_agent_show()Tejun Heo2014-05-131-3/+2
* cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr...Tejun Heo2014-05-131-9/+9
* cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo2014-05-131-3/+5
* cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo2014-05-131-1/+0
* cgroup: cgroup_idr_lock should be bhTejun Heo2014-05-131-6/+6
* cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo2014-05-131-1/+3
* Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-05-131-1/+1
|\
| * cgroup: introduce task_css_is_root()Tejun Heo2014-05-131-1/+1
* | kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick2014-05-051-2/+2
* | cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-041-21/+38
* | cgroup: update init_css() into init_and_link_css()Tejun Heo2014-05-041-8/+10
* | cgroup: use RCU free in create_css() failure pathTejun Heo2014-05-041-6/+5
* | cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo2014-05-041-8/+43
* | cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-2/+2
* | cgroup: make flags and subsys_masks unsigned intTejun Heo2014-05-041-19/+18
* | cgroup: Use more current logging styleJoe Perches2014-04-251-13/+15
* | cgroup: replace pr_warning with preferred pr_warnJianyu Zhan2014-04-251-10/+10
* | cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan2014-04-251-11/+0
* | cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan2014-04-251-8/+0
* | cgroup: implement cgroup.populated for the default hierarchyTejun Heo2014-04-251-4/+61
* | cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2014-04-231-2/+365
* | cgroup: prepare migration path for unified hierarchyTejun Heo2014-04-231-11/+23
* | cgroup: update subsystem rebind restrictionsTejun Heo2014-04-231-7/+3
* | cgroup: add css_set->dfl_cgrpTejun Heo2014-04-231-0/+4
* | cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo2014-04-231-9/+9
* | cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo2014-04-231-1/+1
* | cgroup: teach css_task_iter about effective cssesTejun Heo2014-04-231-3/+15
* | cgroup: reorganize css_task_iterTejun Heo2014-04-231-16/+17
* | cgroup: make css_next_child() skip missing cssesTejun Heo2014-04-231-3/+12
* | cgroup: implement cgroup->e_csets[]Tejun Heo2014-04-231-2/+28
* | cgroup: introduce effective cgroup_subsys_stateTejun Heo2014-04-231-19/+64
* | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo2014-04-231-37/+27
* | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo2014-04-231-4/+0
|/
* cgroup: fix the retry path of cgroup_mount()Li Zefan2014-04-171-4/+4
* cgroup: newly created dirs and files should be owned by the creatorTejun Heo2014-04-071-1/+26
* cgroup: fix top cgroup refcnt leakLi Zefan2014-04-041-2/+3
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-2175/+1536
|\
| * cgroup: remove useless argument from cgroup_exit()Li Zefan2014-03-291-3/+2
| * cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan2014-03-291-2/+1
| * cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.cMonam Agarwal2014-03-241-1/+1
| * cgroup: break kernfs active_ref protection in cgroup directory operationsTejun Heo2014-03-201-1/+26
| * cgroup: fix cgroup_taskset walking orderTejun Heo2014-03-191-5/+19
| * cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo2014-03-191-0/+2
| * cgroup: make cgrp_dfl_root mountableTejun Heo2014-03-191-33/+61
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
| * cgroup: rename cgroup_dummy_root and related namesTejun Heo2014-03-191-87/+81