Commit Graph

96 Commits (b5a84319a4343a0db753436fd8147e61eaafa7ea)

Author SHA1 Message Date
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
Lai Jiangshan b12b533fa5 cgroups: add lock for child->cgroups in cgroup_post_fork() 16 years ago
Li Zefan 75139b8274 cgroups: remove some redundant NULL checks 16 years ago
Hugh Dickins e5991371ee mm: remove cgroup_mm_owner_callbacks 16 years ago
Al Viro 56ff5efad9 zero i_uid/i_gid on inode allocation 16 years ago
Li Zefan 7b574b7b01 cgroups: fix a race between cgroup_clone and umount 16 years ago
Li Zefan 20ca9b3f4c cgroups: avoid accessing uninitialized data in failure path 16 years ago
Sharyathi Nagesh e368d3a836 cgroups: suppress bogus warning messages 16 years ago
Paul Menage 307257cf47 cgroups: fix a race between rmdir and remount 16 years ago
Li Zefan 33d283bef2 cgroups: fix a serious bug in cgroupstats 16 years ago
KAMEZAWA Hiroyuki 3fa59dfbc3 cgroup: fix potential deadlock in pre_destroy 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 76aac0e9a1 CRED: Wrap task credential accesses in the core kernel 16 years ago
Li Zefan 24eb089950 cgroups: fix invalid cgrp->dentry before cgroup has been completely removed 16 years ago
Stephen Rothwell 2077776641 cgroup: remove unused variable 17 years ago
Paul Menage cc31edceee cgroups: convert tasks file to use a seq_file with shared pid array 17 years ago
Lai Jiangshan 146aa1bd05 cgroups: fix probable race with put_css_set[_taskexit] and find_css_set 17 years ago
Balbir Singh 9363b9f23c memrlimit: cgroup mm owner callback changes to add task info 17 years ago
Balbir Singh 31a78f23ba mm owner: fix race between swapoff and exit 17 years ago
Li Zefan 55b6fd0162 cgroup: uninline cgroup_has_css_refs() 17 years ago
Li Zefan 36553434f4 cgroup: remove duplicate code in allocate_cg_link() 17 years ago
Li Zefan 5a3eb9f6b7 cgroup: fix possible memory leak 17 years ago
Al Viro 3f8206d496 [PATCH] get rid of indirect users of namei.h 17 years ago
Adrian Bunk 96930a6365 make cgroup_seqfile_release() static 17 years ago
Serge E. Hallyn e885dcde75 cgroup_clone: use pid of newly created task for new cgroup 17 years ago
Paul Menage af351026aa cgroup files: turn attach_task_by_pid directly into a cgroup write handler 17 years ago
Paul Menage 6379c10615 cgroup files: move notify_on_release file to separate write handler 17 years ago
Paul Menage 84eea84288 cgroups: misc cleanups to write_string patchset 17 years ago
Paul Menage e788e066c6 cgroup files: move the release_agent file to use typed handlers 17 years ago
Paul Menage db3b14978a cgroup files: add write_string cgroup control file method 17 years ago
Li Zefan 8947f9d5b3 cgroups: annotate two variables with __read_mostly 17 years ago
KOSAKI Motohiro 71cbb949d1 cgroup: list_for_each cleanup 17 years ago
Li Zefan 7e9abd89cb cgroup: use read lock to guard find_existing_css_set() 17 years ago
Cedric Le Goater 5c02b57578 cgroups: remove node_ prefix_from ns subsystem 17 years ago
Miklos Szeredi e4ad08fe64 mm: bdi: add separate writeback accounting capability 17 years ago
Balbir Singh cf475ad28a cgroups: add an owner to the mm_struct 17 years ago
Serge E. Hallyn 29486df325 cgroups: introduce cft->read_seq() 17 years ago
Li Zefan 28fd5dfc12 cgroups: remove the css_set linked-list 17 years ago
Li Zefan e8d55fdeb8 cgroups: simplify init_subsys() 17 years ago
Li Zefan 472b1053f3 cgroups: use a hash table for css_set finding 17 years ago