1. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. 0da0b7f afs: Display manually added cells in dynamic root mount by David Howells · 6 years ago
  3. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  4. d8aed84 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  5. f956d08a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  6. 9c50eaf Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  7. af04fad Revert "fs: fold open_check_o_direct into do_dentry_open" by Al Viro · 6 years ago
  8. 8767712 rmdir(),rename(): do shrink_dcache_parent() only on success by Al Viro · 6 years ago
  9. 55956b5 vfs: Allow userns root to call mknod on owned filesystems. by Eric W. Biederman · 6 years ago
  10. 593d1ce vfs: Don't allow changing the link count of an inode with an invalid uid or gid by Eric W. Biederman · 7 years ago
  11. 030c7e0 vfs: namei: use path_equal() in follow_dotdot() by Danilo Krummrich · 7 years ago
  12. fd3b36d Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. 30ce4d1 getname_kernel() needs to make sure that ->name != ->iname in long case by Al Viro · 7 years ago
  14. 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  15. 8613a20 make lookup_one_len() safe to use with directory locked shared by Al Viro · 7 years ago
  16. 88d8331 new helper: __lookup_slow() by Al Viro · 7 years ago
  17. 3c95f0d merge common parts of lookup_one_len{,_unlocked} into common helper by Al Viro · 7 years ago
  18. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  19. 2e08edc Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  20. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  21. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  22. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  23. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  24. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  25. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  26. ee81feb fs: add do_renameat2() helper; remove internal call to sys_renameat2() by Dominik Brodowski · 7 years ago
  27. a03ece5 fold lookup_real() into __lookup_hash() by Al Viro · 7 years ago
  28. cab64df fs: fold open_check_o_direct into do_dentry_open by Christoph Hellwig · 7 years ago
  29. ea841ba audit: add refused symlink to audit_names by Richard Guy Briggs · 7 years ago
  30. 94b9d9b audit: remove path param from link denied function by Richard Guy Briggs · 7 years ago
  31. 1c949843 vfs: make sure struct filename->iname is word-aligned by Rasmus Villemoes · 7 years ago
  32. 95dd775 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 7 years ago
  33. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  34. 8b0fdf6 Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. 2afe738 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  36. 4bfd054 fs: fold __inode_permission() into inode_permission() by Eric Biggers · 7 years ago
  37. 8e6c848 new primitive: vfs_mkobj() by Al Viro · 7 years ago
  38. bbc3e47 userns: Don't fail follow_automount based on s_user_ns by Eric W. Biederman · 7 years ago
  39. 5d38f04 autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored" by Ian Kent · 7 years ago
  40. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  42. da2f136 fs: expose do_unlinkat for built-in callers by Christoph Hellwig · 7 years ago
  43. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  44. 684e73b vfs: remove unneeded unlikely() by Hirofumi Nakagawa · 7 years ago
  45. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  46. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  47. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  48. 42f4614 autofs: fix AT_NO_AUTOMOUNT not being honored by Ian Kent · 7 years ago
  49. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  50. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  51. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  53. 49d31c2 dentry name snapshots by Al Viro · 7 years ago
  54. cdf0122 VFS: Provide empty name qstr by David Howells · 7 years ago
  55. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  56. cc658db fs: Reorder inode_owner_or_capable() to avoid needless by Kees Cook · 7 years ago
  57. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 7 years ago
  58. 0117d42 fs: add a blank lines on some kernel-doc comments by Mauro Carvalho Chehab · 7 years ago
  59. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  61. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  62. 4f757f3 make sure that mntns_install() doesn't end up with referral for root by Al Viro · 8 years ago
  63. 9389386 path_init(): don't bother with checking MAY_EXEC for LOOKUP_ROOT by Al Viro · 8 years ago
  64. c0eb027 vfs: don't do RCU lookup of empty pathnames by Linus Torvalds · 8 years ago
  65. 2a4c224 fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checks by Stephen Smalley · 8 years ago
  66. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  67. f6c99aa Merge branch 'work.namei' into for-linus by Al Viro · 8 years ago
  68. af7bd4d vfs: create vfs helper vfs_tmpfile() by Amir Goldstein · 8 years ago
  69. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  70. 1328c72 vfs: open() with O_CREAT should not create inodes with unknown ids by Seth Forshee · 8 years ago
  71. 4675ac3 namei.c: split unlazy_walk() by Al Viro · 8 years ago
  72. a89f833 namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate() by Al Viro · 8 years ago
  73. 209a7fb lookup_fast(): clean up the logics around the fallback to non-rcu mode by Al Viro · 8 years ago
  74. ad1633a namei: fold unlazy_link() into its sole caller by Al Viro · 8 years ago
  75. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  76. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  77. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  78. 9763f7a Merge branch 'work.autofs' into for-linus by Al Viro · 8 years ago
  79. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  80. 8d3e293 Revert "vfs: rename: check backing inode being equal" by Miklos Szeredi · 8 years ago
  81. d16744e vfs: make generic_readlink() static by Miklos Szeredi · 8 years ago
  82. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  83. 76fca90 vfs: default to generic_readlink() by Miklos Szeredi · 8 years ago
  84. fd4a0ed vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  85. 8f64fb1 namei: fold should_follow_link() with the step into not-followed link by Al Viro · 8 years ago
  86. 31d66bc namei: pass both WALK_GET and WALK_MORE to should_follow_link() by Al Viro · 8 years ago
  87. 1c4ff1a namei: invert WALK_PUT logics by Al Viro · 8 years ago
  88. 7f49b47 namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link() by Al Viro · 8 years ago
  89. ba8f461 namei: saner calling conventions for mountpoint_last() by Al Viro · 8 years ago
  90. c1d4dd2 namei.c: get rid of user_path_parent() by Al Viro · 8 years ago
  91. f0bb5aa vfs: misc struct path constification by Al Viro · 8 years ago
  92. fb5f51c vfs: change d_manage() to take a struct path by Ian Kent · 8 years ago
  93. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  94. d60874c vfs: add vfs_get_link() helper by Miklos Szeredi · 8 years ago
  95. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  96. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  97. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  98. 598e3c8 vfs: update ovl inode before relatime check by Miklos Szeredi · 8 years ago
  99. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  100. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago