Skip to content
GitLab
Explore
Sign in
Commits · 0d80255e42b54419cfc6b10a3ec74b60fe04b8d7
linux
Browse files
Dec 06, 2013
cgroup: reorder operations in cgroup_create()
· 0d80255e
Tejun Heo
authored
Dec 06, 2013
0d80255e
cgroup: make for_each_subsys() useable under cgroup_root_mutex
· 780cd8b3
Tejun Heo
authored
Dec 06, 2013
780cd8b3
cgroup: css iterations and css_from_dir() are safe under cgroup_mutex
· 87fb54f1
Tejun Heo
authored
Dec 06, 2013
87fb54f1
Merge branch 'for-3.13-fixes' into for-3.14
· e58e1ca4
Tejun Heo
authored
Dec 06, 2013
e58e1ca4
cgroup: fix cgroup_create() error handling path
· 266ccd50
Tejun Heo
authored
Dec 06, 2013
266ccd50
Dec 05, 2013
cgroup: unify pidlist and other file handling
· 6612f05b
Tejun Heo
authored
Dec 05, 2013
6612f05b
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
· 2da8ca82
Tejun Heo
authored
Dec 05, 2013
2da8ca82
cgroup: attach cgroup_open_file to all cgroup files
· 7da11279
Tejun Heo
authored
Dec 05, 2013
7da11279
cgroup: generalize cgroup_pidlist_open_file
· 5d22444f
Tejun Heo
authored
Dec 05, 2013
5d22444f
cgroup: unify read path so that seq_file is always used
· 896f5199
Tejun Heo
authored
Dec 05, 2013
896f5199
cgroup: unify cgroup_write_X64() and cgroup_write_string()
· a742c59d
Tejun Heo
authored
Dec 05, 2013
a742c59d
cgroup: remove cftype->read(), ->read_map() and ->write()
· 6e0755b0
Tejun Heo
authored
Dec 05, 2013
6e0755b0
hugetlb_cgroup: convert away from cftype->read()
· 716f479d
Tejun Heo
authored
Dec 05, 2013
716f479d
netprio_cgroup: convert away from cftype->read_map()
· e92e113c
Tejun Heo
authored
Dec 05, 2013
e92e113c
memcg: convert away from cftype->read() and ->read_map()
· 791badbd
Tejun Heo
authored
Dec 05, 2013
791badbd
cpuset: convert away from cftype->read()
· 51ffe411
Tejun Heo
authored
Dec 05, 2013
51ffe411
cgroup, sched: convert away from cftype->read_map()
· 44ffc75b
Tejun Heo
authored
Dec 05, 2013
44ffc75b
Nov 29, 2013
cgroup: don't guarantee cgroup.procs is sorted if sane_behavior
· afb2bc14
Tejun Heo
authored
Nov 29, 2013
afb2bc14
cgroup: remove cgroup_pidlist->use_count
· 04502365
Tejun Heo
authored
Nov 29, 2013
04502365
cgroup: load and release pidlists from seq_file start and stop respectively
· 4bac00d1
Tejun Heo
authored
Nov 29, 2013
4bac00d1
cgroup: remove cgroup_pidlist->rwsem
· 069df3b7
Tejun Heo
authored
Nov 29, 2013
069df3b7
cgroup: refactor cgroup_pidlist_find()
· e6b81710
Tejun Heo
authored
Nov 29, 2013
e6b81710
cgroup: introduce struct cgroup_pidlist_open_file
· 62236858
Tejun Heo
authored
Nov 29, 2013
62236858
cgroup: implement delayed destruction for cgroup_pidlist
· b1a21367
Tejun Heo
authored
Nov 29, 2013
b1a21367
cgroup: remove cftype->release()
· b9f3ceca
Tejun Heo
authored
Nov 29, 2013
b9f3ceca
cgroup: don't skip seq_open on write only opens on pidlist files
· ac1e69aa
Tejun Heo
authored
Nov 29, 2013
ac1e69aa
Nov 27, 2013
cgroup: Merge branch 'for-3.13-fixes' into for-3.14
· c729b11e
Tejun Heo
authored
Nov 27, 2013
c729b11e
cgroup: fix cgroup_subsys_state leak for seq_files
· e605b365
Tejun Heo
authored
Nov 27, 2013
e605b365
cpuset: Fix memory allocator deadlock
· 0fc0287c
Peter Zijlstra
authored
Nov 26, 2013
0fc0287c
Nov 22, 2013
cgroup: Merge branch 'memcg_event' into for-3.14
· edab9510
Tejun Heo
authored
Nov 22, 2013
edab9510
cgroup: unexport cgroup_css() and remove __file_cft()
· b36824c7
Tejun Heo
authored
Nov 22, 2013
b36824c7
memcg: rename cgroup_event to mem_cgroup_event
· 3bc942f3
Tejun Heo
authored
Nov 22, 2013
3bc942f3
memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
· 59b6f873
Tejun Heo
authored
Nov 22, 2013
59b6f873
memcg: remove cgroup_event->cft
· 347c4a87
Tejun Heo
authored
Nov 22, 2013
347c4a87
cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
· fba94807
Tejun Heo
authored
Nov 22, 2013
fba94807
memcg: cgroup_write_event_control() now knows @css is for memcg
· b5557c4c
Tejun Heo
authored
Nov 22, 2013
b5557c4c
cgroup, memcg: move cgroup_event implementation to memcg
· 79bd9814
Tejun Heo
authored
Nov 22, 2013
79bd9814
cgroup: use a dedicated workqueue for cgroup destruction
· e5fca243
Tejun Heo
authored
Nov 22, 2013
e5fca243
Linux 3.13-rc1
· 6ce4eac1
Linus Torvalds
authored
Nov 22, 2013
View commits for tag v3.13-rc1
v3.13-rc1
6ce4eac1
Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of...
· 57498f9c
Linus Torvalds
authored
Nov 22, 2013
57498f9c
Loading