Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
45ce80fb6b6f9594d1396d44dd7e7c02d596fef8
/
kernel
/
cgroup.c
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
3fa59df
cgroup: fix potential deadlock in pre_destroy
by KAMEZAWA Hiroyuki
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 16 years ago
24eb089
cgroups: fix invalid cgrp->dentry before cgroup has been completely removed
by Li Zefan
· 16 years ago
2077776
cgroup: remove unused variable
by Stephen Rothwell
· 16 years ago
cc31edc
cgroups: convert tasks file to use a seq_file with shared pid array
by Paul Menage
· 16 years ago
146aa1b
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
by Lai Jiangshan
· 16 years ago
9363b9f
memrlimit: cgroup mm owner callback changes to add task info
by Balbir Singh
· 16 years ago
31a78f2
mm owner: fix race between swapoff and exit
by Balbir Singh
· 16 years ago
55b6fd0
cgroup: uninline cgroup_has_css_refs()
by Li Zefan
· 16 years ago
3655343
cgroup: remove duplicate code in allocate_cg_link()
by Li Zefan
· 16 years ago
5a3eb9f
cgroup: fix possible memory leak
by Li Zefan
· 16 years ago
3f8206d
[PATCH] get rid of indirect users of namei.h
by Al Viro
· 16 years ago
96930a6
make cgroup_seqfile_release() static
by Adrian Bunk
· 16 years ago
e885dcd
cgroup_clone: use pid of newly created task for new cgroup
by Serge E. Hallyn
· 16 years ago
af35102
cgroup files: turn attach_task_by_pid directly into a cgroup write handler
by Paul Menage
· 16 years ago
6379c10
cgroup files: move notify_on_release file to separate write handler
by Paul Menage
· 16 years ago
84eea84
cgroups: misc cleanups to write_string patchset
by Paul Menage
· 16 years ago
e788e06
cgroup files: move the release_agent file to use typed handlers
by Paul Menage
· 16 years ago
db3b149
cgroup files: add write_string cgroup control file method
by Paul Menage
· 16 years ago
8947f9d
cgroups: annotate two variables with __read_mostly
by Li Zefan
· 16 years ago
71cbb94
cgroup: list_for_each cleanup
by KOSAKI Motohiro
· 16 years ago
7e9abd8
cgroup: use read lock to guard find_existing_css_set()
by Li Zefan
· 16 years ago
5c02b57
cgroups: remove node_ prefix_from ns subsystem
by Cedric Le Goater
· 17 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
cf475ad
cgroups: add an owner to the mm_struct
by Balbir Singh
· 17 years ago
29486df
cgroups: introduce cft->read_seq()
by Serge E. Hallyn
· 17 years ago
28fd5df
cgroups: remove the css_set linked-list
by Li Zefan
· 17 years ago
e8d55fd
cgroups: simplify init_subsys()
by Li Zefan
· 17 years ago
472b105
cgroups: use a hash table for css_set finding
by Li Zefan
· 17 years ago
d447ea2
cgroups: add the trigger callback to struct cftype
by Pavel Emelyanov
· 17 years ago
46ae220
cgroup: switch to proc_create()
by Li Zefan
· 17 years ago
06a1192
cgroup: annotate cgroup_init_subsys with __init
by Li Zefan
· 17 years ago
e73d2c6
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
by Paul Menage
· 17 years ago
3116f0e
CGroup API files: move "releasable" to cgroup_debug subsystem
by Paul Menage
· 17 years ago
9179656
CGroup API files: add cgroup map data type
by Paul Menage
· 17 years ago
b7269df
CGroup API files: strip all trailing whitespace in cgroup_write_u64
by Paul Menage
· 17 years ago
f4c753b
CGroup API files: rename read/write_uint methods to read_write_u64
by Paul Menage
· 17 years ago
4fe91d5
cgroup: fix sparse warning of shadow symbol in cgroup.c
by Paul Jackson
· 17 years ago
3df91fe
make cgroup_enable_task_cg_lists() static
by Adrian Bunk
· 17 years ago
0e04388
cgroup: fix a race condition in manipulating tsk->cg_list
by Li Zefan
· 17 years ago
b6c3006
cgroups: include hierarchy ids in /proc/<pid>/cgroup
by Paul Menage
· 17 years ago
8bab8dd
cgroups: add cgroup support for enabling controllers at boot time
by Paul Menage
· 17 years ago
9dce07f
NULL noise: fs/*, mm/*, kernel/*
by Al Viro
· 17 years ago
b6abdb0
cgroup: fix default notify_on_release setting
by Li Zefan
· 17 years ago
bc231d2
cgroup: remove dead code in cgroup_get_rootdir()
by Li Zefan
· 17 years ago
68db38f
cgroup: remove duplicate code in find_css_set()
by Li Zefan
· 17 years ago
8d53d55
cgroup: fix subsys bitops
by Li Zefan
· 17 years ago
f777073
cgroup: fix memory leak in cgroup_get_sb()
by Li Zefan
· 17 years ago
a043e3b
cgroup: fix comments
by Li Zefan
· 17 years ago
73507f3
Handle pid namespaces in cgroups code
by Pavel Emelyanov
· 17 years ago
956db3c
hotplug cpu: move tasks in empty cpusets to parent
by Cliff Wickman
· 17 years ago
31a7df0
cgroups: mechanism to process each task in a cgroup
by Cliff Wickman
· 17 years ago
4fca88c
memory cgroup enhancements: add- pre_destroy() handler
by KAMEZAWA Hiroyuki
· 17 years ago
e9685a0
kernel/cgroup.c: make 2 functions static
by Adrian Bunk
· 17 years ago
8dc4f3e
cgroups: move cgroups destroy() callbacks to cgroup_diput()
by Paul Menage
· 17 years ago
622d42c
cgroup simplify space stripping
by Paul Jackson
· 17 years ago
e18f631
cgroup brace coding style fix
by Paul Jackson
· 17 years ago
3cdeed2
kernel/cgroup.c: remove dead code
by Adrian Bunk
· 17 years ago
cfe36bd
Improve cgroup printks
by Diego Calleja
· 17 years ago
3bdf590
cgroup: kill unused variable
by Jeff Garzik
· 17 years ago
bd89aab
Control groups: Replace "cont" with "cgrp" and other misc renaming
by Paul Menage
· 17 years ago
69cccb8
Use task_pid_nr() instead of pid_nr(task_pid())
by Pavel Emelyanov
· 17 years ago
846c7bb
Add cgroupstats
by Balbir Singh
· 17 years ago
81a6a5c
Task Control Groups: automatic userspace notification of idle cgroups
by Paul Menage
· 17 years ago
817929e
Task Control Groups: shared cgroup subsystem group arrays
by Paul Menage
· 17 years ago
a424316
Task Control Groups: add procfs interface
by Paul Menage
· 17 years ago
697f416
Task Control Groups: add cgroup_clone() interface
by Paul Menage
· 17 years ago
b4f48b6
Task Control Groups: add fork()/exit() hooks
by Paul Menage
· 17 years ago
355e0c4
Add cgroup write_uint() helper method
by Paul Menage
· 17 years ago
bbcb81d
Task Control Groups: add tasks file interface
by Paul Menage
· 17 years ago
ddbcc7e
Task Control Groups: basic task cgroup framework
by Paul Menage
· 17 years ago