1. 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
  2. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  3. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  4. 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
  5. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  6. 14611e5 cgroup: fix RCU accesses to task->cgroups by Tejun Heo · 11 years ago
  7. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  8. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  9. 02c402d cgroup: convert CFTYPE_* flags to enums by Tejun Heo · 11 years ago
  10. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  11. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  12. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  13. f63674f cgroup: update sane_behavior documentation by Tejun Heo · 11 years ago
  14. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  15. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  16. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  17. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  18. 5de0107 cgroup: clean up css_[try]get() and css_put() by Tejun Heo · 11 years ago
  19. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  20. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  21. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  22. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  23. 75501a6 cgroup: update iterators to use cgroup_next_sibling() by Tejun Heo · 11 years ago
  24. 53fa526 cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() by Tejun Heo · 11 years ago
  25. bdc7119 cgroup: make cgroup_is_removed() static by Tejun Heo · 11 years ago
  26. 3f33e64 Merge branch 'for-3.10-fixes' into for-3.11 by Tejun Heo · 11 years ago
  27. 7805d00 cgroup: fix a subtle bug in descendant pre-order walk by Tejun Heo · 11 years ago
  28. 9138125 blk-throttle: implement proper hierarchy support by Tejun Heo · 11 years ago
  29. 23958e7 cgroup.h: remove some functions that are now gone by Greg KH · 11 years ago
  30. 857a2be cgroup: implement task_cgroup_path_from_hierarchy() by Tejun Heo · 11 years ago
  31. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  32. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  33. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  34. 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
  35. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  36. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  37. 712317a cgroup: fix broken file xattrs by Li Zefan · 11 years ago
  38. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  39. 05fb22ec cgroup: remove cgrp->top_cgroup by Li Zefan · 11 years ago
  40. 873fe09 cgroup: introduce sane_behavior mount option by Tejun Heo · 11 years ago
  41. 25a7e68 move cgroupfs_root to include/linux/cgroup.h by Tejun Heo · 11 years ago
  42. 26d5bbe Revert "cgroup: remove bind() method from cgroup_subsys." by Tejun Heo · 11 years ago
  43. 78574cf cgroup: implement cgroup_is_descendant() by Li Zefan · 11 years ago
  44. 84cfb6a cgroup: remove bind() method from cgroup_subsys. by Rami Rosen · 11 years ago
  45. 479f614 cgroup: Kill subsys.active flag by Li Zefan · 11 years ago
  46. 2219449 cgroup: remove cgroup_lock_is_held() by Tejun Heo · 11 years ago
  47. b9777cf cgroup: unexport locking interface and cgroup_attach_task() by Tejun Heo · 11 years ago
  48. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  49. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 11 years ago
  50. e7b2dcc cgroup: remove cgroup_is_descendant() by Li Zefan · 11 years ago
  51. 7d8e0bf cgroup: avoid accessing modular cgroup subsys structure without locking by Li Zefan · 12 years ago
  52. 65dff75 cgroup: fix cgroup_path() vs rename() race by Li Zefan · 12 years ago
  53. be44562 cgroup: remove synchronize_rcu() from cgroup_diput() by Li Zefan · 12 years ago
  54. 12a9d2f cgroup: implement cgroup_rightmost_descendant() by Tejun Heo · 12 years ago
  55. d5b1fe6 cgroup: remove unused dummy cgroup_fork_callbacks() by Tejun Heo · 12 years ago
  56. d0b2fdd cgroup: remove obsolete guarantee from cgroup_task_migrate. by Tao Ma · 12 years ago
  57. 0a950f6 cgroup: add cgroup->id by Tejun Heo · 12 years ago
  58. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  59. 2260e7f cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ by Tejun Heo · 12 years ago
  60. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  61. b1929db cgroup: allow ->post_create() to fail by Tejun Heo · 12 years ago
  62. a31f2d3 cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers by Tejun Heo · 12 years ago
  63. 38b53ab cgroup: make CSS_* flags bit masks instead of bit positions by Tejun Heo · 12 years ago
  64. febfcef cgroup: cgroup->dentry isn't a RCU pointer by Tejun Heo · 12 years ago
  65. 574bd9f cgroup: implement generic child / descendant walk macros by Tejun Heo · 12 years ago
  66. eb6fd50 cgroup: use rculist ops for cgroup->children by Tejun Heo · 12 years ago
  67. a863803 cgroup: add cgroup_subsys->post_create() by Tejun Heo · 12 years ago
  68. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  69. bcf6de1 cgroup: make ->pre_destroy() return void by Tejun Heo · 12 years ago
  70. b25ed60 cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() by Tejun Heo · 12 years ago
  71. e931608 cgroup: kill CSS_REMOVED by Tejun Heo · 12 years ago
  72. ed957793 cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs by Tejun Heo · 12 years ago
  73. 5edee61 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 12 years ago
  74. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  75. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  76. a6f0029 cgroup: Define CGROUP_SUBSYS_COUNT according the configuration by Daniel Wagner · 12 years ago
  77. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  78. 5fc0b02 cgroup: Wrap subsystem selection macro by Daniel Wagner · 12 years ago
  79. be45c90 cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT by Daniel Wagner · 12 years ago
  80. 03b1cde cgroup: add xattr support by Aristeu Rozanski · 12 years ago
  81. 6be96a5 cgroup: remove hierarchy_mutex by Li Zefan · 12 years ago
  82. 86f82d5 cgroup: remove cgroup_subsys->populate() by Tejun Heo · 12 years ago
  83. 48ddbe1 cgroup: make css->refcnt clearing on cgroup removal optional by Tejun Heo · 12 years ago
  84. 28b4c27 cgroup: use negative bias on css->refcnt to block css_tryget() by Tejun Heo · 12 years ago
  85. 7957862 cgroup: implement cgroup_rm_cftypes() by Tejun Heo · 12 years ago
  86. 05ef1d7 cgroup: introduce struct cfent by Tejun Heo · 12 years ago
  87. db0416b cgroup: remove cgroup_add_file[s]() by Tejun Heo · 12 years ago
  88. 8e3f654 cgroup: implement cgroup_add_cftypes() and friends by Tejun Heo · 12 years ago
  89. b0ca5a8 cgroup: build list of all cgroups under a given cgroupfs_root by Tejun Heo · 12 years ago
  90. 42aee6c cgroup: revert ss_id_lock to spinlock by Hugh Dickins · 12 years ago
  91. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  92. 2452825 cgroup: move struct cgroup_pidlist out from the header file by Li Zefan · 13 years ago
  93. a63b907 cgroup: remove cgroup_attach_task_current_cg() by Li Zefan · 13 years ago
  94. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  95. a5e7ed3 cgroup: propagate mode_t by Al Viro · 13 years ago
  96. 494c167 cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() by Tejun Heo · 13 years ago
  97. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 13 years ago
  98. c1e2ee2 memcg: replace ss->id_lock with a rwlock by Andrew Bresticker · 13 years ago
  99. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  100. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago