| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-07-24 | 1 | -46/+1 |
|\ |
|
| * | cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode | Tejun Heo | 2012-07-09 | 1 | -1/+1 |
| * | cgroup: remove hierarchy_mutex | Li Zefan | 2012-06-06 | 1 | -45/+0 |
* | | VFS: Pass mount flags to sget() | David Howells | 2012-07-14 | 1 | -1/+1 |
* | | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -2/+2 |
* | | cgroup: fix cgroup hierarchy umount race | Tejun Heo | 2012-07-07 | 1 | -1/+5 |
* | | Revert "cgroup: superblock can't be released with active dentries" | Tejun Heo | 2012-07-07 | 1 | -14/+3 |
* | | cgroups: Account for CSS_DEACT_BIAS in __css_put | Salman Qazi | 2012-06-18 | 1 | -2/+10 |
|/ |
|
* | cgroup: make sure that decisions in __css_put are atomic | Salman Qazi | 2012-06-06 | 1 | -2/+1 |
* | Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-06-05 | 1 | -3/+14 |
|\ |
|
| * | cgroup: superblock can't be released with active dentries | Tejun Heo | 2012-05-27 | 1 | -3/+14 |
* | | kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite | Johannes Weiner | 2012-05-29 | 1 | -10/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-23 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | userns: Convert cgroup permission checks to use uid_eq | Eric W. Biederman | 2012-05-15 | 1 | -3/+3 |
* | | cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads | Mike Galbraith | 2012-04-23 | 1 | -0/+13 |
* | | cgroup: remove cgroup_subsys->populate() | Tejun Heo | 2012-04-11 | 1 | -3/+0 |
* | | cgroup: make css->refcnt clearing on cgroup removal optional | Tejun Heo | 2012-04-01 | 1 | -9/+62 |
* | | cgroup: use negative bias on css->refcnt to block css_tryget() | Tejun Heo | 2012-04-01 | 1 | -48/+71 |
* | | cgroup: implement cgroup_rm_cftypes() | Tejun Heo | 2012-04-01 | 1 | -10/+44 |
* | | cgroup: introduce struct cfent | Tejun Heo | 2012-04-01 | 1 | -36/+77 |
* | | cgroup: relocate __d_cgrp() and __d_cft() | Tejun Heo | 2012-04-01 | 1 | -10/+10 |
* | | cgroup: remove cgroup_add_file[s]() | Tejun Heo | 2012-04-01 | 1 | -31/+20 |
* | | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 2012-04-01 | 1 | -7/+3 |
* | | cgroup: merge cft_release_agent cftype array into the base files array | Tejun Heo | 2012-04-01 | 1 | -12/+7 |
* | | cgroup: implement cgroup_add_cftypes() and friends | Tejun Heo | 2012-04-01 | 1 | -1/+131 |
* | | cgroup: build list of all cgroups under a given cgroupfs_root | Tejun Heo | 2012-04-01 | 1 | -0/+10 |
* | | cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir() | Tejun Heo | 2012-04-01 | 1 | -4/+2 |
* | | cgroup: deprecate remount option changes | Tejun Heo | 2012-04-01 | 1 | -0/+5 |
|/ |
|
* | cgroup: cgroup_attach_task() could return -errno after success | Tejun Heo | 2012-03-29 | 1 | -1/+1 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-22 | 1 | -10/+9 |
|\ |
|
| * | memcg: let css_get_next() rely upon rcu_read_lock() | Hugh Dickins | 2012-03-21 | 1 | -3/+2 |
| * | cgroup: revert ss_id_lock to spinlock | Hugh Dickins | 2012-03-21 | 1 | -9/+9 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -6/+2 |
|\ \
| |/
|/| |
|
| * | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 1 | -6/+2 |
* | | cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list | Frederic Weisbecker | 2012-02-21 | 1 | -0/+20 |
* | | cgroup: Remove wrong comment on cgroup_enable_task_cg_list() | Frederic Weisbecker | 2012-02-21 | 1 | -3/+0 |
* | | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -22/+21 |
* | | cgroup: remove extra calls to find_existing_css_set | Mandeep Singh Baines | 2012-01-30 | 1 | -113/+27 |
* | | cgroup: replace tasklist_lock with rcu_read_lock | Mandeep Singh Baines | 2012-01-20 | 1 | -3/+7 |
* | | cgroup: simplify double-check locking in cgroup_attach_proc | Mandeep Singh Baines | 2012-01-20 | 1 | -50/+29 |
* | | cgroup: move struct cgroup_pidlist out from the header file | Li Zefan | 2012-01-20 | 1 | -0/+32 |
|/ |
|
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -170/+231 |
|\ |
|
| * | cgroup: fix to allow mounting a hierarchy by name | Li Zefan | 2012-01-05 | 1 | -3/+3 |
| * | cgroup: move assignement out of condition in cgroup_attach_proc() | Dan Carpenter | 2012-01-04 | 1 | -2/+5 |
| * | cgroup: Remove task_lock() from cgroup_post_fork() | Frederic Weisbecker | 2011-12-27 | 1 | -3/+12 |
| * | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end() | Kirill A. Shutemov | 2011-12-27 | 1 | -0/+2 |
| * | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static | Kirill A. Shutemov | 2011-12-27 | 1 | -2/+2 |
| * | cgroup: only need to check oldcgrp==newgrp once | Mandeep Singh Baines | 2011-12-22 | 1 | -16/+6 |
| * | cgroup: remove redundant get/put of task struct | Mandeep Singh Baines | 2011-12-22 | 1 | -9/+2 |
| * | cgroup: remove redundant get/put of old css_set from migrate | Mandeep Singh Baines | 2011-12-22 | 1 | -20/+8 |