1. f488443 namei: take O_NOFOLLOW treatment into do_last() by Al Viro · 9 years ago
  2. 34b128f uninline walk_component() by Al Viro · 9 years ago
  3. 37882db SECURITY: remove nameidata arg from inode_follow_link. by NeilBrown · 9 years ago
  4. f15133d path_openat(): fix double fput() by Al Viro · 9 years ago
  5. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 9 years ago
  6. 3cab989 RCU pathwalk breakage when running into a symlink overmounting something by Al Viro · 9 years ago
  7. 4bbcbd3 VFS: Make pathwalk use d_is_reg() rather than S_ISREG() by David Howells · 9 years ago
  8. 698934d VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk by David Howells · 9 years ago
  9. 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 9 years ago
  10. 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 9 years ago
  11. fd2f7cb kill struct filename.separate by Al Viro · 9 years ago
  12. 6e8a1f8 switch path_init() to struct filename by Al Viro · 9 years ago
  13. 668696d switch path_mountpoint() to struct filename by Al Viro · 9 years ago
  14. 5eb6b49 switch path_lookupat() to struct filename by Al Viro · 9 years ago
  15. 94b5d26 getname_flags(): clean up a bit by Al Viro · 9 years ago
  16. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  17. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 9 years ago
  18. fd3522f audit: enable filename recording via getname_kernel() by Paul Moore · 9 years ago
  19. cbaab2d simpler calling conventions for filename_mountpoint() by Al Viro · 9 years ago
  20. 5168910 fs: create proper filename objects using getname_kernel() by Paul Moore · 9 years ago
  21. 0851854 fs: rework getname_kernel to handle up to PATH_MAX sized filenames by Paul Moore · 9 years ago
  22. fa14a0b cut down the number of do_path_lookup() callers by Al Viro · 9 years ago
  23. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  24. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  25. d465887 fs/namei.c: fold link_path_walk() call into path_init() by Al Viro · 10 years ago
  26. 980f3ea path_init(): don't bother with LOOKUP_PARENT in argument by Al Viro · 10 years ago
  27. 893b777 fs/namei.c: new helper (path_cleanup()) by Al Viro · 10 years ago
  28. 5e53084 path_init(): store the "base" pointer to file in nameidata itself by Al Viro · 10 years ago
  29. 1f55a6e make nameidata completely opaque outside of fs/namei.c by Al Viro · 10 years ago
  30. 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  31. 69a91c2 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
  32. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  33. 0d7a855 vfs: add RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  34. 787fb6b vfs: add whiteout support by Miklos Szeredi · 10 years ago
  35. cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
  36. bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
  37. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  38. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  39. 115cbfd let path_init() failures treated the same way as subsequent link_path_walk() by Al Viro · 10 years ago
  40. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  41. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  42. 8ed936b vfs: Lazily remove mounts on unlinked files and directories. by Eric W. Biederman · 11 years ago
  43. 7af1364 vfs: Don't allow overwriting mounts in the current mount namespace by Eric W. Biederman · 11 years ago
  44. 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
  45. a060dc5 vfs: workaround gcc <4.6 build error in link_path_walk() by James Hogan · 10 years ago
  46. d6bb3e9 vfs: simplify and shrink stack frame of link_path_walk() by Linus Torvalds · 10 years ago
  47. 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  48. 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
  49. 4023bfc be careful with nd->inode in path_init() and follow_dotdot_rcu() by Al Viro · 10 years ago
  50. 7bd8837 don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() by Al Viro · 10 years ago
  51. f5be3e2912 fix bogus read_seqretry() checks introduced in b37199e by Al Viro · 10 years ago
  52. 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  53. 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 10 years ago
  54. d03b29a namei: trivial fix to vfs_rename_dir comment by J. Bruce Fields · 10 years ago
  55. b8faf03 VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode. by NeilBrown · 10 years ago
  56. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  57. 295dc39 fs: umount on symlink leaks mnt count by Vasily Averin · 10 years ago
  58. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  59. 2221331 fix races between __d_instantiate() and checks of dentry flags by Al Viro · 10 years ago
  60. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  61. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  62. 5d826c8 new helper: readlink_copy() by Al Viro · 10 years ago
  63. 4d35950 namei.c: move EXPORT_SYMBOL to corresponding definitions by Al Viro · 10 years ago
  64. 0018d8b get_write_access() is inlined, exporting it is pointless by Al Viro · 10 years ago
  65. da1ce06 vfs: add cross-rename by Miklos Szeredi · 10 years ago
  66. 0b3974e security: add flags to rename hooks by Miklos Szeredi · 10 years ago
  67. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  68. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  69. bc27027 vfs: rename: use common code for dir and non-dir by Miklos Szeredi · 10 years ago
  70. de22a4c vfs: rename: move d_move() up by Miklos Szeredi · 10 years ago
  71. 44b1d53 vfs: add d_is_dir() by Miklos Szeredi · 10 years ago
  72. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  73. b37199e rcuwalk: recheck mount_lock after mountpoint crossing attempts by Al Viro · 10 years ago
  74. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 10 years ago
  75. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 10 years ago
  76. d22e633 Fix mountpoint reference leakage in linkat by Oleg Drokin · 10 years ago
  77. 9115eac vfs: unexport the getname() symbol by Jeff Layton · 10 years ago
  78. 2982baa fs: add get_acl helper by Christoph Hellwig · 11 years ago
  79. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  80. d870b4a fix bogus path_put() of nd->root after some unlazy_walk() failures by Al Viro · 11 years ago
  81. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  82. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  83. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  84. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  85. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  86. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  87. 9accbb9 namei: minor vfs_unlink cleanup by J. Bruce Fields · 12 years ago
  88. 6cedba8 vfs: take i_mutex on renamed file by J. Bruce Fields · 12 years ago
  89. 13a2c3b dcache: fix outdated DCACHE_NEED_LOOKUP comment by J. Bruce Fields · 11 years ago
  90. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  91. 8b61e74 get rid of {lock,unlock}_rcu_walk() by Al Viro · 11 years ago
  92. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  93. 14e972b audit: add child record before the create to handle case where create fails by Jeff Layton · 11 years ago
  94. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  95. 606d6fe fs/namei.c: fix new kernel-doc warning by Randy Dunlap · 11 years ago
  96. 03da633 atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c by Al Viro · 11 years ago
  97. 116cc02 vfs: don't set FILE_CREATED before calling ->atomic_open() by Miklos Szeredi · 11 years ago
  98. bcceeeb Add missing unlocks to error paths of mountpoint_last. by Dave Jones · 11 years ago
  99. 443ed25 ... and fold the renamed __vfs_follow_link() into its only caller by Al Viro · 11 years ago
  100. 4aa3289 fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago