summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-10/+11
* cgroup: remove struct cgroup_scannerTejun Heo2013-08-081-10/+6
* cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-081-3/+3
* cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-081-23/+8
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-42/+46
* cgroup: always use cgroup_next_child() to walk the children listTejun Heo2013-08-081-3/+2
* cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo2013-08-081-2/+2
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-11/+13
* cgroup: add cgroup->dummy_cssTejun Heo2013-08-081-1/+10
* cgroup: add subsys backlink pointer to cftypeTejun Heo2013-08-081-1/+7
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-10/+14
* cgroup: add css_parent()Tejun Heo2013-08-081-0/+15
* cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo2013-08-081-5/+4
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-12/+19
* cgroup: Merge branch 'for-3.11-fixes' into for-3.12Tejun Heo2013-08-021-2/+1
|\
| * cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2013-07-121-2/+1
* | cgroup: implement cgroup_from_id()Li Zefan2013-07-311-0/+18
* | cgroup: document how cgroup IDs are assignedLi Zefan2013-07-311-1/+7
* | cgroup: convert cgroup_ida to cgroup_idrLi Zefan2013-07-311-2/+2
* | cgroup: more naming cleanupsLi Zefan2013-07-311-3/+3
* | Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-111-0/+2
|\ \ | |/ |/|
| * blk-throttle: implement proper hierarchy supportTejun Heo2013-05-141-0/+2
* | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-021-1/+8
|\ \
| * | cpuset: allow to move tasks to empty cpusetsLi Zefan2013-06-131-0/+3
| * | cpuset: allow to keep tasks in empty cpusetsLi Zefan2013-06-131-0/+4
* | | cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo2013-06-271-1/+5
* | | cgroup: fix RCU accesses to task->cgroupsTejun Heo2013-06-261-10/+48
* | | cgroup: fix cgroupfs_root early destruction pathTejun Heo2013-06-261-0/+1
* | | cgroup: remove cgroup->actual_subsys_maskTejun Heo2013-06-241-7/+1
* | | cgroup: convert CFTYPE_* flags to enumsTejun Heo2013-06-241-3/+5
* | | cgroup: rename cont to cgrpLi Zefan2013-06-191-2/+2
* | | cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-181-6/+0
* | | cgroup: disallow rename(2) if sane_behaviorTejun Heo2013-06-181-0/+2
* | | cgroup: update sane_behavior documentationTejun Heo2013-06-131-5/+6
* | | cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2013-06-131-15/+8
* | | cgroup: split cgroup destruction into two stepsTejun Heo2013-06-131-1/+1
* | | cgroup: remove cgroup->count and useTejun Heo2013-06-131-6/+0
* | | cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo2013-06-131-1/+1
* | | cgroup: clean up css_[try]get() and css_put()Tejun Heo2013-06-131-24/+24
* | | cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo2013-06-131-8/+7
* | | cgroup: remove now unused css_depth()Tejun Heo2013-06-131-1/+0
|/ /
* | cgroup: update iterators to use cgroup_next_sibling()Tejun Heo2013-05-241-4/+14
* | cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo2013-05-241-0/+10
* | cgroup: make cgroup_is_removed() staticTejun Heo2013-05-241-1/+0
* | Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo2013-05-241-1/+1
|\ \
| * | cgroup: fix a subtle bug in descendant pre-order walkTejun Heo2013-05-241-1/+1
| |/
* | cgroup.h: remove some functions that are now goneGreg KH2013-05-141-2/+0
* | cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo2013-05-141-0/+2
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
OpenPOWER on IntegriCloud