Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
761b3ef50e1c2649cffbfa67a4dcb2dcdb7982ed
/
kernel
/
cgroup.c
761b3ef5
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
61d1d21
cgroup: remove extra calls to find_existing_css_set
by Mandeep Singh Baines
· 13 years ago
fb5d2b4
cgroup: replace tasklist_lock with rcu_read_lock
by Mandeep Singh Baines
· 13 years ago
b78949e
cgroup: simplify double-check locking in cgroup_attach_proc
by Mandeep Singh Baines
· 13 years ago
2452825
cgroup: move struct cgroup_pidlist out from the header file
by Li Zefan
· 13 years ago
db0c2bf
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
0d19ea8
cgroup: fix to allow mounting a hierarchy by name
by Li Zefan
· 13 years ago
305f3c8
cgroup: move assignement out of condition in cgroup_attach_proc()
by Dan Carpenter
· 13 years ago
a5e7ed3
cgroup: propagate mode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
7e3aa30
cgroup: Remove task_lock() from cgroup_post_fork()
by Frederic Weisbecker
· 13 years ago
c6ca575
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
by Kirill A. Shutemov
· 13 years ago
1c6c3fa
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
by Kirill A. Shutemov
· 13 years ago
892a2b9
cgroup: only need to check oldcgrp==newgrp once
by Mandeep Singh Baines
· 13 years ago
b07ef77
cgroup: remove redundant get/put of task struct
by Mandeep Singh Baines
· 13 years ago
026085e
cgroup: remove redundant get/put of old css_set from migrate
by Mandeep Singh Baines
· 13 years ago
c84cdf7
cgroup: Remove unnecessary task_lock before fetching css_set on migration
by Frederic Weisbecker
· 13 years ago
7e381b0e
cgroup: Drop task_lock(parent) on cgroup_fork()
by Frederic Weisbecker
· 13 years ago
29e2136
cgroups: remove redundant get/put of css_set from css_set_check_fetched()
by Mandeep Singh Baines
· 13 years ago
e0197aa
cgroups: fix a css_set not found bug in cgroup_attach_proc
by Mandeep Singh Baines
· 13 years ago
494c167
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
by Tejun Heo
· 13 years ago
2f7ee56
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()
by Tejun Heo
· 13 years ago
134d337
cgroup: improve old cgroup handling in cgroup_attach_proc()
by Tejun Heo
· 13 years ago
cd3d095
cgroup: always lock threadgroup during migration
by Tejun Heo
· 13 years ago
257058a
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
by Tejun Heo
· 13 years ago
e25e2cb
cgroup: add cgroup_root_mutex
by Tejun Heo
· 13 years ago
c1e2ee2
memcg: replace ss->id_lock with a rwlock
by Andrew Bresticker
· 13 years ago
77ceab8
cgroups: don't attach task to subsystem if migration failed
by Ben Blum
· 13 years ago
33ef6b6
cgroups: more safe tasklist locking in cgroup_attach_proc
by Ben Blum
· 13 years ago
cdcc136f
locking, sched, cgroups: Annotate release_list_lock as raw
by Thomas Gleixner
· 15 years ago
95b6886
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
3bfa784
kill file_permission() completely
by Al Viro
· 14 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
2ce9738
cgroupfs: use init_cred when populating new cgroupfs mount
by eparis@redhat
· 14 years ago
a77aea9
cgroup: remove the ns_cgroup
by Daniel Lezcano
· 14 years ago
d846687
cgroups: use flex_array in attach_proc
by Ben Blum
· 14 years ago
74a1166
cgroups: make procs file writable
by Ben Blum
· 14 years ago
f780bdb
cgroups: add per-thread subsystem callbacks
by Ben Blum
· 14 years ago
025cea9
cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
f2da1c4
cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
30088ad
cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8d25879
cgroups: if you list_empty() a head then don't list_del() it
by Phil Carmody
· 14 years ago
e5d1367
perf: Add cgroup support
by Stephane Eranian
· 14 years ago
d41d5a0
cgroup: Fix cgroup_subsys::exit callback
by Peter Zijlstra
· 14 years ago
acda472
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
c72a04e
cgroup_fs: fix cgroup use of simple_lookup()
by Al Viro
· 14 years ago
3ec762a
cgroups: Fix a lockdep warning at cgroup removal
by Li Zefan
· 14 years ago
0df6a63
switch cgroup
by Al Viro
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
dc0474b
fs: dcache rationalise dget variants
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
2fd6b7f
fs: dcache scale subdirs
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
5adcee1
cgroup fs: avoid switching ->d_op on live dentry
by Nick Piggin
· 14 years ago
f7e8357
convert cgroup and cpuset
by Al Viro
· 14 years ago
f4a2589
cgroups: add check for strcpy destination string overflow
by Evgeny Kuznetsov
· 14 years ago
32a8cf23
cgroup: make the mount options parsing more accurate
by Daniel Lezcano
· 14 years ago
97978e6
cgroup: add clone_children control file
by Daniel Lezcano
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
d4f8f21
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
38d018d
BKL: Remove BKL from cgroup
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
31583bb
cgroups: fix API thinko
by Michael S. Tsirkin
· 14 years ago
2c392b8
cgroups: __rcu annotations
by Arnd Bergmann
· 15 years ago
e400c28
cgroups: save space for the terminator
by Dan Carpenter
· 14 years ago
676db4a
cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
by Greg KH
· 14 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
d7926ee
cgroups: Add an API to attach a task to current task's cgroup
by Sridhar Samudrala
· 15 years ago
94b3dd0
cgroups: alloc_css_id() increments hierarchy depth
by Greg Thelen
· 15 years ago
907860e
cgroups: make cftype.unregister_event() void-returning
by Kirill A. Shutemov
· 15 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
747388d
memcg: fix css_is_ancestor() RCU locking
by KAMEZAWA Hiroyuki
· 15 years ago
7f0f154
memcg: fix css_id() RCU locking for real
by KAMEZAWA Hiroyuki
· 15 years ago
a93d2f17
sched, wait: Use wrapper functions
by Changli Gao
· 15 years ago
fae9c79
cgroup: Fix an RCU warning in alloc_css_id()
by Li Zefan
· 15 years ago
9a9686b
cgroup: Fix an RCU warning in cgroup_path()
by Li Zefan
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
9d34706
cgroups: remove duplicate include
by Li Zefan
· 15 years ago
8839316
Fix typos in comments
by Thomas Weber
· 15 years ago
a0a4db5
cgroups: remove events before destroying subsystem state objects
by Kirill A. Shutemov
· 15 years ago
4ab7868
cgroups: fix race between userspace and kernelspace
by Kirill A. Shutemov
· 15 years ago
0dea116
cgroup: implement eventfd-based generic API for notifications
by Kirill A. Shutemov
· 15 years ago
b70cc5f
cgroups: clean up cgroup_pidlist_find() a bit
by Li Zefan
· 15 years ago
67523c4
cgroups: blkio subsystem as module
by Ben Blum
· 15 years ago
cf5d594
cgroups: subsystem module unloading
by Ben Blum
· 15 years ago
e6a1105
cgroups: subsystem module loading interface
by Ben Blum
· 15 years ago
aae8aab
cgroups: revamp subsys array
by Ben Blum
· 15 years ago
d7b9fff
cgroup: introduce coalesce css_get() and css_put()
by Daisuke Nishimura
· 15 years ago
2468c72
cgroup: introduce cancel_attach()
by Daisuke Nishimura
· 15 years ago
c50cc75
sched, cgroups: Fix module export
by Ingo Molnar
· 15 years ago
d11c563
sched: Use lockdep-based checking on rcu_dereference()
by Paul E. McKenney
· 15 years ago
4528fd0
cgroups: fix to return errno in a failure path
by Li Zefan
· 15 years ago
bd4f490
cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
by Dave Anderson
· 15 years ago
Next »