1. da1ce06 vfs: add cross-rename by Miklos Szeredi · 10 years ago
  2. 0b3974e security: add flags to rename hooks by Miklos Szeredi · 10 years ago
  3. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  4. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  5. bc27027 vfs: rename: use common code for dir and non-dir by Miklos Szeredi · 10 years ago
  6. de22a4c vfs: rename: move d_move() up by Miklos Szeredi · 10 years ago
  7. 44b1d53 vfs: add d_is_dir() by Miklos Szeredi · 10 years ago
  8. b37199e rcuwalk: recheck mount_lock after mountpoint crossing attempts by Al Viro · 10 years ago
  9. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 10 years ago
  10. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 10 years ago
  11. d22e633 Fix mountpoint reference leakage in linkat by Oleg Drokin · 10 years ago
  12. 9115eac vfs: unexport the getname() symbol by Jeff Layton · 10 years ago
  13. 2982baa fs: add get_acl helper by Christoph Hellwig · 10 years ago
  14. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 10 years ago
  15. d870b4a fix bogus path_put() of nd->root after some unlazy_walk() failures by Al Viro · 11 years ago
  16. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  17. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  18. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  19. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  20. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  21. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  22. 9accbb9 namei: minor vfs_unlink cleanup by J. Bruce Fields · 12 years ago
  23. 6cedba8 vfs: take i_mutex on renamed file by J. Bruce Fields · 12 years ago
  24. 13a2c3b dcache: fix outdated DCACHE_NEED_LOOKUP comment by J. Bruce Fields · 11 years ago
  25. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  26. 8b61e74 get rid of {lock,unlock}_rcu_walk() by Al Viro · 11 years ago
  27. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  28. 14e972b audit: add child record before the create to handle case where create fails by Jeff Layton · 11 years ago
  29. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  30. 606d6fe fs/namei.c: fix new kernel-doc warning by Randy Dunlap · 11 years ago
  31. 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
  32. 116cc02 vfs: don't set FILE_CREATED before calling ->atomic_open() by Miklos Szeredi · 11 years ago
  33. bcceeeb Add missing unlocks to error paths of mountpoint_last. by Dave Jones · 11 years ago
  34. 443ed25 ... and fold the renamed __vfs_follow_link() into its only caller by Al Viro · 11 years ago
  35. 4aa3289 fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  36. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  37. d0d2727 vfs: make sure we don't have a stale root path if unlazy_walk() fails by Linus Torvalds · 11 years ago
  38. e5c832d vfs: fix dentry RCU to refcounting possibly sleeping dput() by Linus Torvalds · 11 years ago
  39. 2d86465 introduce kern_path_mountpoint() by Al Viro · 11 years ago
  40. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  41. 3575952 take unlazy_walk() into umount_lookup_last() by Al Viro · 11 years ago
  42. 0d98439 vfs: use lockred "dead" flag to mark unrecoverably dead dentries by Linus Torvalds · 11 years ago
  43. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 8033426 vfs: allow umount to handle mountpoints without revalidating them by Jeff Layton · 11 years ago
  45. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  46. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  47. f0cc6ff Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink" by Linus Torvalds · 11 years ago
  48. bb2314b fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink by Andy Lutomirski · 11 years ago
  49. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  50. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  51. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  52. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  53. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  54. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  55. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  56. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  57. 33e2208 audit: vfs: fix audit_inode call in O_CREAT case of do_last by Jeff Layton · 11 years ago
  58. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  59. dcf787f constify path_get/path_put and fs_struct.c stuff by Al Viro · 11 years ago
  60. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  61. cc2a527 lookup_slow: get rid of name argument by Al Viro · 11 years ago
  62. e97cdc8 lookup_fast: get rid of name argument by Al Viro · 11 years ago
  63. 21b9b07 get rid of name and type arguments of walk_component() by Al Viro · 11 years ago
  64. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 11 years ago
  65. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 11 years ago
  66. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  67. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 11 years ago
  68. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 11 years ago
  69. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 11 years ago
  70. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 11 years ago
  71. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 11 years ago
  72. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 11 years ago
  73. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 11 years ago
  74. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 11 years ago
  75. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 11 years ago
  76. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  77. 741b7c3 path_init(): make -ENOTDIR failure exits consistent by Al Viro · 11 years ago
  78. 582aa64 vfs: remove unneeded permission check from path_init by Jeff Layton · 11 years ago
  79. 21d8a15 lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  80. 561ec64 VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  81. 7950e38 vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  82. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  83. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  84. 873f1ee vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  85. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  86. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  87. 8e377d1 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  88. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  89. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  90. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  91. f78570d audit: remove unnecessary NULL ptr checks from do_path_lookup by Jeff Layton · 12 years ago
  92. 98f6ef6 vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  93. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  94. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  95. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  96. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  97. f6d2ac5 namei.c: fix BS comment by Al Viro · 12 years ago
  98. 5585263 fs: fix fs/namei.c kernel-doc warnings by Randy Dunlap · 12 years ago
  99. 62b2ce9 vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  100. 38227f7 vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago