1. 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
  2. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  3. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  4. 80f4c87 cgroup: Do not depend on a given order when populating the subsys array by Daniel Wagner · 12 years ago
  5. 5fc0b02 cgroup: Wrap subsystem selection macro by Daniel Wagner · 12 years ago
  6. be45c90 cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT by Daniel Wagner · 12 years ago
  7. a1a71b4 cgroup: rename subsys_bits to subsys_mask by Aristeu Rozanski · 12 years ago
  8. 03b1cde cgroup: add xattr support by Aristeu Rozanski · 12 years ago
  9. 13af07d cgroup: revise how we re-populate root directory by Aristeu Rozanski · 12 years ago
  10. 614a6d43 Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  11. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  12. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  13. ce27e31 cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode by Tejun Heo · 12 years ago
  14. 5db9a4d cgroup: fix cgroup hierarchy umount race by Tejun Heo · 12 years ago
  15. 7db5b3c Revert "cgroup: superblock can't be released with active dentries" by Tejun Heo · 12 years ago
  16. 8e3bbf4 cgroups: Account for CSS_DEACT_BIAS in __css_put by Salman Qazi · 13 years ago
  17. 6be96a5 cgroup: remove hierarchy_mutex by Li Zefan · 13 years ago
  18. 967db0e cgroup: make sure that decisions in __css_put are atomic by Salman Qazi · 13 years ago
  19. 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
  20. 91c63734 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 13 years ago
  21. fa980ca cgroup: superblock can't be released with active dentries by Tejun Heo · 13 years ago
  22. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  23. 14a590c userns: Convert cgroup permission checks to use uid_eq by Eric W. Biederman · 13 years ago
  24. c4c27fb cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads by Mike Galbraith · 13 years ago
  25. 86f82d5 cgroup: remove cgroup_subsys->populate() by Tejun Heo · 13 years ago
  26. 48ddbe1 cgroup: make css->refcnt clearing on cgroup removal optional by Tejun Heo · 13 years ago
  27. 28b4c27 cgroup: use negative bias on css->refcnt to block css_tryget() by Tejun Heo · 13 years ago
  28. 7957862 cgroup: implement cgroup_rm_cftypes() by Tejun Heo · 13 years ago
  29. 05ef1d7 cgroup: introduce struct cfent by Tejun Heo · 13 years ago
  30. f6ea937 cgroup: relocate __d_cgrp() and __d_cft() by Tejun Heo · 13 years ago
  31. db0416b cgroup: remove cgroup_add_file[s]() by Tejun Heo · 13 years ago
  32. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 13 years ago
  33. 6e6ff25 cgroup: merge cft_release_agent cftype array into the base files array by Tejun Heo · 13 years ago
  34. 8e3f654 cgroup: implement cgroup_add_cftypes() and friends by Tejun Heo · 13 years ago
  35. b0ca5a8 cgroup: build list of all cgroups under a given cgroupfs_root by Tejun Heo · 13 years ago
  36. ff4c8d5 cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir() by Tejun Heo · 13 years ago
  37. 8b5a5a9 cgroup: deprecate remount option changes by Tejun Heo · 13 years ago
  38. 8f12191 cgroup: cgroup_attach_task() could return -errno after success by Tejun Heo · 13 years ago
  39. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  40. ca464d6 memcg: let css_get_next() rely upon rcu_read_lock() by Hugh Dickins · 13 years ago
  41. 42aee6c cgroup: revert ss_id_lock to spinlock by Hugh Dickins · 13 years ago
  42. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  43. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  44. 3ce3230 cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list by Frederic Weisbecker · 13 years ago
  45. 9a4b430 cgroup: Remove wrong comment on cgroup_enable_task_cg_list() by Frederic Weisbecker · 13 years ago
  46. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  47. 61d1d21 cgroup: remove extra calls to find_existing_css_set by Mandeep Singh Baines · 13 years ago
  48. fb5d2b4 cgroup: replace tasklist_lock with rcu_read_lock by Mandeep Singh Baines · 13 years ago
  49. b78949e cgroup: simplify double-check locking in cgroup_attach_proc by Mandeep Singh Baines · 13 years ago
  50. 2452825 cgroup: move struct cgroup_pidlist out from the header file by Li Zefan · 13 years ago
  51. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  52. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  53. 0d19ea8 cgroup: fix to allow mounting a hierarchy by name by Li Zefan · 13 years ago
  54. 305f3c8 cgroup: move assignement out of condition in cgroup_attach_proc() by Dan Carpenter · 13 years ago
  55. a5e7ed3 cgroup: propagate mode_t by Al Viro · 13 years ago
  56. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  57. 7e3aa30 cgroup: Remove task_lock() from cgroup_post_fork() by Frederic Weisbecker · 13 years ago
  58. c6ca575 cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end() by Kirill A. Shutemov · 13 years ago
  59. 1c6c3fa cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static by Kirill A. Shutemov · 13 years ago
  60. 892a2b9 cgroup: only need to check oldcgrp==newgrp once by Mandeep Singh Baines · 13 years ago
  61. b07ef77 cgroup: remove redundant get/put of task struct by Mandeep Singh Baines · 13 years ago
  62. 026085e cgroup: remove redundant get/put of old css_set from migrate by Mandeep Singh Baines · 13 years ago
  63. c84cdf7 cgroup: Remove unnecessary task_lock before fetching css_set on migration by Frederic Weisbecker · 13 years ago
  64. 7e381b0e cgroup: Drop task_lock(parent) on cgroup_fork() by Frederic Weisbecker · 13 years ago
  65. 29e2136 cgroups: remove redundant get/put of css_set from css_set_check_fetched() by Mandeep Singh Baines · 13 years ago
  66. e0197aa cgroups: fix a css_set not found bug in cgroup_attach_proc by Mandeep Singh Baines · 13 years ago
  67. 494c167 cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() by Tejun Heo · 13 years ago
  68. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 13 years ago
  69. 134d337 cgroup: improve old cgroup handling in cgroup_attach_proc() by Tejun Heo · 13 years ago
  70. cd3d095 cgroup: always lock threadgroup during migration by Tejun Heo · 13 years ago
  71. 257058a threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem by Tejun Heo · 13 years ago
  72. e25e2cb cgroup: add cgroup_root_mutex by Tejun Heo · 13 years ago
  73. c1e2ee2 memcg: replace ss->id_lock with a rwlock by Andrew Bresticker · 13 years ago
  74. 77ceab8 cgroups: don't attach task to subsystem if migration failed by Ben Blum · 13 years ago
  75. 33ef6b6 cgroups: more safe tasklist locking in cgroup_attach_proc by Ben Blum · 13 years ago
  76. cdcc136 locking, sched, cgroups: Annotate release_list_lock as raw by Thomas Gleixner · 15 years ago
  77. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  78. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  79. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  80. 3bfa784 kill file_permission() completely by Al Viro · 14 years ago
  81. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  82. 2ce9738 cgroupfs: use init_cred when populating new cgroupfs mount by eparis@redhat · 14 years ago
  83. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 14 years ago
  84. d846687 cgroups: use flex_array in attach_proc by Ben Blum · 14 years ago
  85. 74a1166 cgroups: make procs file writable by Ben Blum · 14 years ago
  86. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 14 years ago
  87. 025cea9 cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu() by Lai Jiangshan · 14 years ago
  88. f2da1c4 cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu() by Lai Jiangshan · 14 years ago
  89. 30088ad cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu() by Lai Jiangshan · 14 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  91. 8d25879 cgroups: if you list_empty() a head then don't list_del() it by Phil Carmody · 14 years ago
  92. e5d1367 perf: Add cgroup support by Stephane Eranian · 14 years ago
  93. d41d5a0 cgroup: Fix cgroup_subsys::exit callback by Peter Zijlstra · 14 years ago
  94. acda472 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  95. c72a04e cgroup_fs: fix cgroup use of simple_lookup() by Al Viro · 14 years ago
  96. 3ec762a cgroups: Fix a lockdep warning at cgroup removal by Li Zefan · 14 years ago
  97. 0df6a63 switch cgroup by Al Viro · 14 years ago
  98. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  99. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  100. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago