1. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 54fcb23 mnt: Make propagate_umount less slow for overlapping mount propagation trees by Eric W. Biederman · 8 years ago
  3. bb4fbf0 mnt: In propgate_umount handle visiting mounts in any order by Eric W. Biederman · 8 years ago
  4. e260db7 mnt: In umount propagation reparent in a separate pass by Eric W. Biederman · 7 years ago
  5. 38ef417 ANDROID: mnt: Fix next_descendent by Daniel Rosenberg · 7 years ago
  6. d4ffcb8 mnt: Tuck mounts under others instead of creating shadow/side mounts. by Eric W. Biederman · 7 years ago
  7. 808e83e mnt: Tuck mounts under others instead of creating shadow/side mounts. by Eric W. Biederman · 7 years ago
  8. 1eea0df ANDROID: mnt: remount should propagate to slaves of slaves by Daniel Rosenberg · 7 years ago
  9. 1aaf05b ANDROID: mnt: Add filesystem private data to mount points by Daniel Rosenberg · 8 years ago
  10. d2921684 mnt: Add a per mount namespace limit on the number of mounts by Eric W. Biederman · 8 years ago
  11. 5ec0811 propogate_mnt: Handle the first propogated copy being a slave by Eric W. Biederman · 8 years ago
  12. 7ae8fd0 fs/pnode.c: treat zero mnt_group_id-s as unequal by Maxim Patlasov · 8 years ago
  13. 0c56fe3 mnt: Don't propagate unmounts to locked mounts by Eric W. Biederman · 9 years ago
  14. 5d88457 mnt: On an unmount propagate clearing of MNT_LOCKED by Eric W. Biederman · 9 years ago
  15. 411a938b mnt: Delay removal from the mount hash. by Eric W. Biederman · 9 years ago
  16. 590ce4bc mnt: Add MNT_UMOUNT flag by Eric W. Biederman · 9 years ago
  17. c003b26 mnt: In umount_tree reuse mnt_list instead of mnt_hash by Eric W. Biederman · 9 years ago
  18. 8486a78 mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers. by Eric W. Biederman · 10 years ago
  19. 88b368f get rid of propagate_umount() mistakenly treating slaves as busy. by Al Viro · 10 years ago
  20. f2ebb3a smarter propagate_mnt() by Al Viro · 10 years ago
  21. 38129a1 switch mnt_hash to hlist by Al Viro · 10 years ago
  22. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  23. 719ea2f new helpers: lock_mount_hash/unlock_mount_hash by Al Viro · 11 years ago
  24. aba809cf namespace.c: get rid of mnt_ghosts by Al Viro · 11 years ago
  25. 5d477b6 vfs: Fix invalid ida_remove() call by Takashi Iwai · 11 years ago
  26. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  27. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 11 years ago
  28. 84d17192 get rid of full-hash scan on detaching vfsmounts by Al Viro · 11 years ago
  29. 132c94e vfs: Carefully propogate mounts across user namespaces by Eric W. Biederman · 11 years ago
  30. be34d1a VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 12 years ago
  31. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 12 years ago
  32. fc7be13 vfs: switch pnode.h macros to struct mount * by Al Viro · 12 years ago
  33. 863d684 vfs: move the rest of int fields to struct mount by Al Viro · 12 years ago
  34. 15169fe vfs: mnt_id/mnt_group_id moved by Al Viro · 12 years ago
  35. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 12 years ago
  36. 6776db3d vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount by Al Viro · 12 years ago
  37. 3230192 vfs: and now we can make ->mnt_master point to struct mount by Al Viro · 12 years ago
  38. d10e8de vfs: take mnt_master to struct mount by Al Viro · 12 years ago
  39. 14cf1fa vfs: spread struct mount - remaining argument of mnt_set_mountpoint() by Al Viro · 12 years ago
  40. a8d56d8 vfs: spread struct mount - propagate_mnt() by Al Viro · 12 years ago
  41. c937135 vfs: spread struct mount - shared subtree iterators by Al Viro · 12 years ago
  42. 6fc7871 vfs: spread struct mount - get_dominating_id / do_make_slave by Al Viro · 12 years ago
  43. 6b41d53 vfs: take mnt_child/mnt_mounts to struct mount by Al Viro · 12 years ago
  44. 83adc75 vfs: spread struct mount - work with counters by Al Viro · 12 years ago
  45. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 12 years ago
  46. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 12 years ago
  47. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 12 years ago
  48. 643822b vfs: spread struct mount - is_path_reachable by Al Viro · 12 years ago
  49. 1ab5973 vfs: spread struct mount - do_umount/propagate_mount_busy by Al Viro · 12 years ago
  50. 44d964d6 vfs: spread struct mount mnt_set_mountpoint child argument by Al Viro · 12 years ago
  51. 87129cc vfs: spread struct mount - clone_mnt/copy_tree argument by Al Viro · 12 years ago
  52. 761d5c3 vfs: spread struct mount - umount_tree argument by Al Viro · 12 years ago
  53. 1b8e556 vfs: the first spoils - mnt_hash moved by Al Viro · 12 years ago
  54. cb338d0 vfs: spread struct mount - clone_mnt/copy_tree result by Al Viro · 12 years ago
  55. 0f0afb1 vfs: spread struct mount - change_mnt_propagation/set_mnt_shared by Al Viro · 12 years ago
  56. 4b8b21f vfs: spread struct mount - mount group id handling by Al Viro · 12 years ago
  57. 61ef47b vfs: spread struct mount - __propagate_umount() argument by Al Viro · 12 years ago
  58. c710536 vfs: spread struct mount - __lookup_mnt() result by Al Viro · 12 years ago
  59. afac7cb vfs: more mnt_parent cleanups by Al Viro · 12 years ago
  60. b2dba1a vfs: new internal helper: mnt_has_parent(mnt) by Al Viro · 12 years ago
  61. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 13 years ago
  62. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  63. 796a6b5 Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() by Al Viro · 14 years ago
  64. 97e7e0f [patch 7/7] vfs: mountinfo: show dominating group id by Miklos Szeredi · 16 years ago
  65. 719f5d7 [patch 4/7] vfs: mountinfo: add mount peer group ID by Miklos Szeredi · 16 years ago
  66. 4e1b36f [PATCH] umount_tree() will unhash everything itself by Al Viro · 16 years ago
  67. 6d59e7f [PATCH] move a bunch of declarations to fs/internal.h by Al Viro · 16 years ago
  68. 7c4b93d [PATCH] count ghost references to vfsmounts by Al Viro · 16 years ago
  69. 0b03cfb MNT_UNBINDABLE fix by Andries E. Brouwer · 16 years ago
  70. b5e6181 Introduce a handy list_first_entry macro by Pavel Emelianov · 17 years ago
  71. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 17 years ago
  72. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago
  73. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  74. bf066c7 [PATCH] shared mounts: cleanup by Miklos Szeredi · 18 years ago
  75. 9676f0c [PATCH] unbindable mounts by Ram Pai · 19 years ago
  76. 5afe002 [PATCH] handling of slave mounts by Ram Pai · 19 years ago
  77. a58b0eb [PATCH] introduce slave mounts by Ram Pai · 19 years ago
  78. a05964f [PATCH] shared mounts handling: umount by Ram Pai · 19 years ago
  79. b90fa9a [PATCH] shared mount handling: bind and rbind by Ram Pai · 19 years ago
  80. 03e06e6 [PATCH] introduce shared mounts by Ram Pai · 19 years ago
  81. 07b2088 [PATCH] beginning of the shared-subtree proper by Ram Pai · 19 years ago