1. e6b8171 cgroup: refactor cgroup_pidlist_find() by Tejun Heo · 11 years ago
  2. 6223685 cgroup: introduce struct cgroup_pidlist_open_file by Tejun Heo · 11 years ago
  3. b1a2136 cgroup: implement delayed destruction for cgroup_pidlist by Tejun Heo · 11 years ago
  4. b9f3cec cgroup: remove cftype->release() by Tejun Heo · 11 years ago
  5. ac1e69a cgroup: don't skip seq_open on write only opens on pidlist files by Tejun Heo · 11 years ago
  6. c729b11e cgroup: Merge branch 'for-3.13-fixes' into for-3.14 by Tejun Heo · 11 years ago
  7. e605b36 cgroup: fix cgroup_subsys_state leak for seq_files by Tejun Heo · 11 years ago
  8. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 11 years ago
  9. b36824c cgroup: unexport cgroup_css() and remove __file_cft() by Tejun Heo · 11 years ago
  10. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 11 years ago
  11. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 11 years ago
  12. e5fca24 cgroup: use a dedicated workqueue for cgroup destruction by Tejun Heo · 11 years ago
  13. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  14. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  15. ee7eafc Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  16. ea84753 cgroup: fix to break the while loop in cgroup_attach_task() correctly by Anjana V Kumar · 11 years ago
  17. 2ff2a7d cgroup: kill css_id by Li Zefan · 11 years ago
  18. 58b79a9 cgroup: fix cgroup post-order descendant walk of empty subtree by Tejun Heo · 11 years ago
  19. 4e10f3c Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.c by Al Viro · 11 years ago
  20. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  21. bb78a92 cgroup: fix rmdir EBUSY regression in 3.11 by Hugh Dickins · 11 years ago
  22. d162596 cgroup: fix cgroup_css() invocation in css_from_id() by Tejun Heo · 11 years ago
  23. 7c918cb cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp() by Tejun Heo · 11 years ago
  24. 7941cb0 cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  25. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  26. ca8bdca cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys by Tejun Heo · 11 years ago
  27. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  28. 6e6eab0 cgroup: fix cgroup_write_event_control() by Tejun Heo · 11 years ago
  29. 0bfb4aa cgroup: fix subsystem file accesses on the root cgroup by Tejun Heo · 11 years ago
  30. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  31. 930913a cgroup: use css_get() in cgroup_create() to check CSS_ROOT by Li Zhong · 11 years ago
  32. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  33. 3c14f8b cgroup: move subsys file removal to kill_css() by Tejun Heo · 11 years ago
  34. edae0c3 cgroup: factor out kill_css() by Tejun Heo · 11 years ago
  35. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  36. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  37. 223dbc3 cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item by Tejun Heo · 11 years ago
  38. ae7f164 cgroup: move cgroup->subsys[] assignment to online_css() by Tejun Heo · 11 years ago
  39. 623f926 cgroup: reorganize css init / exit paths by Tejun Heo · 11 years ago
  40. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  41. 105347b cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css by Tejun Heo · 11 years ago
  42. b77d7b6 cgroup: cgroup_css_from_dir() now should be called with RCU read locked by Tejun Heo · 11 years ago
  43. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  44. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  45. 40e93b3 cgroup: always use cgroup_css() by Tejun Heo · 11 years ago
  46. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  47. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  48. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  49. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  50. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  51. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  52. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  53. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  54. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago
  55. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  56. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  57. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  58. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  59. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  60. f7d5881 cgroup: pin cgroup_subsys_state when opening a cgroupfs file by Tejun Heo · 11 years ago
  61. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  62. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  63. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  64. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  65. 8e28921 Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  66. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  67. b395890 cgroup: rename cgroup_pidlist->mutex by Li Zefan · 11 years ago
  68. 876ede8 cgroup: restructure the failure path in cgroup_write_event_control() by Li Zefan · 11 years ago
  69. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  70. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  71. e0798ce cgroup: remove struct cgroup_seqfile_state by Li Zefan · 11 years ago
  72. 2a4ac63 cgroup: remove sparse tags from offline_css() by Li Zefan · 11 years ago
  73. da0a12c cgroup: fix a leak when percpu_ref_init() fails by Li Zefan · 11 years ago
  74. c2468d3 Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  75. a698b44 cgroup: remove gratuituous BUG_ON()s from rebind_subsystems() by Tejun Heo · 11 years ago
  76. 1d5be6b cgroup: move module ref handling into rebind_subsystems() by Tejun Heo · 11 years ago
  77. 786e144 cgroup: we can use simple_lookup() now by Al Viro · 11 years ago
  78. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  79. f172e67 cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount() by Tejun Heo · 11 years ago
  80. 3126121 cgroup: make rebind_subsystems() handle file additions and removals with proper error handling by Tejun Heo · 11 years ago
  81. b420ba7 cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  82. bee5509 cgroup: update error handling in cgroup_populate_dir() by Tejun Heo · 11 years ago
  83. 628f7cd cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  84. 9ccece8 cgroup: fix cgroup_add_cftypes() error handling by Tejun Heo · 11 years ago
  85. b1f28d3 cgroup: fix error path of cgroup_addrm_files() by Tejun Heo · 11 years ago
  86. 8f89140 cgroup: minor updates around cgroup_clear_directory() by Tejun Heo · 11 years ago
  87. c7ba828 cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy by Tejun Heo · 11 years ago
  88. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  89. e2bd416 cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  90. a4ea1cc cgroup: always use RCU accessors for protected accesses by Tejun Heo · 11 years ago
  91. a8ad805 cgroup: fix RCU accesses around task->cgroups by Tejun Heo · 11 years ago
  92. eb178d0 cgroup: grab cgroup_mutex in drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  93. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  94. fc76df7 cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy by Tejun Heo · 11 years ago
  95. 30159ec cgroup: implement for_each_[builtin_]subsys() by Tejun Heo · 11 years ago
  96. 82fe9b0 cgroup: move init_css_set initialization inside cgroup_mutex by Tejun Heo · 11 years ago
  97. 5549c49 cgroup: s/for_each_subsys()/for_each_root_subsys()/ by Tejun Heo · 11 years ago
  98. b326f9d cgroup: clean up find_css_set() and friends by Tejun Heo · 11 years ago
  99. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  100. 9871bf9 cgroup: prefix global variables with "cgroup_" by Tejun Heo · 11 years ago