Commit Graph

177 Commits (ca680888d5d0d03862ec311a83c6a1c7a1e00a01)

Author SHA1 Message Date
Al Viro f7e835710a convert cgroup and cpuset 14 years ago
Evgeny Kuznetsov f4a2589fea cgroups: add check for strcpy destination string overflow 14 years ago
Daniel Lezcano 32a8cf235e cgroup: make the mount options parsing more accurate 14 years ago
Daniel Lezcano 97978e6d1f cgroup: add clone_children control file 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Jan Blunck 38d018dba3 BKL: Remove BKL from cgroup 15 years ago
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Michael S. Tsirkin 31583bb0cf cgroups: fix API thinko 15 years ago
Michael S. Tsirkin 73457f0f83 cgroups: fix API thinko 15 years ago
Arnd Bergmann 2c392b8c34 cgroups: __rcu annotations 15 years ago
Dan Carpenter e400c28524 cgroups: save space for the terminator 15 years ago
Greg KH 676db4af04 cgroupfs: create /sys/fs/cgroup to mount cgroupfs on 15 years ago
Sridhar Samudrala d7926ee38f cgroups: Add an API to attach a task to current task's cgroup 15 years ago
Greg Thelen 94b3dd0f7b cgroups: alloc_css_id() increments hierarchy depth 15 years ago
Kirill A. Shutemov 907860ed38 cgroups: make cftype.unregister_event() void-returning 15 years ago
KAMEZAWA Hiroyuki 747388d78a memcg: fix css_is_ancestor() RCU locking 15 years ago
KAMEZAWA Hiroyuki 7f0f154641 memcg: fix css_id() RCU locking for real 15 years ago
Changli Gao a93d2f1744 sched, wait: Use wrapper functions 15 years ago
Li Zefan fae9c79170 cgroup: Fix an RCU warning in alloc_css_id() 15 years ago
Li Zefan 9a9686b634 cgroup: Fix an RCU warning in cgroup_path() 15 years ago
Li Zefan 9d34706f42 cgroups: remove duplicate include 15 years ago
Thomas Weber 8839316121 Fix typos in comments 15 years ago
Kirill A. Shutemov a0a4db548e cgroups: remove events before destroying subsystem state objects 15 years ago
Kirill A. Shutemov 4ab78683c1 cgroups: fix race between userspace and kernelspace 15 years ago
Kirill A. Shutemov 0dea116876 cgroup: implement eventfd-based generic API for notifications 15 years ago
Li Zefan b70cc5fdb4 cgroups: clean up cgroup_pidlist_find() a bit 15 years ago
Ben Blum 67523c48aa cgroups: blkio subsystem as module 15 years ago
Ben Blum cf5d5941fd cgroups: subsystem module unloading 15 years ago
Ben Blum e6a1105ba0 cgroups: subsystem module loading interface 15 years ago
Ben Blum aae8aab403 cgroups: revamp subsys array 15 years ago
Daisuke Nishimura d7b9fff711 cgroup: introduce coalesce css_get() and css_put() 15 years ago
Daisuke Nishimura 2468c7234b cgroup: introduce cancel_attach() 15 years ago
Ingo Molnar c50cc75271 sched, cgroups: Fix module export 15 years ago
Paul E. McKenney d11c563dd2 sched: Use lockdep-based checking on rcu_dereference() 15 years ago
Li Zefan 4528fd0595 cgroups: fix to return errno in a failure path 15 years ago
Dave Anderson bd4f490a07 cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() 15 years ago
KOSAKI Motohiro 478988d3b2 cgroup: fix strstrip() misuse 16 years ago
KAMEZAWA Hiroyuki 3dece8347d cgroup: catch bad css refcnt at css_put 16 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Ben Blum be367d0992 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time 16 years ago
Ben Blum c378369d8b cgroups: change css_set freeing mechanism to be under RCU 16 years ago
Ben Blum d1d9fd3308 cgroups: use vmalloc for large cgroups pidlist allocations 16 years ago
Ben Blum 72a8cb30d1 cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces 16 years ago
Ben Blum 102a775e36 cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids 16 years ago
Paul Menage 8f3ff20862 cgroups: revert "cgroups: fix pid namespace bug" 16 years ago
Paul Menage 2c6ab6d200 cgroups: allow cgroup hierarchies to be created with no bound subsystems 16 years ago
Paul Menage 7717f7ba92 cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroup 16 years ago
Paul Menage fe6934354f cgroups: move the cgroup debug subsys into cgroup.c to access internal state 16 years ago
Paul Menage c6d57f3312 cgroups: support named cgroups hierarchies 16 years ago
Xiaotian Feng 34f77a90f7 cgroups: make unlock sequence in cgroup_get_sb consistent 16 years ago