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