summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c (follow)
Commit message (Expand)AuthorAge
...
| * | cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_pop...Tejun Heo2013-07-12
| * | cgroup: update error handling in cgroup_populate_dir()Tejun Heo2013-07-12
| * | cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clea...Tejun Heo2013-07-12
| * | cgroup: fix cgroup_add_cftypes() error handlingTejun Heo2013-07-12
| * | cgroup: fix error path of cgroup_addrm_files()Tejun Heo2013-07-12
| * | cgroup: minor updates around cgroup_clear_directory()Tejun Heo2013-07-12
* | | cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins2013-08-29
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-06
|\ \ \ | | |/ | |/|
| * | cgroup: fix a leak when percpu_ref_init() failsLi Zefan2013-07-31
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-23
|\| |
| * | cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2013-07-12
| |/
* / cgroup: we can use simple_lookup() nowAl Viro2013-07-14
|/
* cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...Tejun Heo2013-06-29
* cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo2013-06-27
* cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()Tejun Heo2013-06-27
* cgroup: always use RCU accessors for protected accessesTejun Heo2013-06-26
* cgroup: fix RCU accesses around task->cgroupsTejun Heo2013-06-26
* cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()Tejun Heo2013-06-26
* cgroup: fix cgroupfs_root early destruction pathTejun Heo2013-06-26
* cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchyTejun Heo2013-06-25
* cgroup: implement for_each_[builtin_]subsys()Tejun Heo2013-06-25
* cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo2013-06-25
* cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo2013-06-24
* cgroup: clean up find_css_set() and friendsTejun Heo2013-06-24
* cgroup: remove cgroup->actual_subsys_maskTejun Heo2013-06-24
* cgroup: prefix global variables with "cgroup_"Tejun Heo2013-06-24
* cgroup: rename cont to cgrpLi Zefan2013-06-19
* cgroup: clean up cgroup_serial_nr_cursorTejun Heo2013-06-18
* cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-18
* cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan2013-06-18
* cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan2013-06-18
* cgroup: fix umount vs cgroup_event_remove() raceLi Zefan2013-06-18
* cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan2013-06-18
* cgroup: disallow rename(2) if sane_behaviorTejun Heo2013-06-18
* cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2013-06-13
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo2013-06-13
|\
| * cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu2013-05-29
* | cgroup: split cgroup destruction into two stepsTejun Heo2013-06-13
* | cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo2013-06-13
* | cgroup: remove cgroup->count and useTejun Heo2013-06-13
* | cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo2013-06-13
* | cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo2013-06-13
* | cgroup: use kzalloc() instead of kmalloc()Tejun Heo2013-06-13
* | cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo2013-06-13
* | cgroup: consistently use @cset for struct css_set variablesTejun Heo2013-06-13
* | cgroup: remove now unused css_depth()Tejun Heo2013-06-13
* | cgroup: clean up the cftype array for the base cgroup filesTejun Heo2013-06-05
* | cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo2013-06-05
* | cgroup: mark "tasks" cgroup file as insaneTejun Heo2013-06-05
* | cgroup: update iterators to use cgroup_next_sibling()Tejun Heo2013-05-24