Skip to content
GitLab
Explore
Sign in
Commits · 0ce6cba35777cf96a54ce0d5856dc962566b8717
linux
Browse files
Jun 28, 2013
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
· 0ce6cba3
Tejun Heo
authored
Jun 27, 2013
0ce6cba3
cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
· e2bd416f
Tejun Heo
authored
Jun 27, 2013
e2bd416f
Jun 26, 2013
cgroup: always use RCU accessors for protected accesses
· a4ea1cc9
Tejun Heo
authored
Jun 21, 2013
a4ea1cc9
cgroup: fix RCU accesses around task->cgroups
· a8ad805c
Tejun Heo
authored
Jun 21, 2013
a8ad805c
cgroup: fix RCU accesses to task->cgroups
· 14611e51
Tejun Heo
authored
Jun 25, 2013
14611e51
cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()
· eb178d06
Tejun Heo
authored
Jun 25, 2013
eb178d06
cgroup: fix cgroupfs_root early destruction path
· 1672d040
Tejun Heo
authored
Jun 25, 2013
1672d040
Jun 25, 2013
cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
· fc76df70
Tejun Heo
authored
Jun 25, 2013
fc76df70
cgroup: implement for_each_[builtin_]subsys()
· 30159ec7
Tejun Heo
authored
Jun 25, 2013
30159ec7
cgroup: move init_css_set initialization inside cgroup_mutex
· 82fe9b0d
Tejun Heo
authored
Jun 25, 2013
82fe9b0d
Jun 24, 2013
cgroup: s/for_each_subsys()/for_each_root_subsys()/
· 5549c497
Tejun Heo
authored
Jun 24, 2013
5549c497
cgroup: clean up find_css_set() and friends
· b326f9d0
Tejun Heo
authored
Jun 24, 2013
b326f9d0
cgroup: remove cgroup->actual_subsys_mask
· a8a648c4
Tejun Heo
authored
Jun 24, 2013
a8a648c4
cgroup: prefix global variables with "cgroup_"
· 9871bf95
Tejun Heo
authored
Jun 24, 2013
9871bf95
cgroup: convert CFTYPE_* flags to enums
· 02c402d9
Tejun Heo
authored
Jun 24, 2013
02c402d9
Jun 19, 2013
cgroup: rename cont to cgrp
· 03c78cbe
Li Zefan
authored
Jun 14, 2013
03c78cbe
Jun 18, 2013
cgroup: clean up cgroup_serial_nr_cursor
· 00356bd5
Tejun Heo
authored
Jun 18, 2013
00356bd5
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
· e8c82d20
Li Zefan
authored
Jun 18, 2013
e8c82d20
cgroup: make serial_nr_cursor available throughout cgroup.c
· 794611a1
Li Zefan
authored
Jun 18, 2013
794611a1
cgroup: fix memory leak in cgroup_rm_cftypes()
· f57947d2
Li Zefan
authored
Jun 18, 2013
f57947d2
cgroup: fix umount vs cgroup_event_remove() race
· 1c8158ee
Li Zefan
authored
Jun 18, 2013
1c8158ee
cgroup: fix umount vs cgroup_cfts_commit() race
· 084457f2
Li Zefan
authored
Jun 18, 2013
084457f2
cgroup: disallow rename(2) if sane_behavior
· 6db8e85c
Tejun Heo
authored
Jun 14, 2013
6db8e85c
Jun 14, 2013
cgroup: update sane_behavior documentation
· f63674fd
Tejun Heo
authored
Jun 13, 2013
f63674fd
cgroup: use percpu refcnt for cgroup_subsys_states
· d3daf28d
Tejun Heo
authored
Jun 13, 2013
d3daf28d
Merge branch 'for-3.11' of
git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
into for-3.11
· 2b0e53a7
Tejun Heo
authored
Jun 13, 2013
2b0e53a7
cgroup: split cgroup destruction into two steps
· ea15f8cc
Tejun Heo
authored
Jun 13, 2013
ea15f8cc
cgroup: reorder the operations in cgroup_destroy_locked()
· 455050d2
Tejun Heo
authored
Jun 13, 2013
455050d2
percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm()
· dbece3a0
Tejun Heo
authored
Jun 13, 2013
dbece3a0
Jun 13, 2013
percpu-refcount: implement percpu_ref_cancel_init()
· bc497bd3
Tejun Heo
authored
Jun 12, 2013
bc497bd3
percpu-refcount: add __must_check to percpu_ref_init() and don't use...
· acac7883
Tejun Heo
authored
Jun 12, 2013
acac7883
cgroup: remove cgroup->count and use
· 6f3d828f
Tejun Heo
authored
Jun 12, 2013
6f3d828f
cgroup: drop unnecessary RCU dancing from __put_css_set()
· ddd69148
Tejun Heo
authored
Jun 12, 2013
ddd69148
cgroup: rename CGRP_REMOVED to CGRP_DEAD
· 54766d4a
Tejun Heo
authored
Jun 12, 2013
54766d4a
cgroup: clean up css_[try]get() and css_put()
· 5de0107e
Tejun Heo
authored
Jun 12, 2013
5de0107e
cgroup: use kzalloc() instead of kmalloc()
· f4f4be2b
Tejun Heo
authored
Jun 12, 2013
f4f4be2b
cgroup: bring some sanity to naming around cg_cgroup_link
· 69d0206c
Tejun Heo
authored
Jun 12, 2013
69d0206c
cgroup: consistently use @cset for struct css_set variables
· 5abb8855
Tejun Heo
authored
Jun 12, 2013
5abb8855
cgroup: remove now unused css_depth()
· 3fc3db9a
Tejun Heo
authored
Jun 12, 2013
3fc3db9a
percpu-refcount: cosmetic updates
· ac899061
Tejun Heo
authored
Jun 12, 2013
ac899061
Loading