1. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  2. 0adb070 cgroup: remove cftype_set by Tejun Heo · 10 years ago
  3. 86bf4b6 cgroup: warn if "xattr" is specified with "sane_behavior" by Tejun Heo · 10 years ago
  4. 2bd59d4 cgroup: convert to kernfs by Tejun Heo · 10 years ago
  5. 59f5296 cgroup: misc preps for kernfs conversion by Tejun Heo · 10 years ago
  6. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 10 years ago
  7. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 10 years ago
  8. de00ffa cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes() 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. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 10 years ago
  13. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  14. 3ed80a6 cgroup: drop module support by Tejun Heo · 10 years ago
  15. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 10 years ago
  16. b85d204 cgroup: remove for_each_root_subsys() by Tejun Heo · 10 years ago
  17. 6612f05 cgroup: unify pidlist and other file handling by Tejun Heo · 10 years ago
  18. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  19. 7da1127 cgroup: attach cgroup_open_file to all cgroup files by Tejun Heo · 10 years ago
  20. 6e0755b cgroup: remove cftype->read(), ->read_map() and ->write() by Tejun Heo · 10 years ago
  21. afb2bc1 cgroup: don't guarantee cgroup.procs is sorted if sane_behavior by Tejun Heo · 11 years ago
  22. b9f3cec cgroup: remove cftype->release() by Tejun Heo · 11 years ago
  23. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 11 years ago
  24. b36824c cgroup: unexport cgroup_css() and remove __file_cft() by Tejun Heo · 11 years ago
  25. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 11 years ago
  26. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 11 years ago
  27. 2ff2a7d cgroup: kill css_id by Li Zefan · 11 years ago
  28. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  29. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  30. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  31. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  32. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  33. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  34. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  35. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  36. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  37. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  38. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  39. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  40. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  41. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  42. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  43. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  44. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  45. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  46. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  47. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  48. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  49. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  50. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  51. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  52. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  53. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  54. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  55. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  56. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 11 years ago
  57. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 11 years ago
  58. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  59. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  60. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  61. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  62. 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
  63. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  64. 14611e5 cgroup: fix RCU accesses to task->cgroups by Tejun Heo · 11 years ago
  65. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  66. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  67. 02c402d cgroup: convert CFTYPE_* flags to enums by Tejun Heo · 11 years ago
  68. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  69. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  70. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  71. f63674f cgroup: update sane_behavior documentation by Tejun Heo · 11 years ago
  72. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  73. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  74. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  75. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  76. 5de0107 cgroup: clean up css_[try]get() and css_put() by Tejun Heo · 11 years ago
  77. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  78. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  79. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  80. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  81. 75501a6 cgroup: update iterators to use cgroup_next_sibling() by Tejun Heo · 11 years ago
  82. 53fa526 cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() by Tejun Heo · 11 years ago
  83. bdc7119 cgroup: make cgroup_is_removed() static by Tejun Heo · 11 years ago
  84. 3f33e64 Merge branch 'for-3.10-fixes' into for-3.11 by Tejun Heo · 11 years ago
  85. 7805d00 cgroup: fix a subtle bug in descendant pre-order walk by Tejun Heo · 11 years ago
  86. 9138125 blk-throttle: implement proper hierarchy support by Tejun Heo · 11 years ago
  87. 23958e7 cgroup.h: remove some functions that are now gone by Greg KH · 11 years ago
  88. 857a2be cgroup: implement task_cgroup_path_from_hierarchy() by Tejun Heo · 11 years ago
  89. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 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. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  95. 712317a cgroup: fix broken file xattrs by Li Zefan · 11 years ago
  96. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  97. 05fb22ec cgroup: remove cgrp->top_cgroup by Li Zefan · 11 years ago
  98. 873fe09 cgroup: introduce sane_behavior mount option by Tejun Heo · 11 years ago
  99. 25a7e68 move cgroupfs_root to include/linux/cgroup.h by Tejun Heo · 11 years ago
  100. 26d5bbe Revert "cgroup: remove bind() method from cgroup_subsys." by Tejun Heo · 11 years ago