1. 643822b vfs: spread struct mount - is_path_reachable by Al Viro · 13 years ago
  2. 676da58 vfs: spread struct mount - mnt_has_parent by Al Viro · 13 years ago
  3. 1ab5973 vfs: spread struct mount - do_umount/propagate_mount_busy by Al Viro · 13 years ago
  4. 44d964d6 vfs: spread struct mount mnt_set_mountpoint child argument by Al Viro · 13 years ago
  5. 87129cc vfs: spread struct mount - clone_mnt/copy_tree argument by Al Viro · 13 years ago
  6. 692afc3 vfs: spread struct mount - shrink_submounts/select_submounts by Al Viro · 13 years ago
  7. 761d5c3 vfs: spread struct mount - umount_tree argument by Al Viro · 13 years ago
  8. 1b8e556 vfs: the first spoils - mnt_hash moved by Al Viro · 13 years ago
  9. d5e50f7 vfs: spread struct mount to remaining users of ->mnt_hash by Al Viro · 13 years ago
  10. cb338d0 vfs: spread struct mount - clone_mnt/copy_tree result by Al Viro · 13 years ago
  11. 0f0afb1 vfs: spread struct mount - change_mnt_propagation/set_mnt_shared by Al Viro · 13 years ago
  12. b105e27 vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id by Al Viro · 13 years ago
  13. cbbe362 vfs: spread struct mount - tree_contains_unbindable by Al Viro · 13 years ago
  14. 0fb54e5 vfs: spread struct mount - attach_recursive_mnt by Al Viro · 13 years ago
  15. 4b8b21f vfs: spread struct mount - mount group id handling by Al Viro · 13 years ago
  16. 4b2619a vfs: spread struct mount - commit_tree by Al Viro · 13 years ago
  17. 419148d vfs: spread struct mount - attach_mnt/detach_mnt by Al Viro · 13 years ago
  18. 315fc83 vfs: spread struct mount - namespace.c internal iterators by Al Viro · 13 years ago
  19. c710536 vfs: spread struct mount - __lookup_mnt() result by Al Viro · 13 years ago
  20. 7d6fec4 vfs: start hiding vfsmount guts series by Al Viro · 13 years ago
  21. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  22. 79e801a vfs: make do_kern_mount() static by Al Viro · 13 years ago
  23. aa0a4cf vfs: dentry_reset_mounted() doesn't use vfsmount argument by Al Viro · 13 years ago
  24. 6c449c8 unexport put_mnt_ns(), make create_mnt_ns() static outright by Al Viro · 13 years ago
  25. afac7cb vfs: more mnt_parent cleanups by Al Viro · 13 years ago
  26. b2dba1a vfs: new internal helper: mnt_has_parent(mnt) by Al Viro · 13 years ago
  27. aa9c0e0 vfs: kill pointless helpers in namespace.c by Al Viro · 13 years ago
  28. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  29. d31da0f mount_subtree() pointless use-after-free by Al Viro · 13 years ago
  30. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  31. c133449 switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs by Al Viro · 13 years ago
  32. a877ee0 vfs: add "device" tag to /proc/self/mountstats by Bryan Schumaker · 13 years ago
  33. 815d405 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 13 years ago
  34. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  35. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  36. 7c6e984 fs/namespace.c: bound mount propagation fix by Roman Borisov · 13 years ago
  37. be85bcc Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo" by Linus Torvalds · 13 years ago
  38. 80cdc6d fs: use appropriate printk priority levels by Mandeep Singh Baines · 13 years ago
  39. b12cea9 change the locking order for namespace_sem by Al Viro · 13 years ago
  40. 27cb157 fix deadlock in pivot_root() by Al Viro · 13 years ago
  41. 9d412a4 vfs: split off vfsmount-related parts of vfs_kern_mount() by Al Viro · 13 years ago
  42. 474a00e kill simple_set_mnt() by Al Viro · 13 years ago
  43. 054cfaa Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  44. c7f404b vfs: new superblock methods to override /proc/*/mount{s,info} by Al Viro · 13 years ago
  45. 0f6e0e8 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
  46. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 13 years ago
  47. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  48. ff36fe2 LSM: Pass -o remount options to the LSM by Eric Paris · 13 years ago
  49. bf9faa2 Unlock vfsmount_lock in do_umount by J. R. Okajima · 13 years ago
  50. b1e75df tidy up around finish_automount() by Al Viro · 13 years ago
  51. 15f9a3f don't drop newmnt on error in do_add_mount() by Al Viro · 13 years ago
  52. 19a167a Take the completion of automount into new helper by Al Viro · 13 years ago
  53. 7e3d0eb0 VFS: Fix UP compile error in fs/namespace.c by Al Viro · 13 years ago
  54. f03c659 sanitize vfsmount refcounting changes by Al Viro · 13 years ago
  55. 7b8a53f fix old umount_tree() breakage by Al Viro · 13 years ago
  56. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 13 years ago
  57. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 13 years ago
  58. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 13 years ago
  59. c6653a8 fs: rename vfsmount counter helpers by Nick Piggin · 13 years ago
  60. 5f57cbc fs: dcache remove d_mounted by Nick Piggin · 13 years ago
  61. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  62. be1a16a vfs: fix infinite loop caused by clone_mnt race by Miklos Szeredi · 14 years ago
  63. 6841c05 BKL: Remove BKL from do_new_mount() by Jan Blunck · 14 years ago
  64. 7a2e8a8 VFS: Sanity check mount flags passed to change_mnt_propagation() by Valerie Aurora · 14 years ago
  65. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  66. 532490f vfs: remove unused MNT_STRICTATIME by Miklos Szeredi · 14 years ago
  67. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  68. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  69. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  70. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 14 years ago
  71. 2504c5d fsnotify/vfsmount: add fsnotify fields to struct vfsmount by Andreas Gruenbacher · 14 years ago
  72. 539c99f Merge branch 'next' into for-linus by James Morris · 14 years ago
  73. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  74. 91a9420 security: remove dead hook sb_post_pivotroot by Eric Paris · 14 years ago
  75. 3db2910 security: remove dead hook sb_post_addmount by Eric Paris · 14 years ago
  76. 82dab10 security: remove dead hook sb_post_remount by Eric Paris · 14 years ago
  77. 4b61d12 security: remove dead hook sb_umount_busy by Eric Paris · 14 years ago
  78. 231923b security: remove dead hook sb_umount_close by Eric Paris · 14 years ago
  79. 3536331 security: remove sb_check_sb hooks by Eric Paris · 14 years ago
  80. db1f05b vfs: add NOFOLLOW flag to umount(2) by Miklos Szeredi · 14 years ago
  81. 8089352 Mirror MS_KERNMOUNT in ->mnt_flags by Al Viro · 14 years ago
  82. d498b25 get rid of useless vfsmount_lock use in put_mnt_ns() by Al Viro · 14 years ago
  83. 9f5596a take check for new events in namespace (guts of mounts_poll()) to namespace.c by Al Viro · 14 years ago
  84. 1f70713 new helper: iterate_mounts() by Al Viro · 14 years ago
  85. 495d6c9 VFS: Clean up shared mount flag propagation by Valerie Aurora · 14 years ago
  86. 796a6b5 Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() by Al Viro · 14 years ago
  87. 27d55f1 do_add_mount() should sanitize mnt_flags by Al Viro · 14 years ago
  88. 7b43a79 mnt_flags fixes in do_remount() by Al Viro · 14 years ago
  89. df1a1ad attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared() by Al Viro · 14 years ago
  90. 8ad08d8 may_umount() needs namespace_sem by Al Viro · 14 years ago
  91. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 14 years ago
  92. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  93. a27ab9f2 LSM: Pass original mount flags to security_sb_mount(). by Tetsuo Handa · 15 years ago
  94. eca6f53 fs: fix overflow in sys_mount() for in-kernel calls by Vegard Nossum · 15 years ago
  95. 2d8dd38 vfs: mnt_want_write_file(): fix special file handling by OGAWA Hirofumi · 15 years ago
  96. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  97. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  98. 3b22edc VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper by Trond Myklebust · 15 years ago
  99. cf8d2c1 VFS: Add VFS helper functions for setting up private namespaces by Trond Myklebust · 15 years ago
  100. 616511d VFS: Uninline the function put_mnt_ns() by Trond Myklebust · 15 years ago