1. a060dc5 vfs: workaround gcc <4.6 build error in link_path_walk() by James Hogan · 10 years ago
  2. d6bb3e9 vfs: simplify and shrink stack frame of link_path_walk() by Linus Torvalds · 10 years ago
  3. 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  4. 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
  5. 4023bfc be careful with nd->inode in path_init() and follow_dotdot_rcu() by Al Viro · 10 years ago
  6. 7bd8837 don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() by Al Viro · 10 years ago
  7. f5be3e2912 fix bogus read_seqretry() checks introduced in b37199e by Al Viro · 10 years ago
  8. 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  9. d03b29a namei: trivial fix to vfs_rename_dir comment by J. Bruce Fields · 10 years ago
  10. b8faf03 VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode. by NeilBrown · 10 years ago
  11. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  12. 295dc39 fs: umount on symlink leaks mnt count by Vasily Averin · 10 years ago
  13. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  14. 2221331 fix races between __d_instantiate() and checks of dentry flags by Al Viro · 10 years ago
  15. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  16. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  17. 5d826c8 new helper: readlink_copy() by Al Viro · 10 years ago
  18. 4d35950 namei.c: move EXPORT_SYMBOL to corresponding definitions by Al Viro · 10 years ago
  19. 0018d8b get_write_access() is inlined, exporting it is pointless by Al Viro · 10 years ago
  20. da1ce06 vfs: add cross-rename by Miklos Szeredi · 10 years ago
  21. 0b3974e security: add flags to rename hooks by Miklos Szeredi · 10 years ago
  22. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  23. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  24. bc27027 vfs: rename: use common code for dir and non-dir by Miklos Szeredi · 10 years ago
  25. de22a4c vfs: rename: move d_move() up by Miklos Szeredi · 10 years ago
  26. 44b1d53 vfs: add d_is_dir() by Miklos Szeredi · 10 years ago
  27. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  28. b37199e rcuwalk: recheck mount_lock after mountpoint crossing attempts by Al Viro · 10 years ago
  29. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 10 years ago
  30. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 10 years ago
  31. d22e633 Fix mountpoint reference leakage in linkat by Oleg Drokin · 10 years ago
  32. 9115eac vfs: unexport the getname() symbol by Jeff Layton · 10 years ago
  33. 2982baa fs: add get_acl helper by Christoph Hellwig · 11 years ago
  34. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  35. d870b4a fix bogus path_put() of nd->root after some unlazy_walk() failures by Al Viro · 11 years ago
  36. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  37. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  39. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  40. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  41. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  42. 9accbb9 namei: minor vfs_unlink cleanup by J. Bruce Fields · 12 years ago
  43. 6cedba8 vfs: take i_mutex on renamed file by J. Bruce Fields · 12 years ago
  44. 13a2c3b dcache: fix outdated DCACHE_NEED_LOOKUP comment by J. Bruce Fields · 11 years ago
  45. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  46. 8b61e74 get rid of {lock,unlock}_rcu_walk() by Al Viro · 11 years ago
  47. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  48. 14e972b audit: add child record before the create to handle case where create fails by Jeff Layton · 11 years ago
  49. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  50. 606d6fe fs/namei.c: fix new kernel-doc warning by Randy Dunlap · 11 years ago
  51. 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
  52. 116cc02 vfs: don't set FILE_CREATED before calling ->atomic_open() by Miklos Szeredi · 11 years ago
  53. bcceeeb Add missing unlocks to error paths of mountpoint_last. by Dave Jones · 11 years ago
  54. 443ed25 ... and fold the renamed __vfs_follow_link() into its only caller by Al Viro · 11 years ago
  55. 4aa3289 fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  56. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  57. d0d2727 vfs: make sure we don't have a stale root path if unlazy_walk() fails by Linus Torvalds · 11 years ago
  58. e5c832d vfs: fix dentry RCU to refcounting possibly sleeping dput() by Linus Torvalds · 11 years ago
  59. 2d86465 introduce kern_path_mountpoint() by Al Viro · 11 years ago
  60. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  61. 3575952 take unlazy_walk() into umount_lookup_last() by Al Viro · 11 years ago
  62. 0d98439 vfs: use lockred "dead" flag to mark unrecoverably dead dentries by Linus Torvalds · 11 years ago
  63. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  64. 8033426 vfs: allow umount to handle mountpoints without revalidating them by Jeff Layton · 11 years ago
  65. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  66. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  67. f0cc6ff Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink" by Linus Torvalds · 11 years ago
  68. bb2314b fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink by Andy Lutomirski · 11 years ago
  69. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  70. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  71. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  72. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  73. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  74. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  75. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  76. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  77. 33e2208 audit: vfs: fix audit_inode call in O_CREAT case of do_last by Jeff Layton · 11 years ago
  78. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  79. dcf787f constify path_get/path_put and fs_struct.c stuff by Al Viro · 11 years ago
  80. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  81. cc2a527 lookup_slow: get rid of name argument by Al Viro · 11 years ago
  82. e97cdc8 lookup_fast: get rid of name argument by Al Viro · 11 years ago
  83. 21b9b07 get rid of name and type arguments of walk_component() by Al Viro · 11 years ago
  84. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 11 years ago
  85. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 11 years ago
  86. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  87. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 12 years ago
  88. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 12 years ago
  89. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 12 years ago
  90. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 12 years ago
  91. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 12 years ago
  92. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 12 years ago
  93. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 12 years ago
  94. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 12 years ago
  95. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  96. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  97. 741b7c3 path_init(): make -ENOTDIR failure exits consistent by Al Viro · 12 years ago
  98. 582aa64 vfs: remove unneeded permission check from path_init by Jeff Layton · 12 years ago
  99. 21d8a15 lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  100. 561ec64 VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago