Age | Commit message (Expand) | Author |
2012-11-09 | cgroup: use rculist ops for cgroup->children | Tejun Heo |
2012-11-09 | cgroup: add cgroup_subsys->post_create() | Tejun Heo |
2012-11-08 | cgroup: set 'start' with the right value in cgroup_path. | Tao Ma |
2012-11-06 | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 | Tejun Heo |
2012-11-05 | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 | Tejun Heo |
2012-11-05 | cgroup: make ->pre_destroy() return void | Tejun Heo |
2012-11-05 | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_... | Tejun Heo |
2012-11-05 | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy() | Tejun Heo |
2012-11-05 | cgroup: use cgroup_lock_live_group(parent) in cgroup_create() | Tejun Heo |
2012-11-05 | cgroup: kill CSS_REMOVED | Tejun Heo |
2012-11-05 | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs | Tejun Heo |
2012-10-19 | Revert "cgroup: Remove task_lock() from cgroup_post_fork()" | Tejun Heo |
2012-10-19 | Revert "cgroup: Drop task_lock(parent) on cgroup_fork()" | Tejun Heo |
2012-10-16 | cgroup: notify_on_release may not be triggered in some cases | Daisuke Nishimura |
2012-10-16 | cgroup: cgroup_subsys->fork() should be called after the task is added to css... | Tejun Heo |
2012-10-02 | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-09-14 | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar... | Tejun Heo |
2012-09-14 | cgroup: Assign subsystem IDs during compile time | Daniel Wagner |
2012-09-14 | cgroup: Do not depend on a given order when populating the subsys array | Daniel Wagner |
2012-09-14 | cgroup: Wrap subsystem selection macro | Daniel Wagner |
2012-09-14 | cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT | Daniel Wagner |
2012-08-24 | cgroup: rename subsys_bits to subsys_mask | Aristeu Rozanski |
2012-08-24 | cgroup: add xattr support | Aristeu Rozanski |
2012-08-24 | cgroup: revise how we re-populate root directory | Aristeu Rozanski |
2012-07-24 | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2012-07-14 | VFS: Pass mount flags to sget() | David Howells |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro |
2012-07-09 | cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode | Tejun Heo |
2012-07-07 | cgroup: fix cgroup hierarchy umount race | Tejun Heo |
2012-07-07 | Revert "cgroup: superblock can't be released with active dentries" | Tejun Heo |
2012-06-18 | cgroups: Account for CSS_DEACT_BIAS in __css_put | Salman Qazi |
2012-06-06 | cgroup: remove hierarchy_mutex | Li Zefan |
2012-06-06 | cgroup: make sure that decisions in __css_put are atomic | Salman Qazi |
2012-06-05 | Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-05-29 | kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite | Johannes Weiner |
2012-05-27 | cgroup: superblock can't be released with active dentries | Tejun Heo |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-05-15 | userns: Convert cgroup permission checks to use uid_eq | Eric W. Biederman |
2012-04-23 | cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads | Mike Galbraith |
2012-04-11 | cgroup: remove cgroup_subsys->populate() | Tejun Heo |
2012-04-01 | cgroup: make css->refcnt clearing on cgroup removal optional | Tejun Heo |
2012-04-01 | cgroup: use negative bias on css->refcnt to block css_tryget() | Tejun Heo |
2012-04-01 | cgroup: implement cgroup_rm_cftypes() | Tejun Heo |
2012-04-01 | cgroup: introduce struct cfent | Tejun Heo |
2012-04-01 | cgroup: relocate __d_cgrp() and __d_cft() | Tejun Heo |
2012-04-01 | cgroup: remove cgroup_add_file[s]() | Tejun Heo |
2012-04-01 | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo |
2012-04-01 | cgroup: merge cft_release_agent cftype array into the base files array | Tejun Heo |
2012-04-01 | cgroup: implement cgroup_add_cftypes() and friends | Tejun Heo |
2012-04-01 | cgroup: build list of all cgroups under a given cgroupfs_root | Tejun Heo |