Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b0b885657b6c8ef63a46bc9299b2a7715d19acde
/
kernel
/
cgroup.c
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
191a712
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
6d2488f
cgroup: remove css_get_next
by Michal Hocko
· 12 years ago
7ef70e4
cgroup: restore the call to eventfd->poll()
by Li Zefan
· 12 years ago
cc20e01
cgroup: fix use-after-free when umounting cgroupfs
by Li Zefan
· 12 years ago
712317a
cgroup: fix broken file xattrs
by Li Zefan
· 12 years ago
05fb22ec
cgroup: remove cgrp->top_cgroup
by Li Zefan
· 12 years ago
873fe09
cgroup: introduce sane_behavior mount option
by Tejun Heo
· 12 years ago
25a7e68
move cgroupfs_root to include/linux/cgroup.h
by Tejun Heo
· 12 years ago
9343862
cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
by Tejun Heo
· 12 years ago
da1f296
cgroup: make cgroup_path() not print double slashes
by Tejun Heo
· 12 years ago
26d5bbe
Revert "cgroup: remove bind() method from cgroup_subsys."
by Tejun Heo
· 12 years ago
78574cf
cgroup: implement cgroup_is_descendant()
by Li Zefan
· 12 years ago
415cf07
cgroup: make sure parent won't be destroyed before its children
by Li Zefan
· 12 years ago
84cfb6a
cgroup: remove bind() method from cgroup_subsys.
by Rami Rosen
· 12 years ago
479f614
cgroup: Kill subsys.active flag
by Li Zefan
· 12 years ago
2219449
cgroup: remove cgroup_lock_is_held()
by Tejun Heo
· 12 years ago
47cfcd0
cgroup: kill cgroup_[un]lock()
by Tejun Heo
· 12 years ago
b9777cf
cgroup: unexport locking interface and cgroup_attach_task()
by Tejun Heo
· 12 years ago
7ae1bad
cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
by Tejun Heo
· 12 years ago
8cc9934
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
by Tejun Heo
· 12 years ago
1e2ccd1
cgroup: remove unused parameter in cgroup_task_migrate().
by Kevin Wilson
· 12 years ago
081aa45
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
by Li Zefan
· 12 years ago
3ac1707
cgroup: fix an off-by-one bug which may trigger BUG_ON()
by Li Zefan
· 12 years ago
14a40ff
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
by Tejun Heo
· 12 years ago
80f36c2
cgroup: remove useless code in cgroup_write_event_control()
by Li Zefan
· 12 years ago
6ee211a
cgroup: don't bother to resize pid array
by Li Zefan
· 12 years ago
d7eeac1
cgroup: hold cgroup_mutex before calling css_offline()
by Li Zefan
· 12 years ago
6dc0118
cgroup: remove unused variables in cgroup_destroy_locked()
by Li Zefan
· 12 years ago
e7b2dcc
cgroup: remove cgroup_is_descendant()
by Li Zefan
· 12 years ago
7d8e0bf
cgroup: avoid accessing modular cgroup subsys structure without locking
by Li Zefan
· 12 years ago
f50daa7
cgroup: no need to check css refs for release notification
by Li Zefan
· 12 years ago
65dff75
cgroup: fix cgroup_path() vs rename() race
by Li Zefan
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
d228d9e
cgroup: convert to idr_alloc()
by Tejun Heo
· 12 years ago
c897ff6
cgroup: don't use idr_remove_all()
by Tejun Heo
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
f169007
cgroup: fail if monitored file and event_control are in different cgroup
by Li Zefan
· 12 years ago
810cbee
cgroup: fix cgroup_rmdir() vs close(eventfd) race
by Li Zefan
· 12 years ago
71b5707
cgroup: fix exit() vs rmdir() race
by Li Zefan
· 12 years ago
9ed8a65
cgroup: remove bogus comments in cgroup_diput()
by Li Zefan
· 12 years ago
be44562
cgroup: remove synchronize_rcu() from cgroup_diput()
by Li Zefan
· 12 years ago
86a3db5
cgroup: remove duplicate RCU free on struct cgroup
by Li Zefan
· 12 years ago
fe1c06c
cgroup: initialize cgrp->dentry before css_alloc()
by Li Zefan
· 12 years ago
b5d646f
cgroup: remove a NULL check in cgroup_exit()
by Li Zefan
· 12 years ago
2739d3c
cgroup: fix bogus kernel warnings when cgroup_create() failed
by Li Zefan
· 12 years ago
130e369
cgroup: remove synchronize_rcu() from rebind_subsystems()
by Li Zefan
· 12 years ago
5d65bc0
cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
by Li Zefan
· 12 years ago
0ac801f
cgroup: use new hashtable implementation
by Li Zefan
· 12 years ago
12a9d2f
cgroup: implement cgroup_rightmost_descendant()
by Tejun Heo
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
8ec7d50
kernel: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
f33fddc
cgroup_rm_file: don't delete the uncreated files
by Gao feng
· 12 years ago
7083d03
cgroup: remove subsystem files when remounting cgroup
by Gao feng
· 12 years ago
879a3d9
cgroup: use cgroup_addrm_files() in cgroup_clear_directory()
by Gao feng
· 12 years ago
1f869e8
cgroup: warn about broken hierarchies only after css_online
by Glauber Costa
· 12 years ago
9718ceb
cgroup: list_del_init() on removed events
by Greg Thelen
· 12 years ago
205a872
cgroup: fix lockdep warning for event_control
by Greg Thelen
· 12 years ago
fddfb02
cgroup: move list add after list head initilization
by Li Zhong
· 12 years ago
d0b2fdd
cgroup: remove obsolete guarantee from cgroup_task_migrate.
by Tao Ma
· 12 years ago
0a950f6
cgroup: add cgroup->id
by Tejun Heo
· 12 years ago
033fa1c
cgroup, cpuset: remove cgroup_subsys->post_clone()
by Tejun Heo
· 12 years ago
2260e7f
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
by Tejun Heo
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
b1929db
cgroup: allow ->post_create() to fail
by Tejun Heo
· 12 years ago
4b8b47eb
cgroup: update cgroup_create() failure path
by Tejun Heo
· 12 years ago
b8a2df6a
cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
by Tejun Heo
· 12 years ago
d19e19d
cgroup: simplify cgroup_load_subsys() failure path
by Tejun Heo
· 12 years ago
a31f2d3
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
by Tejun Heo
· 12 years ago
42809dd
cgroup: separate out cgroup_destroy_locked()
by Tejun Heo
· 12 years ago
02ae748
cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()
by Tejun Heo
· 12 years ago
648bb56
cgroup: lock cgroup_mutex in cgroup_init_subsys()
by Tejun Heo
· 12 years ago
b48c6a8
cgroup: trivial cleanup for cgroup_init/load_subsys()
by Tejun Heo
· 12 years ago
38b53ab
cgroup: make CSS_* flags bit masks instead of bit positions
by Tejun Heo
· 12 years ago
febfcef
cgroup: cgroup->dentry isn't a RCU pointer
by Tejun Heo
· 12 years ago
4e139af
cgroup: create directory before linking while creating a new cgroup
by Tejun Heo
· 12 years ago
28fd6f3
cgroup: open-code cgroup_create_dir()
by Tejun Heo
· 12 years ago
2243076
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
by Tejun Heo
· 12 years ago
1754316
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
by Tejun Heo
· 12 years ago
17cf22c
pidns: Use task_active_pid_ns where appropriate
by Eric W. Biederman
· 15 years ago
574bd9f
cgroup: implement generic child / descendant walk macros
by Tejun Heo
· 12 years ago
eb6fd50
cgroup: use rculist ops for cgroup->children
by Tejun Heo
· 12 years ago
a863803
cgroup: add cgroup_subsys->post_create()
by Tejun Heo
· 12 years ago
316eb66
cgroup: set 'start' with the right value in cgroup_path.
by Tao Ma
· 12 years ago
5b805f2
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
1db1e31
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
bcf6de1
cgroup: make ->pre_destroy() return void
by Tejun Heo
· 12 years ago
b25ed60
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
by Tejun Heo
· 12 years ago
1a90dd5
cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
by Tejun Heo
· 12 years ago
976c06b
cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
by Tejun Heo
· 12 years ago
e931608
cgroup: kill CSS_REMOVED
by Tejun Heo
· 12 years ago
ed957793
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
by Tejun Heo
· 12 years ago
d878383
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
by Tejun Heo
· 12 years ago
9bb7130
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
by Tejun Heo
· 12 years ago
1f5320d
cgroup: notify_on_release may not be triggered in some cases
by Daisuke Nishimura
· 12 years ago
5edee61
cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
by Tejun Heo
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
Next »