Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
97978e6d1f2da0073416870410459694fbdbfd9b
/
kernel
/
cgroup.c
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
478988d
cgroup: fix strstrip() misuse
by KOSAKI Motohiro
· 15 years ago
3dece83
cgroup: catch bad css refcnt at css_put
by KAMEZAWA Hiroyuki
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
be367d0
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
by Ben Blum
· 15 years ago
c378369
cgroups: change css_set freeing mechanism to be under RCU
by Ben Blum
· 15 years ago
d1d9fd3
cgroups: use vmalloc for large cgroups pidlist allocations
by Ben Blum
· 15 years ago
72a8cb3
cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces
by Ben Blum
· 15 years ago
102a775
cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids
by Ben Blum
· 15 years ago
8f3ff20
cgroups: revert "cgroups: fix pid namespace bug"
by Paul Menage
· 15 years ago
2c6ab6d
cgroups: allow cgroup hierarchies to be created with no bound subsystems
by Paul Menage
· 15 years ago
7717f7b
cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroup
by Paul Menage
· 15 years ago
fe69343
cgroups: move the cgroup debug subsys into cgroup.c to access internal state
by Paul Menage
· 15 years ago
c6d57f3
cgroups: support named cgroups hierarchies
by Paul Menage
· 15 years ago
34f77a9
cgroups: make unlock sequence in cgroup_get_sb consistent
by Xiaotian Feng
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
6e1d5dc
const: mark remaining inode_operations as const
by Alexey Dobriyan
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 16 years ago
8870326
cgroup avoid permanent sleep at rmdir
by KAMEZAWA Hiroyuki
· 15 years ago
096b7fe
cgroups: fix pid namespace bug
by Li Zefan
· 15 years ago
f9ab5b5
cgroups: forbid noprefix if mounting more than just cpuset subsystem
by Li Zefan
· 16 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 16 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
0b7f569
memcg: fix OOM killer under memcg
by KAMEZAWA Hiroyuki
· 16 years ago
0670e08
cgroups: don't change release_agent when remount failed
by Li Zefan
· 16 years ago
099fca3
cgroups: show correct file mode
by Li Zefan
· 16 years ago
66bdc9c
kernel/cgroup.c: kfree(NULL) is legal
by Jesper Juhl
· 16 years ago
ec64f51
cgroup: fix frequent -EBUSY at rmdir
by KAMEZAWA Hiroyuki
· 16 years ago
38460b4
cgroup: CSS ID support
by KAMEZAWA Hiroyuki
· 16 years ago
313e924
cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups
by Grzegorz Nosek
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
3ba13d1
constify dentry_operations: rest
by Al Viro
· 16 years ago
67e055d
cgroups: fix possible use after free
by Li Zefan
· 16 years ago
cfebe56
cgroups: fix lockdep subclasses overflow
by Li Zefan
· 16 years ago
839ec54
cgroup: fix root_count when mount fails due to busy subsystem
by Paul Menage
· 16 years ago
804b3c2
cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()
by Paul Menage
· 16 years ago
1404f06
cgroups: fix lock inconsistency in cgroup_clone()
by Li Zefan
· 16 years ago
baef99a
cgroups: use hierarchy mutex in creation failure path
by KAMEZAWA Hiroyuki
· 16 years ago
e7c5ec9
cgroups: add css_tryget()
by Paul Menage
· 16 years ago
999cd8a
cgroups: add a per-subsystem hierarchy_mutex
by Paul Menage
· 16 years ago
a47295e
cgroups: make cgroup_path() RCU-safe
by Paul Menage
· 16 years ago
e7b80bb
cgroups: skip processes from other namespaces when listing a cgroup
by Gowrishankar M
· 16 years ago
c12f65d
cgroups: introduce link_css_set() to remove duplicate code
by Li Zefan
· 16 years ago
33a68ac
cgroups: add inactive subsystems to rootnode.subsys_list
by Li Zefan
· 16 years ago
e5f6a86
cgroups: make root_list contains active hierarchies only
by Li Zefan
· 16 years ago
7534432
cgroups: remove rcu_read_lock() in cgroupstats_build()
by Lai Jiangshan
· 16 years ago
77efecd
cgroups: call find_css_set() safely in cgroup_attach_task()
by Lai Jiangshan
· 16 years ago
104cbd5
cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()
by Lai Jiangshan
· 16 years ago
b2aa30f
cgroups: don't put struct cgroupfs_root protected by RCU
by Lai Jiangshan
· 16 years ago
2019f63
cgroups: fix cgroup_iter_next() bug
by Lai Jiangshan
· 16 years ago
b12b533
cgroups: add lock for child->cgroups in cgroup_post_fork()
by Lai Jiangshan
· 16 years ago
75139b8
cgroups: remove some redundant NULL checks
by Li Zefan
· 16 years ago
e599137
mm: remove cgroup_mm_owner_callbacks
by Hugh Dickins
· 16 years ago
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
7b574b7
cgroups: fix a race between cgroup_clone and umount
by Li Zefan
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
20ca9b3
cgroups: avoid accessing uninitialized data in failure path
by Li Zefan
· 16 years ago
e368d3a
cgroups: suppress bogus warning messages
by Sharyathi Nagesh
· 16 years ago
307257c
cgroups: fix a race between rmdir and remount
by Paul Menage
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
33d283b
cgroups: fix a serious bug in cgroupstats
by Li Zefan
· 16 years ago
Next »