Age | Commit message (Expand) | Author | Files | Lines |
2013-08-07 | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
2013-07-31 | cgroup: fix a leak when percpu_ref_init() fails | Li Zefan | 1 | -1/+3 |
2013-07-24 | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -12/+19 |
2013-07-14 | cgroup: we can use simple_lookup() now | Al Viro | 1 | -10/+1 |
2013-07-12 | cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() | Tejun Heo | 1 | -12/+19 |
2013-06-30 | cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi... | Tejun Heo | 1 | -1/+1 |
2013-06-28 | cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options | Tejun Heo | 1 | -1/+4 |
2013-06-28 | cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts() | Tejun Heo | 1 | -2/+2 |
2013-06-26 | cgroup: always use RCU accessors for protected accesses | Tejun Heo | 1 | -9/+12 |
2013-06-26 | cgroup: fix RCU accesses around task->cgroups | Tejun Heo | 1 | -11/+13 |
2013-06-26 | cgroup: grab cgroup_mutex in drop_parsed_module_refcounts() | Tejun Heo | 1 | -5/+5 |
2013-06-26 | cgroup: fix cgroupfs_root early destruction path | Tejun Heo | 1 | -3/+19 |
2013-06-25 | cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy | Tejun Heo | 1 | -4/+6 |
2013-06-25 | cgroup: implement for_each_[builtin_]subsys() | Tejun Heo | 1 | -76/+71 |
2013-06-25 | cgroup: move init_css_set initialization inside cgroup_mutex | Tejun Heo | 1 | -4/+4 |
2013-06-25 | cgroup: s/for_each_subsys()/for_each_root_subsys()/ | Tejun Heo | 1 | -25/+22 |
2013-06-25 | cgroup: clean up find_css_set() and friends | Tejun Heo | 1 | -21/+17 |
2013-06-25 | cgroup: remove cgroup->actual_subsys_mask | Tejun Heo | 1 | -10/+12 |
2013-06-25 | cgroup: prefix global variables with "cgroup_" | Tejun Heo | 1 | -76/+77 |
2013-06-19 | cgroup: rename cont to cgrp | Li Zefan | 1 | -11/+11 |
2013-06-18 | cgroup: clean up cgroup_serial_nr_cursor | Tejun Heo | 1 | -7/+8 |
2013-06-18 | cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() | Li Zefan | 1 | -36/+44 |
2013-06-18 | cgroup: make serial_nr_cursor available throughout cgroup.c | Li Zefan | 1 | -8/+10 |
2013-06-18 | cgroup: fix memory leak in cgroup_rm_cftypes() | Li Zefan | 1 | -1/+2 |
2013-06-18 | cgroup: fix umount vs cgroup_event_remove() race | Li Zefan | 1 | -6/+19 |
2013-06-18 | cgroup: fix umount vs cgroup_cfts_commit() race | Li Zefan | 1 | -1/+8 |
2013-06-18 | cgroup: disallow rename(2) if sane_behavior | Tejun Heo | 1 | -0/+7 |
2013-06-14 | cgroup: use percpu refcnt for cgroup_subsys_states | Tejun Heo | 1 | -61/+104 |
2013-06-14 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Tejun Heo | 1 | -5/+8 |
2013-06-14 | cgroup: split cgroup destruction into two steps | Tejun Heo | 1 | -11/+27 |
2013-06-14 | cgroup: reorder the operations in cgroup_destroy_locked() | Tejun Heo | 1 | -26/+35 |
2013-06-13 | cgroup: remove cgroup->count and use | Tejun Heo | 1 | -16/+5 |
2013-06-13 | cgroup: drop unnecessary RCU dancing from __put_css_set() | Tejun Heo | 1 | -10/+10 |
2013-06-13 | cgroup: rename CGRP_REMOVED to CGRP_DEAD | Tejun Heo | 1 | -16/+14 |
2013-06-13 | cgroup: use kzalloc() instead of kmalloc() | Tejun Heo | 1 | -7/+7 |
2013-06-13 | cgroup: bring some sanity to naming around cg_cgroup_link | Tejun Heo | 1 | -113/+113 |
2013-06-13 | cgroup: consistently use @cset for struct css_set variables | Tejun Heo | 1 | -107/+109 |
2013-06-13 | cgroup: remove now unused css_depth() | Tejun Heo | 1 | -12/+0 |
2013-06-05 | cgroup: clean up the cftype array for the base cgroup files | Tejun Heo | 1 | -23/+24 |
2013-06-05 | cgroup: mark "notify_on_release" and "release_agent" cgroup files insane | Tejun Heo | 1 | -1/+2 |
2013-06-05 | cgroup: mark "tasks" cgroup file as insane | Tejun Heo | 1 | -0/+1 |
2013-05-29 | cgroup: warn about mismatching options of a new mount of an existing hierarchy | Jeff Liu | 1 | -5/+8 |
2013-05-24 | cgroup: update iterators to use cgroup_next_sibling() | Tejun Heo | 1 | -6/+19 |
2013-05-24 | cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() | Tejun Heo | 1 | -0/+62 |
2013-05-24 | cgroup: make cgroup_is_removed() static | Tejun Heo | 1 | -1/+1 |
2013-05-24 | Merge branch 'for-3.10-fixes' into for-3.11 | Tejun Heo | 1 | -10/+8 |
2013-05-24 | cgroup: fix a subtle bug in descendant pre-order walk | Tejun Heo | 1 | -6/+3 |
2013-05-14 | cgroup: implement task_cgroup_path_from_hierarchy() | Tejun Heo | 1 | -0/+32 |
2013-05-14 | cgroup: make hierarchy_id use cyclic idr | Tejun Heo | 1 | -20/+8 |
2013-05-14 | cgroup: drop hierarchy_id_lock | Tejun Heo | 1 | -6/+17 |