1. 2ff2a7d cgroup: kill css_id by Li Zefan · 11 years ago
  2. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  3. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  4. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  5. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  6. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  7. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  8. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  9. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  10. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  11. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  12. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  13. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  14. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  15. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  16. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  17. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  18. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  19. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  20. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  21. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  22. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  23. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  24. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  25. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  26. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  27. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  28. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  29. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  30. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 11 years ago
  31. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 11 years ago
  32. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  33. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  34. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  35. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  36. 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  37. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  38. 14611e5 cgroup: fix RCU accesses to task->cgroups by Tejun Heo · 11 years ago
  39. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  40. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  41. 02c402d cgroup: convert CFTYPE_* flags to enums by Tejun Heo · 11 years ago
  42. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  43. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  44. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  45. f63674f cgroup: update sane_behavior documentation by Tejun Heo · 11 years ago
  46. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  47. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  48. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  49. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  50. 5de0107 cgroup: clean up css_[try]get() and css_put() by Tejun Heo · 11 years ago
  51. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  52. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  53. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  54. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  55. 75501a6 cgroup: update iterators to use cgroup_next_sibling() by Tejun Heo · 11 years ago
  56. 53fa526 cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() by Tejun Heo · 11 years ago
  57. bdc7119 cgroup: make cgroup_is_removed() static by Tejun Heo · 11 years ago
  58. 3f33e64 Merge branch 'for-3.10-fixes' into for-3.11 by Tejun Heo · 11 years ago
  59. 7805d00 cgroup: fix a subtle bug in descendant pre-order walk by Tejun Heo · 11 years ago
  60. 9138125 blk-throttle: implement proper hierarchy support by Tejun Heo · 11 years ago
  61. 23958e7 cgroup.h: remove some functions that are now gone by Greg KH · 11 years ago
  62. 857a2be cgroup: implement task_cgroup_path_from_hierarchy() by Tejun Heo · 11 years ago
  63. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  64. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  65. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  66. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  68. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  69. 712317a cgroup: fix broken file xattrs by Li Zefan · 11 years ago
  70. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  71. 05fb22ec cgroup: remove cgrp->top_cgroup by Li Zefan · 11 years ago
  72. 873fe09 cgroup: introduce sane_behavior mount option by Tejun Heo · 11 years ago
  73. 25a7e68 move cgroupfs_root to include/linux/cgroup.h by Tejun Heo · 11 years ago
  74. 26d5bbe Revert "cgroup: remove bind() method from cgroup_subsys." by Tejun Heo · 11 years ago
  75. 78574cf cgroup: implement cgroup_is_descendant() by Li Zefan · 11 years ago
  76. 84cfb6a cgroup: remove bind() method from cgroup_subsys. by Rami Rosen · 11 years ago
  77. 479f614 cgroup: Kill subsys.active flag by Li Zefan · 11 years ago
  78. 2219449 cgroup: remove cgroup_lock_is_held() by Tejun Heo · 11 years ago
  79. b9777cf cgroup: unexport locking interface and cgroup_attach_task() by Tejun Heo · 11 years ago
  80. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  81. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 11 years ago
  82. e7b2dcc cgroup: remove cgroup_is_descendant() by Li Zefan · 11 years ago
  83. 7d8e0bf cgroup: avoid accessing modular cgroup subsys structure without locking by Li Zefan · 11 years ago
  84. 65dff75 cgroup: fix cgroup_path() vs rename() race by Li Zefan · 11 years ago
  85. be44562 cgroup: remove synchronize_rcu() from cgroup_diput() by Li Zefan · 12 years ago
  86. 12a9d2f cgroup: implement cgroup_rightmost_descendant() by Tejun Heo · 12 years ago
  87. d5b1fe6 cgroup: remove unused dummy cgroup_fork_callbacks() by Tejun Heo · 12 years ago
  88. d0b2fdd cgroup: remove obsolete guarantee from cgroup_task_migrate. by Tao Ma · 12 years ago
  89. 0a950f6 cgroup: add cgroup->id by Tejun Heo · 12 years ago
  90. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  91. 2260e7f cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ by Tejun Heo · 12 years ago
  92. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  93. b1929db cgroup: allow ->post_create() to fail by Tejun Heo · 12 years ago
  94. a31f2d3 cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers by Tejun Heo · 12 years ago
  95. 38b53ab cgroup: make CSS_* flags bit masks instead of bit positions by Tejun Heo · 12 years ago
  96. febfcef cgroup: cgroup->dentry isn't a RCU pointer by Tejun Heo · 12 years ago
  97. 574bd9f cgroup: implement generic child / descendant walk macros by Tejun Heo · 12 years ago
  98. eb6fd50 cgroup: use rculist ops for cgroup->children by Tejun Heo · 12 years ago
  99. a863803 cgroup: add cgroup_subsys->post_create() by Tejun Heo · 12 years ago
  100. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 12 years ago