1. 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
  2. 116cc02 vfs: don't set FILE_CREATED before calling ->atomic_open() by Miklos Szeredi · 11 years ago
  3. bcceeeb Add missing unlocks to error paths of mountpoint_last. by Dave Jones · 11 years ago
  4. 443ed25 ... and fold the renamed __vfs_follow_link() into its only caller by Al Viro · 11 years ago
  5. 4aa3289 fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  6. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. d0d2727 vfs: make sure we don't have a stale root path if unlazy_walk() fails by Linus Torvalds · 11 years ago
  8. e5c832d vfs: fix dentry RCU to refcounting possibly sleeping dput() by Linus Torvalds · 11 years ago
  9. 2d86465 introduce kern_path_mountpoint() by Al Viro · 11 years ago
  10. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  11. 3575952 take unlazy_walk() into umount_lookup_last() by Al Viro · 11 years ago
  12. 0d98439 vfs: use lockred "dead" flag to mark unrecoverably dead dentries by Linus Torvalds · 11 years ago
  13. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 8033426 vfs: allow umount to handle mountpoints without revalidating them by Jeff Layton · 11 years ago
  15. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  16. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  17. f0cc6ff Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink" by Linus Torvalds · 11 years ago
  18. bb2314b fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink by Andy Lutomirski · 11 years ago
  19. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  20. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  21. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  22. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  23. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  24. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  25. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  26. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  27. 33e2208 audit: vfs: fix audit_inode call in O_CREAT case of do_last by Jeff Layton · 11 years ago
  28. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  29. dcf787f constify path_get/path_put and fs_struct.c stuff by Al Viro · 11 years ago
  30. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  31. cc2a527 lookup_slow: get rid of name argument by Al Viro · 11 years ago
  32. e97cdc8 lookup_fast: get rid of name argument by Al Viro · 11 years ago
  33. 21b9b07 get rid of name and type arguments of walk_component() by Al Viro · 11 years ago
  34. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 11 years ago
  35. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 11 years ago
  36. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  37. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 12 years ago
  38. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 12 years ago
  39. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 12 years ago
  40. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 12 years ago
  41. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 12 years ago
  42. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 12 years ago
  43. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 12 years ago
  44. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 12 years ago
  45. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  46. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  47. 741b7c3 path_init(): make -ENOTDIR failure exits consistent by Al Viro · 12 years ago
  48. 582aa64 vfs: remove unneeded permission check from path_init by Jeff Layton · 12 years ago
  49. 21d8a15 lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  50. 561ec64 VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  51. 7950e38 vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  52. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  53. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  54. 873f1ee vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  55. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  56. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  57. 8e377d1 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  58. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  59. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  60. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  61. f78570d audit: remove unnecessary NULL ptr checks from do_path_lookup by Jeff Layton · 12 years ago
  62. 98f6ef6 vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  63. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  64. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  66. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  67. f6d2ac5 namei.c: fix BS comment by Al Viro · 12 years ago
  68. 5585263 fs: fix fs/namei.c kernel-doc warnings by Randy Dunlap · 12 years ago
  69. 62b2ce9 vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  70. 38227f7 vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  71. 62b259d vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  72. 81abe27 userns: Fix link restrictions to use uid_eq by Eric W. Biederman · 12 years ago
  73. c30dabf fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  74. 64894cf simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  75. f8310c5 fix O_EXCL handling for devices by Al Viro · 12 years ago
  76. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  77. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  78. 3134f37 vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  79. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  80. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  81. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  82. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  83. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  84. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  85. 0bdaea9 VFS: Split inode_permission() by David Howells · 12 years ago
  86. f015f126 VFS: Comment mount following code by David Howells · 12 years ago
  87. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  88. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  89. 79714f7 get rid of kern_path_parent() by Al Viro · 12 years ago
  90. 1acf0af VFS: Fix the banner comment on lookup_open() by David Howells · 12 years ago
  91. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  92. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  93. 72bd866 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 12 years ago
  94. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  95. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  96. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  97. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  98. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  99. 30d9049 kill struct opendata by Al Viro · 12 years ago
  100. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago