1. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. bb4fbf0 mnt: In propgate_umount handle visiting mounts in any order by Eric W. Biederman · 8 years ago
  3. e260db7 mnt: In umount propagation reparent in a separate pass by Eric W. Biederman · 7 years ago
  4. 5feec54 fs: Better permission checking for submounts am: d3381fab77 by Eric W. Biederman · 7 years ago
  5. d4ffcb8 mnt: Tuck mounts under others instead of creating shadow/side mounts. by Eric W. Biederman · 7 years ago
  6. d3381fa fs: Better permission checking for submounts 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. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  9. 29f888e ANDROID: vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 8 years ago
  10. 1aaf05b ANDROID: mnt: Add filesystem private data to mount points by Daniel Rosenberg · 8 years ago
  11. 1a62a0f mnt: Protect the mountpoint hashtable with mount_lock by Eric W. Biederman · 7 years ago
  12. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  13. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  14. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. d2921684 mnt: Add a per mount namespace limit on the number of mounts by Eric W. Biederman · 8 years ago
  16. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  17. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  18. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  19. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  20. 537f7cc mntns: Add a limit on the number of mount namespaces. by Eric W. Biederman · 8 years ago
  21. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  22. 48c4565 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. e06b933 namespace: update event counter when umounting a deleted dentry by Andrey Ulanov · 8 years ago
  24. 380cf5b fs: Treat foreign mounts as nosuid by Andy Lutomirski · 8 years ago
  25. 67690f9 userns: Remove implicit MNT_NODEV fragility. by Eric W. Biederman · 8 years ago
  26. a1935c1 mnt: Simplify mount_too_revealing by Eric W. Biederman · 8 years ago
  27. a001e74 mnt: Move the FS_USERNS_MOUNT check into sget_userns by Eric W. Biederman · 8 years ago
  28. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 8 years ago
  29. 695e9df mnt: Account for MS_RDONLY in fs_fully_visible by Eric W. Biederman · 8 years ago
  30. d71ed6c mnt: fs_fully_visible test the proper mount for MNT_LOCKED by Eric W. Biederman · 8 years ago
  31. 97c1df3 mnt: If fs_fully_visible fails call put_filesystem. by Eric W. Biederman · 8 years ago
  32. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  33. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. b40ef86 saner calling conventions for copy_mount_options() by Al Viro · 8 years ago
  35. 25ab4c9 fs/namespace.c: path_is_under can be boolean by Yaowei Bai · 9 years ago
  36. 95ace75 locks: Don't allow mounts in user namespaces to enable mandatory locking by Eric W. Biederman · 9 years ago
  37. 9e8925b locks: Allow disabling mandatory locking at compile time by Jeff Layton · 9 years ago
  38. 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  39. fe78fcc mnt: In detach_mounts detach the appropriate unmounted mount by Eric W. Biederman · 9 years ago
  40. f2d0a12 mnt: Clarify and correct the disconnect logic in umount_tree by Eric W. Biederman · 9 years ago
  41. 77b1a97d mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC by Eric W. Biederman · 9 years ago
  42. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  43. 7236c85 mnt: Update fs_fully_visible to test for permanently empty directories by Eric W. Biederman · 9 years ago
  44. ceeb0e5 vfs: Ignore unlocked mounts in fs_fully_visible by Eric W. Biederman · 9 years ago
  45. ede1bf0 fs: use seq_open_private() for proc_mounts by Yann Droneaud · 9 years ago
  46. 8c6cf9c mnt: Modify fs_fully_visible to deal with locked ro nodev and atime by Eric W. Biederman · 9 years ago
  47. 1b852bc mnt: Refactor the logic for mounting sysfs and proc in a user namespace by Eric W. Biederman · 9 years ago
  48. 294d71f new helper: __legitimize_mnt() by Al Viro · 9 years ago
  49. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 9 years ago
  50. e0c9c0a mnt: Update detach_mounts to leave mounts connected by Eric W. Biederman · 9 years ago
  51. f53e579 mnt: Fix the error check in __detach_mounts by Eric W. Biederman · 9 years ago
  52. ce07d89 mnt: Honor MNT_LOCKED when detaching mounts by Eric W. Biederman · 9 years ago
  53. 6a46c57 mnt: Factor umount_mnt from umount_tree by Eric W. Biederman · 9 years ago
  54. 7bdb11de mnt: Factor out unhash_mnt from detach_mnt and umount_tree by Eric W. Biederman · 9 years ago
  55. cd4a401 mnt: Fail collect_mounts when applied to unmounted mounts by Eric W. Biederman · 9 years ago
  56. 5d88457 mnt: On an unmount propagate clearing of MNT_LOCKED by Eric W. Biederman · 9 years ago
  57. 411a938b mnt: Delay removal from the mount hash. by Eric W. Biederman · 9 years ago
  58. 590ce4bc mnt: Add MNT_UMOUNT flag by Eric W. Biederman · 9 years ago
  59. c003b26 mnt: In umount_tree reuse mnt_list instead of mnt_hash by Eric W. Biederman · 9 years ago
  60. 8318e66 mnt: Don't propagate umounts in __detach_mounts by Eric W. Biederman · 9 years ago
  61. e819f15 mnt: Improve the umount_tree flags by Eric W. Biederman · 9 years ago
  62. a3b3c56 mnt: Use hlist_move_list in namespace_unlock by Eric W. Biederman · 9 years ago
  63. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  64. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  65. fcc139a fs/namespace: convert devname allocation to kstrdup_const by Andrzej Hajda · 9 years ago
  66. 87b95ce switch the IO-triggering parts of umount to fs_pin by Al Viro · 9 years ago
  67. c297abf mnt: Fix a memory stomp in umount by Eric W. Biederman · 9 years ago
  68. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  69. e149ed2 take the targets of /proc/*/ns/* symlinks to separate fs by Al Viro · 10 years ago
  70. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  71. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  72. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  73. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  74. 58be2825 make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns by Al Viro · 10 years ago
  75. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  76. 4fed655 mnt: Clear mnt_expire during pivot_root by Eric W. Biederman · 10 years ago
  77. 381cacb mnt: Carefully set CL_UNPRIVILEGED in clone_mnt by Eric W. Biederman · 10 years ago
  78. 8486a78 mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers. by Eric W. Biederman · 10 years ago
  79. da362b0 umount: Do not allow unmounting rootfs. by Eric W. Biederman · 10 years ago
  80. b2f5d4d umount: Disallow unprivileged mount force by Eric W. Biederman · 10 years ago
  81. 3e18664 mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount by Eric W. Biederman · 10 years ago
  82. c771d68 vfs: introduce clone_private_mount() by Miklos Szeredi · 10 years ago
  83. ce9d7f7 Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
  84. 0d08260 mnt: Prevent pivot_root from creating a loop in the mount tree by Eric W. Biederman · 10 years ago
  85. 0ef3a56 Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
  86. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  87. b8850d1 fs: namespace: suppress 'may be used uninitialized' warnings by Tim Gardner · 10 years ago
  88. 80b5dce vfs: Add a function to lazily unmount all mounts from any dentry. by Eric W. Biederman · 11 years ago
  89. e2dfa93 vfs: factor out lookup_mountpoint from new_mountpoint by Eric W. Biederman · 10 years ago
  90. 0a5eb7c vfs: Keep a list of mounts on a mount point by Eric W. Biederman · 11 years ago
  91. 7af1364 vfs: Don't allow overwriting mounts in the current mount namespace by Eric W. Biederman · 11 years ago
  92. 9ea459e1 delayed mntput by Al Viro · 10 years ago
  93. a1480dc fs: Add a missing permission check to do_umount by Andy Lutomirski · 10 years ago
  94. 81b6b06 fix EBUSY on umount() from MNT_SHRINKABLE by Al Viro · 10 years ago
  95. 88b368f get rid of propagate_umount() mistakenly treating slaves as busy. by Al Viro · 10 years ago
  96. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  97. 12a5b52 fix copy_tree() regression by Al Viro · 10 years ago
  98. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  99. 3064c35 death to mnt_pinned by Al Viro · 10 years ago
  100. 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 10 years ago