1. b77d7b6 cgroup: cgroup_css_from_dir() now should be called with RCU read locked by Tejun Heo · 11 years ago
  2. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  3. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  4. 40e93b3 cgroup: always use cgroup_css() by Tejun Heo · 11 years ago
  5. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  6. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  7. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  8. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  9. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  10. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  11. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  12. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  13. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago
  14. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  15. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  16. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  17. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  18. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  19. f7d5881 cgroup: pin cgroup_subsys_state when opening a cgroupfs file by Tejun Heo · 11 years ago
  20. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  21. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  22. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  23. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  24. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  25. b395890 cgroup: rename cgroup_pidlist->mutex by Li Zefan · 11 years ago
  26. 876ede8 cgroup: restructure the failure path in cgroup_write_event_control() by Li Zefan · 11 years ago
  27. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  28. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  29. e0798ce cgroup: remove struct cgroup_seqfile_state by Li Zefan · 11 years ago
  30. 2a4ac63 cgroup: remove sparse tags from offline_css() by Li Zefan · 11 years ago
  31. da0a12c cgroup: fix a leak when percpu_ref_init() fails by Li Zefan · 11 years ago
  32. a698b44 cgroup: remove gratuituous BUG_ON()s from rebind_subsystems() by Tejun Heo · 11 years ago
  33. 1d5be6b cgroup: move module ref handling into rebind_subsystems() by Tejun Heo · 11 years ago
  34. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  35. f172e67 cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount() by Tejun Heo · 11 years ago
  36. 3126121 cgroup: make rebind_subsystems() handle file additions and removals with proper error handling by Tejun Heo · 11 years ago
  37. b420ba7 cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  38. bee5509 cgroup: update error handling in cgroup_populate_dir() by Tejun Heo · 11 years ago
  39. 628f7cd cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  40. 9ccece8 cgroup: fix cgroup_add_cftypes() error handling by Tejun Heo · 11 years ago
  41. b1f28d3 cgroup: fix error path of cgroup_addrm_files() by Tejun Heo · 11 years ago
  42. 8f89140 cgroup: minor updates around cgroup_clear_directory() by Tejun Heo · 11 years ago
  43. c7ba828 cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy by Tejun Heo · 11 years ago
  44. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  45. e2bd416 cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  46. a4ea1cc cgroup: always use RCU accessors for protected accesses by Tejun Heo · 11 years ago
  47. a8ad805 cgroup: fix RCU accesses around task->cgroups by Tejun Heo · 11 years ago
  48. eb178d0 cgroup: grab cgroup_mutex in drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  49. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  50. fc76df7 cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy by Tejun Heo · 11 years ago
  51. 30159ec cgroup: implement for_each_[builtin_]subsys() by Tejun Heo · 11 years ago
  52. 82fe9b0 cgroup: move init_css_set initialization inside cgroup_mutex by Tejun Heo · 11 years ago
  53. 5549c49 cgroup: s/for_each_subsys()/for_each_root_subsys()/ by Tejun Heo · 11 years ago
  54. b326f9d cgroup: clean up find_css_set() and friends by Tejun Heo · 11 years ago
  55. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  56. 9871bf9 cgroup: prefix global variables with "cgroup_" by Tejun Heo · 11 years ago
  57. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  58. 00356bd cgroup: clean up cgroup_serial_nr_cursor by Tejun Heo · 11 years ago
  59. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  60. 794611a cgroup: make serial_nr_cursor available throughout cgroup.c by Li Zefan · 11 years ago
  61. f57947d cgroup: fix memory leak in cgroup_rm_cftypes() by Li Zefan · 11 years ago
  62. 1c8158e cgroup: fix umount vs cgroup_event_remove() race by Li Zefan · 11 years ago
  63. 084457f cgroup: fix umount vs cgroup_cfts_commit() race by Li Zefan · 11 years ago
  64. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  65. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  66. 2b0e53a Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.11 by Tejun Heo · 11 years ago
  67. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  68. 455050d cgroup: reorder the operations in cgroup_destroy_locked() by Tejun Heo · 11 years ago
  69. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  70. ddd6914 cgroup: drop unnecessary RCU dancing from __put_css_set() by Tejun Heo · 11 years ago
  71. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  72. f4f4be2 cgroup: use kzalloc() instead of kmalloc() by Tejun Heo · 11 years ago
  73. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  74. 5abb885 cgroup: consistently use @cset for struct css_set variables by Tejun Heo · 11 years ago
  75. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  76. d5c56ce cgroup: clean up the cftype array for the base cgroup files by Tejun Heo · 11 years ago
  77. cc5943a cgroup: mark "notify_on_release" and "release_agent" cgroup files insane by Tejun Heo · 11 years ago
  78. f12dc02 cgroup: mark "tasks" cgroup file as insane by Tejun Heo · 11 years ago
  79. 2a0ff3f cgroup: warn about mismatching options of a new mount of an existing hierarchy by Jeff Liu · 11 years ago
  80. 75501a6 cgroup: update iterators to use cgroup_next_sibling() by Tejun Heo · 11 years ago
  81. 53fa526 cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() by Tejun Heo · 11 years ago
  82. bdc7119 cgroup: make cgroup_is_removed() static by Tejun Heo · 11 years ago
  83. 3f33e64 Merge branch 'for-3.10-fixes' into for-3.11 by Tejun Heo · 11 years ago
  84. 7805d00 cgroup: fix a subtle bug in descendant pre-order walk by Tejun Heo · 11 years ago
  85. 857a2be cgroup: implement task_cgroup_path_from_hierarchy() by Tejun Heo · 11 years ago
  86. 1a57423 cgroup: make hierarchy_id use cyclic idr by Tejun Heo · 11 years ago
  87. 54e7b4e cgroup: drop hierarchy_id_lock by Tejun Heo · 11 years ago
  88. fa3ca07 cgroup: refactor hierarchy_id handling by Tejun Heo · 11 years ago
  89. d6cbf35 cgroup: initialize xattr before calling d_instantiate() by Li Zefan · 11 years ago
  90. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  91. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  92. 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
  93. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  94. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  95. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  96. 7ef70e4 cgroup: restore the call to eventfd->poll() by Li Zefan · 11 years ago
  97. cc20e01 cgroup: fix use-after-free when umounting cgroupfs by Li Zefan · 11 years ago
  98. 712317a cgroup: fix broken file xattrs by Li Zefan · 11 years ago
  99. 05fb22ec cgroup: remove cgrp->top_cgroup by Li Zefan · 11 years ago
  100. 873fe09 cgroup: introduce sane_behavior mount option by Tejun Heo · 11 years ago