index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
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
2012-04-01
cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
Tejun Heo
2012-04-01
cgroup: deprecate remount option changes
Tejun Heo
2012-03-29
cgroup: cgroup_attach_task() could return -errno after success
Tejun Heo
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-21
memcg: let css_get_next() rely upon rcu_read_lock()
Hugh Dickins
2012-03-21
cgroup: revert ss_id_lock to spinlock
Hugh Dickins
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-02-21
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
Frederic Weisbecker
2012-02-21
cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
Frederic Weisbecker
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
2012-01-30
cgroup: remove extra calls to find_existing_css_set
Mandeep Singh Baines
2012-01-20
cgroup: replace tasklist_lock with rcu_read_lock
Mandeep Singh Baines
2012-01-20
cgroup: simplify double-check locking in cgroup_attach_proc
Mandeep Singh Baines
2012-01-20
cgroup: move struct cgroup_pidlist out from the header file
Li Zefan
2012-01-09
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-05
cgroup: fix to allow mounting a hierarchy by name
Li Zefan
2012-01-04
cgroup: move assignement out of condition in cgroup_attach_proc()
Dan Carpenter
2012-01-03
cgroup: propagate mode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-12-27
cgroup: Remove task_lock() from cgroup_post_fork()
Frederic Weisbecker
2011-12-27
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
Kirill A. Shutemov
2011-12-27
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
Kirill A. Shutemov
[next]