Commit Graph

136 Commits (4dd859697f836cf62c8de08bd9a9f4b4f4beaa91)

Author SHA1 Message Date
KOSAKI Motohiro 478988d3b2 cgroup: fix strstrip() misuse 15 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
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Alexey Dobriyan 6e1d5dcc2b const: mark remaining inode_operations as const 16 years ago
Alexey Dobriyan b87221de6a const: mark remaining super_operations const 16 years ago
Jens Axboe d993831fa7 writeback: add name to backing_dev_info 16 years ago
KAMEZAWA Hiroyuki 887032670d cgroup avoid permanent sleep at rmdir 16 years ago
Li Zefan 096b7fe012 cgroups: fix pid namespace bug 16 years ago
Li Zefan f9ab5b5b0f cgroups: forbid noprefix if mounting more than just cpuset subsystem 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Al Viro 6f5bbff9a1 Convert obvious places to deactivate_locked_super() 16 years ago
KAMEZAWA Hiroyuki 0b7f569e45 memcg: fix OOM killer under memcg 16 years ago
Li Zefan 0670e08bdf cgroups: don't change release_agent when remount failed 16 years ago
Li Zefan 099fca3225 cgroups: show correct file mode 16 years ago
Jesper Juhl 66bdc9cfc7 kernel/cgroup.c: kfree(NULL) is legal 16 years ago
KAMEZAWA Hiroyuki ec64f51545 cgroup: fix frequent -EBUSY at rmdir 16 years ago
KAMEZAWA Hiroyuki 38460b48d0 cgroup: CSS ID support 16 years ago
Grzegorz Nosek 313e924c08 cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups 16 years ago
Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void 16 years ago
Al Viro 3ba13d179e constify dentry_operations: rest 16 years ago
Li Zefan 67e055d144 cgroups: fix possible use after free 16 years ago
Li Zefan cfebe563bd cgroups: fix lockdep subclasses overflow 16 years ago
Paul Menage 839ec5452e cgroup: fix root_count when mount fails due to busy subsystem 16 years ago
Paul Menage 804b3c28a4 cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs() 16 years ago
Li Zefan 1404f06565 cgroups: fix lock inconsistency in cgroup_clone() 16 years ago
KAMEZAWA Hiroyuki baef99a08a cgroups: use hierarchy mutex in creation failure path 16 years ago
Paul Menage e7c5ec9193 cgroups: add css_tryget() 16 years ago
Paul Menage 999cd8a450 cgroups: add a per-subsystem hierarchy_mutex 16 years ago
Paul Menage a47295e6bc cgroups: make cgroup_path() RCU-safe 16 years ago
Gowrishankar M e7b80bb695 cgroups: skip processes from other namespaces when listing a cgroup 16 years ago
Li Zefan c12f65d439 cgroups: introduce link_css_set() to remove duplicate code 16 years ago
Li Zefan 33a68ac1c1 cgroups: add inactive subsystems to rootnode.subsys_list 16 years ago
Li Zefan e5f6a8609b cgroups: make root_list contains active hierarchies only 16 years ago
Lai Jiangshan 7534432dcc cgroups: remove rcu_read_lock() in cgroupstats_build() 16 years ago
Lai Jiangshan 77efecd9e0 cgroups: call find_css_set() safely in cgroup_attach_task() 16 years ago
Lai Jiangshan 104cbd5537 cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone() 16 years ago
Lai Jiangshan b2aa30f7bb cgroups: don't put struct cgroupfs_root protected by RCU 16 years ago
Lai Jiangshan 2019f634ce cgroups: fix cgroup_iter_next() bug 16 years ago