1. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  2. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  3. d228d9e cgroup: convert to idr_alloc() by Tejun Heo · 12 years ago
  4. c897ff6 cgroup: don't use idr_remove_all() by Tejun Heo · 12 years ago
  5. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  6. 496ad9a new helper: file_inode(file) by Al Viro · 13 years ago
  7. f169007 cgroup: fail if monitored file and event_control are in different cgroup by Li Zefan · 13 years ago
  8. 810cbee cgroup: fix cgroup_rmdir() vs close(eventfd) race by Li Zefan · 13 years ago
  9. 71b5707 cgroup: fix exit() vs rmdir() race by Li Zefan · 13 years ago
  10. 9ed8a65 cgroup: remove bogus comments in cgroup_diput() by Li Zefan · 13 years ago
  11. be44562 cgroup: remove synchronize_rcu() from cgroup_diput() by Li Zefan · 13 years ago
  12. 86a3db5 cgroup: remove duplicate RCU free on struct cgroup by Li Zefan · 13 years ago
  13. fe1c06c cgroup: initialize cgrp->dentry before css_alloc() by Li Zefan · 13 years ago
  14. b5d646f cgroup: remove a NULL check in cgroup_exit() by Li Zefan · 13 years ago
  15. 2739d3c cgroup: fix bogus kernel warnings when cgroup_create() failed by Li Zefan · 13 years ago
  16. 130e369 cgroup: remove synchronize_rcu() from rebind_subsystems() by Li Zefan · 13 years ago
  17. 5d65bc0 cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}() by Li Zefan · 13 years ago
  18. 0ac801f cgroup: use new hashtable implementation by Li Zefan · 13 years ago
  19. 12a9d2f cgroup: implement cgroup_rightmost_descendant() by Tejun Heo · 13 years ago
  20. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  21. 8ec7d50 kernel: remove reference to feature-removal-schedule.txt by Tao Ma · 13 years ago
  22. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  23. f33fddc cgroup_rm_file: don't delete the uncreated files by Gao feng · 13 years ago
  24. 7083d03 cgroup: remove subsystem files when remounting cgroup by Gao feng · 13 years ago
  25. 879a3d9 cgroup: use cgroup_addrm_files() in cgroup_clear_directory() by Gao feng · 13 years ago
  26. 1f869e8 cgroup: warn about broken hierarchies only after css_online by Glauber Costa · 13 years ago
  27. 9718ceb cgroup: list_del_init() on removed events by Greg Thelen · 13 years ago
  28. 205a872 cgroup: fix lockdep warning for event_control by Greg Thelen · 13 years ago
  29. fddfb02 cgroup: move list add after list head initilization by Li Zhong · 13 years ago
  30. d0b2fdd cgroup: remove obsolete guarantee from cgroup_task_migrate. by Tao Ma · 13 years ago
  31. 0a950f6 cgroup: add cgroup->id by Tejun Heo · 13 years ago
  32. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 13 years ago
  33. 2260e7f cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ by Tejun Heo · 13 years ago
  34. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 13 years ago
  35. b1929db cgroup: allow ->post_create() to fail by Tejun Heo · 13 years ago
  36. 4b8b47e cgroup: update cgroup_create() failure path by Tejun Heo · 13 years ago
  37. b8a2df6 cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory by Tejun Heo · 13 years ago
  38. d19e19d cgroup: simplify cgroup_load_subsys() failure path by Tejun Heo · 13 years ago
  39. a31f2d3 cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers by Tejun Heo · 13 years ago
  40. 42809dd cgroup: separate out cgroup_destroy_locked() by Tejun Heo · 13 years ago
  41. 02ae748 cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys() by Tejun Heo · 13 years ago
  42. 648bb56 cgroup: lock cgroup_mutex in cgroup_init_subsys() by Tejun Heo · 13 years ago
  43. b48c6a8 cgroup: trivial cleanup for cgroup_init/load_subsys() by Tejun Heo · 13 years ago
  44. 38b53ab cgroup: make CSS_* flags bit masks instead of bit positions by Tejun Heo · 13 years ago
  45. febfcef cgroup: cgroup->dentry isn't a RCU pointer by Tejun Heo · 13 years ago
  46. 4e139af cgroup: create directory before linking while creating a new cgroup by Tejun Heo · 13 years ago
  47. 28fd6f3 cgroup: open-code cgroup_create_dir() by Tejun Heo · 13 years ago
  48. 2243076 cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() by Tejun Heo · 13 years ago
  49. 1754316 cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() by Tejun Heo · 13 years ago
  50. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
  51. 574bd9f cgroup: implement generic child / descendant walk macros by Tejun Heo · 13 years ago
  52. eb6fd50 cgroup: use rculist ops for cgroup->children by Tejun Heo · 13 years ago
  53. a863803 cgroup: add cgroup_subsys->post_create() by Tejun Heo · 13 years ago
  54. 316eb66 cgroup: set 'start' with the right value in cgroup_path. by Tao Ma · 13 years ago
  55. 5b805f2 Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 by Tejun Heo · 13 years ago
  56. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 13 years ago
  57. bcf6de1 cgroup: make ->pre_destroy() return void by Tejun Heo · 13 years ago
  58. b25ed60 cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() by Tejun Heo · 13 years ago
  59. 1a90dd5 cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy() by Tejun Heo · 13 years ago
  60. 976c06b cgroup: use cgroup_lock_live_group(parent) in cgroup_create() by Tejun Heo · 13 years ago
  61. e931608 cgroup: kill CSS_REMOVED by Tejun Heo · 13 years ago
  62. ed957793 cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs by Tejun Heo · 13 years ago
  63. d878383 Revert "cgroup: Remove task_lock() from cgroup_post_fork()" by Tejun Heo · 13 years ago
  64. 9bb7130 Revert "cgroup: Drop task_lock(parent) on cgroup_fork()" by Tejun Heo · 13 years ago
  65. 1f5320d cgroup: notify_on_release may not be triggered in some cases by Daisuke Nishimura · 13 years ago
  66. 5edee61 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 13 years ago
  67. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  68. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 13 years ago
  69. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 13 years ago
  70. 80f4c87 cgroup: Do not depend on a given order when populating the subsys array by Daniel Wagner · 13 years ago
  71. 5fc0b02 cgroup: Wrap subsystem selection macro by Daniel Wagner · 13 years ago
  72. be45c90 cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT by Daniel Wagner · 13 years ago
  73. a1a71b4 cgroup: rename subsys_bits to subsys_mask by Aristeu Rozanski · 13 years ago
  74. 03b1cde cgroup: add xattr support by Aristeu Rozanski · 13 years ago
  75. 13af07d cgroup: revise how we re-populate root directory by Aristeu Rozanski · 13 years ago
  76. 614a6d43 Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  77. 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
  78. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  79. ce27e31 cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode by Tejun Heo · 13 years ago
  80. 5db9a4d cgroup: fix cgroup hierarchy umount race by Tejun Heo · 13 years ago
  81. 7db5b3c Revert "cgroup: superblock can't be released with active dentries" by Tejun Heo · 13 years ago
  82. 8e3bbf4 cgroups: Account for CSS_DEACT_BIAS in __css_put by Salman Qazi · 13 years ago
  83. 6be96a5 cgroup: remove hierarchy_mutex by Li Zefan · 13 years ago
  84. 967db0e cgroup: make sure that decisions in __css_put are atomic by Salman Qazi · 13 years ago
  85. 365f0e1 Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  86. 91c63734 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 13 years ago
  87. fa980ca cgroup: superblock can't be released with active dentries by Tejun Heo · 13 years ago
  88. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  89. 14a590c userns: Convert cgroup permission checks to use uid_eq by Eric W. Biederman · 13 years ago
  90. c4c27fb cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads by Mike Galbraith · 13 years ago
  91. 86f82d5 cgroup: remove cgroup_subsys->populate() by Tejun Heo · 13 years ago
  92. 48ddbe1 cgroup: make css->refcnt clearing on cgroup removal optional by Tejun Heo · 13 years ago
  93. 28b4c27 cgroup: use negative bias on css->refcnt to block css_tryget() by Tejun Heo · 13 years ago
  94. 7957862 cgroup: implement cgroup_rm_cftypes() by Tejun Heo · 13 years ago
  95. 05ef1d7 cgroup: introduce struct cfent by Tejun Heo · 13 years ago
  96. f6ea937 cgroup: relocate __d_cgrp() and __d_cft() by Tejun Heo · 13 years ago
  97. db0416b cgroup: remove cgroup_add_file[s]() by Tejun Heo · 13 years ago
  98. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 13 years ago
  99. 6e6ff25 cgroup: merge cft_release_agent cftype array into the base files array by Tejun Heo · 13 years ago
  100. 8e3f654 cgroup: implement cgroup_add_cftypes() and friends by Tejun Heo · 13 years ago