1. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  2. 539c99f Merge branch 'next' into for-linus by James Morris · 14 years ago
  3. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  4. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 14 years ago
  5. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 14 years ago
  6. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  7. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  8. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  9. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  10. db1f05b vfs: add NOFOLLOW flag to umount(2) by Miklos Szeredi · 14 years ago
  11. 8089352 Mirror MS_KERNMOUNT in ->mnt_flags by Al Viro · 14 years ago
  12. d498b25 get rid of useless vfsmount_lock use in put_mnt_ns() by Al Viro · 14 years ago
  13. 9f5596a take check for new events in namespace (guts of mounts_poll()) to namespace.c by Al Viro · 14 years ago
  14. 1f70713 new helper: iterate_mounts() by Al Viro · 14 years ago
  15. 495d6c9 VFS: Clean up shared mount flag propagation by Valerie Aurora · 14 years ago
  16. 796a6b5 Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() by Al Viro · 14 years ago
  17. 27d55f1 do_add_mount() should sanitize mnt_flags by Al Viro · 14 years ago
  18. 7b43a79 mnt_flags fixes in do_remount() by Al Viro · 14 years ago
  19. df1a1ad attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared() by Al Viro · 14 years ago
  20. 8ad08d8 may_umount() needs namespace_sem by Al Viro · 14 years ago
  21. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 14 years ago
  22. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  23. a27ab9f2 LSM: Pass original mount flags to security_sb_mount(). by Tetsuo Handa · 15 years ago
  24. eca6f53 fs: fix overflow in sys_mount() for in-kernel calls by Vegard Nossum · 15 years ago
  25. 2d8dd38 vfs: mnt_want_write_file(): fix special file handling by OGAWA Hirofumi · 15 years ago
  26. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  27. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  28. 3b22edc VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper by Trond Myklebust · 15 years ago
  29. cf8d2c1 VFS: Add VFS helper functions for setting up private namespaces by Trond Myklebust · 15 years ago
  30. 616511d VFS: Uninline the function put_mnt_ns() by Trond Myklebust · 15 years ago
  31. 4aa98cf Push BKL down into do_remount_sb() by Al Viro · 15 years ago
  32. 7f78d4c Push BKL down beyond VFS-only parts of do_mount() by Al Viro · 15 years ago
  33. 6fac98d Push BKL into do_mount() by Al Viro · 15 years ago
  34. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 15 years ago
  35. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 15 years ago
  36. d3ef3d7 fs: mnt_want_write speedup by npiggin@suse.de · 15 years ago
  37. 1c755af switch lookup_mnt() by Al Viro · 15 years ago
  38. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  39. 589ff87 Switch collect_mounts() to struct path by Al Viro · 15 years ago
  40. dd5cae6 Don't bother with check_mnt() in do_add_mount() on shrinkable ones by Al Viro · 15 years ago
  41. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  42. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  43. e5d67f0 Touch all affected namespaces on propagation of mount by Al Viro · 15 years ago
  44. 613cbe3 Don't set relatime when noatime is specified by Andi Kleen · 15 years ago
  45. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  46. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 15 years ago
  47. f8ef3ed Get rid of bumping fs_struct refcount in pivot_root(2) by Al Viro · 15 years ago
  48. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  49. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 15 years ago
  50. 0a1c01c Make relatime default by Matthew Garrett · 15 years ago
  51. d0adde5 Add a strictatime mount option by Matthew Garrett · 15 years ago
  52. 1a88b53 Fix incomplete __mntput locking by Al Viro · 15 years ago
  53. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  54. bdc480e [CVE-2009-0029] System call wrappers part 10 by Heiko Carstens · 15 years ago
  55. 5cc4a03 fs/namespace.c: drop code after return by Julia Lawall · 16 years ago
  56. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  57. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  58. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  59. 0e55a7c [RFC PATCH] touch_mnt_namespace when the mount flags change by Dan Williams · 16 years ago
  60. 0a0d8a4 [PATCH] no need for noinline stuff in fs/namespace.c anymore by Al Viro · 16 years ago
  61. 2d92ab3 [PATCH] finally get rid of nameidata in namespace.c by Al Viro · 16 years ago
  62. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  63. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  64. 88b3878 [PATCH] vfs: use kstrdup() and check failing allocation by Li Zefan · 16 years ago
  65. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  66. 5c752ad Use WARN() in fs/ by Arjan van de Ven · 16 years ago
  67. 2069f45 LSM/SELinux: show LSM mount options in /proc/mounts by Eric Paris · 16 years ago
  68. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  69. 7ec02ef vfs: remove lives_below_in_same_fs() by Jan Blunck · 16 years ago
  70. 8794b5b quota: remove superfluous DQUOT_OFF() in fs/namespace.c by Jan Kara · 16 years ago
  71. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  72. 97e7e0f [patch 7/7] vfs: mountinfo: show dominating group id by Miklos Szeredi · 16 years ago
  73. 2d4d486 [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo by Ram Pai · 16 years ago
  74. a1a2c40 [patch 5/7] vfs: mountinfo: allow using process root by Miklos Szeredi · 16 years ago
  75. 719f5d7 [patch 4/7] vfs: mountinfo: add mount peer group ID by Miklos Szeredi · 16 years ago
  76. 73cd49e [patch 3/7] vfs: mountinfo: add mount ID by Miklos Szeredi · 16 years ago
  77. 8c3ee42 [PATCH] get rid of more nameidata passing in namespace.c by Al Viro · 16 years ago
  78. b5266eb [PATCH] switch a bunch of LSM hooks from nameidata to path by Al Viro · 16 years ago
  79. 1a60a28 [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() by Al Viro · 16 years ago
  80. 2e4b7fc [PATCH] r/o bind mounts: honor mount writer counts at remount by Dave Hansen · 16 years ago
  81. 3d73363 [PATCH] r/o bind mounts: track numbers of writers to mounts by Dave Hansen · 16 years ago
  82. 8366025 [PATCH] r/o bind mounts: stub functions by Dave Hansen · 16 years ago
  83. 6758f95 [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lock by Al Viro · 16 years ago
  84. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  85. bcc5c7d [PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts() by Al Viro · 16 years ago
  86. 7c4b93d [PATCH] count ghost references to vfsmounts by Al Viro · 16 years ago
  87. 1a39068 [PATCH] reduce stack footprint in namespace.c by Al Viro · 16 years ago
  88. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  89. ac748a0 Make set_fs_{root,pwd} take a struct path by Jan Blunck · 16 years ago
  90. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  91. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  92. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  93. 429731b Remove path_release_on_umount() by Jan Blunck · 16 years ago
  94. 2dafe1c reduce large do_mount stack usage with noinlines by Eric Sandeen · 16 years ago
  95. b3b304a mount options: add generic_show_options() by Miklos Szeredi · 16 years ago
  96. 13f14b4 Use ilog2() in fs/namespace.c by Eric Dumazet · 16 years ago
  97. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  98. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  99. 8aec080 [PATCH] new helpers - collect_mounts() and release_collected_mounts() by Al Viro · 17 years ago
  100. 8bf9725 pid namespaces: introduce MS_KERNMOUNT flag by Pavel Emelyanov · 17 years ago