1. 2da440a cgroup: introduce cgroup_init/exit_cftypes() by Tejun Heo · 10 years ago
  2. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 10 years ago
  3. de00ffa cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes() by Tejun Heo · 10 years ago
  4. 8d7e6fb cgroup: update cgroup name handling by Tejun Heo · 10 years ago
  5. d427dfe cgroup: factor out cgroup_setup_root() from cgroup_mount() by Tejun Heo · 10 years ago
  6. 8e30e2b cgroup: restructure locking and error handling in cgroup_mount() by Tejun Heo · 10 years ago
  7. 4ac0601 cgroup: release cgroup_mutex over file removals by Tejun Heo · 10 years ago
  8. ace2bee cgroup: introduce cgroup_tree_mutex by Tejun Heo · 10 years ago
  9. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 10 years ago
  10. 398f878 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 10 years ago
  11. 0ab02ca cgroup: protect modifications to cgroup_idr with cgroup_mutex by Li Zefan · 10 years ago
  12. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 10 years ago
  13. 3417ae1 cgroup: remove cgroup_root_mutex by Tejun Heo · 10 years ago
  14. 69e943b cgroup: update locking in cgroup_show_options() by Tejun Heo · 10 years ago
  15. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 10 years ago
  16. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  17. 3ed80a6 cgroup: drop module support by Tejun Heo · 10 years ago
  18. 48573a8 cgroup: fix locking in cgroup_cfts_commit() by Tejun Heo · 10 years ago
  19. b58c899 cgroup: fix error return from cgroup_create() by Tejun Heo · 10 years ago
  20. eb46bf8 cgroup: fix error return value in cgroup_mount() by Tejun Heo · 10 years ago
  21. ab3f5fa cgroup: use an ordered workqueue for cgroup destruction by Hugh Dickins · 10 years ago
  22. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  23. dd4b0a4 cgroup: trivial style updates by SeongJae Park · 10 years ago
  24. c1a7150 cgroup: don't recycle cgroup id until all csses' have been destroyed by Li Zefan · 10 years ago
  25. 10bf2f7 cgroup: fix fail path in cgroup_load_subsys() by Vladimir Davydov · 10 years ago
  26. 0be8669 cgroup: fix missing unlock on error in cgroup_load_subsys() by Wei Yongjun · 10 years ago
  27. b85d204 cgroup: remove for_each_root_subsys() by Tejun Heo · 10 years ago
  28. 1c6727a cgroup: implement for_each_css() by Tejun Heo · 10 years ago
  29. c81c925a cgroup: factor out cgroup_subsys_state creation into create_css() by Tejun Heo · 10 years ago
  30. 9d403e9 cgroup: combine css handling loops in cgroup_create() by Tejun Heo · 10 years ago
  31. 0d80255 cgroup: reorder operations in cgroup_create() by Tejun Heo · 10 years ago
  32. 780cd8b cgroup: make for_each_subsys() useable under cgroup_root_mutex by Tejun Heo · 10 years ago
  33. 87fb54f cgroup: css iterations and css_from_dir() are safe under cgroup_mutex by Tejun Heo · 10 years ago
  34. e58e1ca Merge branch 'for-3.13-fixes' into for-3.14 by Tejun Heo · 10 years ago
  35. 266ccd5 cgroup: fix cgroup_create() error handling path by Tejun Heo · 10 years ago
  36. 6612f05 cgroup: unify pidlist and other file handling by Tejun Heo · 10 years ago
  37. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  38. 7da1127 cgroup: attach cgroup_open_file to all cgroup files by Tejun Heo · 10 years ago
  39. 5d22444 cgroup: generalize cgroup_pidlist_open_file by Tejun Heo · 10 years ago
  40. 896f519 cgroup: unify read path so that seq_file is always used by Tejun Heo · 10 years ago
  41. a742c59 cgroup: unify cgroup_write_X64() and cgroup_write_string() by Tejun Heo · 10 years ago
  42. 6e0755b cgroup: remove cftype->read(), ->read_map() and ->write() by Tejun Heo · 10 years ago
  43. afb2bc1 cgroup: don't guarantee cgroup.procs is sorted if sane_behavior by Tejun Heo · 11 years ago
  44. 0450236 cgroup: remove cgroup_pidlist->use_count by Tejun Heo · 11 years ago
  45. 4bac00d cgroup: load and release pidlists from seq_file start and stop respectively by Tejun Heo · 11 years ago
  46. 069df3b cgroup: remove cgroup_pidlist->rwsem by Tejun Heo · 11 years ago
  47. e6b8171 cgroup: refactor cgroup_pidlist_find() by Tejun Heo · 11 years ago
  48. 6223685 cgroup: introduce struct cgroup_pidlist_open_file by Tejun Heo · 11 years ago
  49. b1a2136 cgroup: implement delayed destruction for cgroup_pidlist by Tejun Heo · 11 years ago
  50. b9f3cec cgroup: remove cftype->release() by Tejun Heo · 11 years ago
  51. ac1e69a cgroup: don't skip seq_open on write only opens on pidlist files by Tejun Heo · 11 years ago
  52. c729b11e cgroup: Merge branch 'for-3.13-fixes' into for-3.14 by Tejun Heo · 11 years ago
  53. e605b36 cgroup: fix cgroup_subsys_state leak for seq_files by Tejun Heo · 11 years ago
  54. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 11 years ago
  55. b36824c cgroup: unexport cgroup_css() and remove __file_cft() by Tejun Heo · 11 years ago
  56. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 11 years ago
  57. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 11 years ago
  58. e5fca24 cgroup: use a dedicated workqueue for cgroup destruction by Tejun Heo · 11 years ago
  59. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  60. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  61. 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
  62. ea84753 cgroup: fix to break the while loop in cgroup_attach_task() correctly by Anjana V Kumar · 11 years ago
  63. 2ff2a7d cgroup: kill css_id by Li Zefan · 11 years ago
  64. 58b79a9 cgroup: fix cgroup post-order descendant walk of empty subtree by Tejun Heo · 11 years ago
  65. 4e10f3c Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.c by Al Viro · 11 years ago
  66. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  67. bb78a92 cgroup: fix rmdir EBUSY regression in 3.11 by Hugh Dickins · 11 years ago
  68. d162596 cgroup: fix cgroup_css() invocation in css_from_id() by Tejun Heo · 11 years ago
  69. 7c918cb cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp() by Tejun Heo · 11 years ago
  70. 7941cb0 cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  71. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  72. ca8bdca cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys by Tejun Heo · 11 years ago
  73. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  74. 6e6eab0 cgroup: fix cgroup_write_event_control() by Tejun Heo · 11 years ago
  75. 0bfb4aa cgroup: fix subsystem file accesses on the root cgroup by Tejun Heo · 11 years ago
  76. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  77. 930913a cgroup: use css_get() in cgroup_create() to check CSS_ROOT by Li Zhong · 11 years ago
  78. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  79. 3c14f8b cgroup: move subsys file removal to kill_css() by Tejun Heo · 11 years ago
  80. edae0c3 cgroup: factor out kill_css() by Tejun Heo · 11 years ago
  81. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  82. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  83. 223dbc3 cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item by Tejun Heo · 11 years ago
  84. ae7f164 cgroup: move cgroup->subsys[] assignment to online_css() by Tejun Heo · 11 years ago
  85. 623f926 cgroup: reorganize css init / exit paths by Tejun Heo · 11 years ago
  86. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  87. 105347b cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css by Tejun Heo · 11 years ago
  88. b77d7b6 cgroup: cgroup_css_from_dir() now should be called with RCU read locked by Tejun Heo · 11 years ago
  89. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  90. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  91. 40e93b3 cgroup: always use cgroup_css() by Tejun Heo · 11 years ago
  92. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  93. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  94. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  95. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  96. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  97. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  98. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  99. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  100. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago