index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cgroup.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-21
cgroup: fix RCU accesses to task->cgroups
Tejun Heo
1
-10
/
+48
2013-05-24
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-1
/
+1
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-05-01
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
1
-1
/
+1
2013-04-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2013-04-29
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-18
/
+152
2013-04-29
cgroup: remove css_get_next
Michal Hocko
1
-7
/
+0
2013-04-18
cgroup: fix broken file xattrs
Li Zefan
1
-3
/
+0
2013-04-15
memcg: force use_hierarchy if sane_behavior
Tejun Heo
1
-0
/
+3
2013-04-14
cgroup: remove cgrp->top_cgroup
Li Zefan
1
-1
/
+0
2013-04-14
cgroup: introduce sane_behavior mount option
Tejun Heo
1
-0
/
+43
2013-04-14
move cgroupfs_root to include/linux/cgroup.h
Tejun Heo
1
-0
/
+57
2013-04-12
Revert "cgroup: remove bind() method from cgroup_subsys."
Tejun Heo
1
-0
/
+2
2013-04-10
cgroup: implement cgroup_is_descendant()
Li Zefan
1
-0
/
+1
2013-04-10
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
1
-2
/
+0
2013-04-10
cgroup: Kill subsys.active flag
Li Zefan
1
-1
/
+0
2013-04-07
cgroup: remove cgroup_lock_is_held()
Tejun Heo
1
-4
/
+9
2013-04-07
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
1
-5
/
+0
2013-04-07
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
1
-0
/
+1
2013-03-20
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
1
-1
/
+2
2013-03-12
cgroup: remove cgroup_is_descendant()
Li Zefan
1
-3
/
+0
2013-03-05
cgroup: avoid accessing modular cgroup subsys structure without locking
Li Zefan
1
-3
/
+14
2013-03-04
cgroup: fix cgroup_path() vs rename() race
Li Zefan
1
-0
/
+24
2013-01-24
cgroup: remove synchronize_rcu() from cgroup_diput()
Li Zefan
1
-0
/
+1
2013-01-07
cgroup: implement cgroup_rightmost_descendant()
Tejun Heo
1
-0
/
+1
2013-01-07
cgroup: remove unused dummy cgroup_fork_callbacks()
Tejun Heo
1
-1
/
+0
2012-11-20
cgroup: remove obsolete guarantee from cgroup_task_migrate.
Tao Ma
1
-2
/
+2
2012-11-19
cgroup: add cgroup->id
Tejun Heo
1
-0
/
+2
2012-11-19
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
1
-1
/
+0
2012-11-19
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
Tejun Heo
1
-2
/
+4
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-17
/
+18
2012-11-19
cgroup: allow ->post_create() to fail
Tejun Heo
1
-1
/
+1
2012-11-19
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
Tejun Heo
1
-0
/
+1
2012-11-19
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
1
-4
/
+4
2012-11-19
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
1
-1
/
+1
2012-11-09
cgroup: implement generic child / descendant walk macros
Tejun Heo
1
-0
/
+94
2012-11-09
cgroup: use rculist ops for cgroup->children
Tejun Heo
1
-0
/
+1
2012-11-09
cgroup: add cgroup_subsys->post_create()
Tejun Heo
1
-0
/
+1
2012-11-05
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
Tejun Heo
1
-40
/
+1
2012-11-05
cgroup: make ->pre_destroy() return void
Tejun Heo
1
-1
/
+1
2012-11-05
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...
Tejun Heo
1
-21
/
+0
2012-11-05
cgroup: kill CSS_REMOVED
Tejun Heo
1
-6
/
+0
2012-11-05
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
Tejun Heo
1
-12
/
+0
2012-10-16
cgroup: cgroup_subsys->fork() should be called after the task is added to css...
Tejun Heo
1
-1
/
+0
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+15
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
1
-0
/
+15
2012-09-14
cgroup: Define CGROUP_SUBSYS_COUNT according the configuration
Daniel Wagner
1
-7
/
+1
2012-09-14
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
1
-1
/
+1
2012-09-14
cgroup: Wrap subsystem selection macro
Daniel Wagner
1
-0
/
+4
[next]