index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cgroup: rename cont to cgrp
Li Zefan
2013-06-19
1
-11
/
+11
*
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
2013-06-18
1
-7
/
+8
*
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
2013-06-18
1
-36
/
+44
*
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
2013-06-18
1
-8
/
+10
*
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
2013-06-18
1
-1
/
+2
*
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
2013-06-18
1
-6
/
+19
*
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
2013-06-18
1
-1
/
+8
*
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
2013-06-18
1
-0
/
+7
*
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
2013-06-13
1
-61
/
+104
*
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
2013-06-13
1
-5
/
+8
|
\
|
*
cgroup: warn about mismatching options of a new mount of an existing hierarchy
Jeff Liu
2013-05-29
1
-5
/
+8
*
|
cgroup: split cgroup destruction into two steps
Tejun Heo
2013-06-13
1
-11
/
+27
*
|
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
2013-06-13
1
-26
/
+35
*
|
cgroup: remove cgroup->count and use
Tejun Heo
2013-06-13
1
-16
/
+5
*
|
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
2013-06-13
1
-10
/
+10
*
|
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
2013-06-13
1
-16
/
+14
*
|
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
2013-06-13
1
-7
/
+7
*
|
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
2013-06-13
1
-113
/
+113
*
|
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
2013-06-13
1
-107
/
+109
*
|
cgroup: remove now unused css_depth()
Tejun Heo
2013-06-13
1
-12
/
+0
*
|
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
2013-06-05
1
-23
/
+24
*
|
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
2013-06-05
1
-1
/
+2
*
|
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
2013-06-05
1
-0
/
+1
*
|
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-6
/
+19
*
|
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-0
/
+62
*
|
cgroup: make cgroup_is_removed() static
Tejun Heo
2013-05-24
1
-1
/
+1
*
|
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
2013-05-24
1
-10
/
+8
|
\
|
|
*
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
2013-05-24
1
-6
/
+3
|
*
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
2013-05-14
1
-4
/
+5
*
|
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
2013-05-14
1
-0
/
+32
*
|
cgroup: make hierarchy_id use cyclic idr
Tejun Heo
2013-05-14
1
-20
/
+8
*
|
cgroup: drop hierarchy_id_lock
Tejun Heo
2013-05-14
1
-6
/
+17
*
|
cgroup: refactor hierarchy_id handling
Tejun Heo
2013-05-14
1
-21
/
+35
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-14
/
+1
|
\
|
*
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2013-05-01
1
-14
/
+1
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-04-30
1
-3
/
+0
|
\
\
|
*
|
cgroup: Kill subsys.active flag
Li Zefan
2013-04-10
1
-3
/
+0
|
|
/
*
|
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-04-29
1
-425
/
+299
|
\
\
|
*
|
cgroup: restore the call to eventfd->poll()
Li Zefan
2013-04-26
1
-0
/
+2
|
*
|
cgroup: fix use-after-free when umounting cgroupfs
Li Zefan
2013-04-26
1
-2
/
+4
|
*
|
cgroup: fix broken file xattrs
Li Zefan
2013-04-18
1
-5
/
+6
|
*
|
cgroup: remove cgrp->top_cgroup
Li Zefan
2013-04-14
1
-2
/
+0
|
*
|
cgroup: introduce sane_behavior mount option
Tejun Heo
2013-04-14
1
-0
/
+48
|
*
|
move cgroupfs_root to include/linux/cgroup.h
Tejun Heo
2013-04-14
1
-57
/
+0
|
*
|
cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
Tejun Heo
2013-04-14
1
-11
/
+10
|
*
|
cgroup: make cgroup_path() not print double slashes
Tejun Heo
2013-04-14
1
-5
/
+8
|
*
|
Revert "cgroup: remove bind() method from cgroup_subsys."
Tejun Heo
2013-04-12
1
-0
/
+4
|
*
|
cgroup: implement cgroup_is_descendant()
Li Zefan
2013-04-10
1
-0
/
+20
|
*
|
cgroup: make sure parent won't be destroyed before its children
Li Zefan
2013-04-10
1
-0
/
+10
|
*
|
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
2013-04-10
1
-4
/
+0
[prev]
[next]