1. 951361f get rid of the last LOOKUP_RCU dependencies in link_path_walk() by Al Viro · 13 years ago
  2. a7472ba make nameidata_dentry_drop_rcu_maybe() always leave RCU mode by Al Viro · 13 years ago
  3. ef7562d make handle_dots() leave RCU mode on error by Al Viro · 13 years ago
  4. 4455ca6 clear RCU on all failure exits from link_path_walk() by Al Viro · 13 years ago
  5. 9856fa1 pull handling of . and .. into inlined helper by Al Viro · 13 years ago
  6. 7bc055d kill out_dput: in link_path_walk() by Al Viro · 13 years ago
  7. 13aab42 separate -ESTALE/-ECHILD retries in do_filp_open() from real work by Al Viro · 13 years ago
  8. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 13 years ago
  9. c3e380b Collect "operation mode" arguments of do_last() into a structure by Al Viro · 13 years ago
  10. f1afe9e clean up the failure exits after __do_follow_link() in do_filp_open() by Al Viro · 13 years ago
  11. 36f3b4f pull security_inode_follow_link() into __do_follow_link() by Al Viro · 13 years ago
  12. 086e183 pull dropping RCU on success of link_path_walk() into path_lookupat() by Al Viro · 13 years ago
  13. 16c2cd7 untangle the "need_reval_dot" mess by Al Viro · 13 years ago
  14. fe479a5 merge component type recognition by Al Viro · 13 years ago
  15. e41f7d4 merge path_init and path_init_rcu by Al Viro · 13 years ago
  16. ee0827c sanitize path_walk() mess by Al Viro · 13 years ago
  17. 52094c8 take RCU-dependent stuff around exec_permission() into a new helper by Al Viro · 13 years ago
  18. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  19. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 13 years ago
  20. 1858efd minimal fix for do_filp_open() race by Al Viro · 13 years ago
  21. 3abb17e vfs: fix BUG_ON() in fs/namei.c:1461 by Linus Torvalds · 13 years ago
  22. 4e924a4 get rid of nameidata_dentry_drop_rcu() calling nameidata_drop_rcu() by Al Viro · 13 years ago
  23. f60aef7 drop out of RCU in return_reval by Al Viro · 13 years ago
  24. f5e1c1c split do_revalidate() into RCU and non-RCU cases by Al Viro · 13 years ago
  25. 2464308 in do_lookup() split RCU and non-RCU cases of need_revalidate by Al Viro · 13 years ago
  26. 844a391 nothing in do_follow_link() is going to see RCU by Al Viro · 13 years ago
  27. 2dab597 Fix possible filp_cachep memory corruption by Linus Torvalds · 13 years ago
  28. 8931221 vfs - fix dentry ref count in do_lookup() by Ian Kent · 14 years ago
  29. 19a167a Take the completion of automount into new helper by Al Viro · 14 years ago
  30. f03c659 sanitize vfsmount refcounting changes by Al Viro · 14 years ago
  31. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  32. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 14 years ago
  33. 87556ef Remove a further kludge from __do_follow_link() by David Howells · 14 years ago
  34. db37291 Remove the automount through follow_link() kludge code from pathwalk by David Howells · 14 years ago
  35. 6f45b65 Add an AT_NO_AUTOMOUNT flag to suppress terminal automount by David Howells · 14 years ago
  36. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  37. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 14 years ago
  38. 1a8edf4 do_lookup() fix by Al Viro · 14 years ago
  39. acda472 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  40. 7b9337a fs: namei fix ->put_link on wrong inode in do_filp_open by Nick Piggin · 14 years ago
  41. db9effe Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  42. f20877d fs: fix do_last error case when need_reval_dot by J. R. Okajima · 14 years ago
  43. 90dbb77 fs: fix dropping of rcu-walk from force_reval_path by Nick Piggin · 14 years ago
  44. bb20c18 fs: force_reval_path drop rcu-walk before d_invalidate by Nick Piggin · 14 years ago
  45. e1181ee vfs: pass struct file to do_truncate on O_TRUNC opens (try #2) by Jeff Layton · 14 years ago
  46. 3919162 fs: fix namei.c kernel-doc notation by Randy Dunlap · 14 years ago
  47. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 14 years ago
  48. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  49. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  50. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  51. c28cc36 fs: fs_struct use seqlock by Nick Piggin · 14 years ago
  52. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 14 years ago
  53. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  54. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  55. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  56. b1085ba fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is called by Lino Sanfilippo · 14 years ago
  57. d893f1b fix open/umount race by Al Viro · 14 years ago
  58. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  59. 81fca44 fs: move permission check back into __lookup_hash by Christoph Hellwig · 14 years ago
  60. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  61. b04f784 fs: remove extra lookup in __lookup_hash by Nick Piggin · 14 years ago
  62. baa0389 fs: dentry allocation consolidation by Nick Piggin · 14 years ago
  63. 2e2e88e fs: fix do_lookup false negative by Nick Piggin · 14 years ago
  64. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  65. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  66. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  67. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  68. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 14 years ago
  69. 176306f VFS: fix recent breakage of FS_REVAL_DOT by Neil Brown · 14 years ago
  70. 9a22968 namei.c : update mnt when it needed by Huang Shijie · 14 years ago
  71. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  72. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  73. 3e297b6 Restore LOOKUP_DIRECTORY hint handling in final lookup on open() by Al Viro · 14 years ago
  74. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  75. 781b167 Fix a dumb typo - use of & instead of && by Al Viro · 14 years ago
  76. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  77. 1f36f77 Switch !O_CREAT case to use of do_last() by Al Viro · 15 years ago
  78. def4af3 Get rid of symlink body copying by Al Viro · 15 years ago
  79. 3866248 Finish pulling of -ESTALE handling to upper level in do_filp_open() by Al Viro · 15 years ago
  80. 806b681 Turn do_link spaghetty into a normal loop by Al Viro · 15 years ago
  81. 10fa8e6 Unify exits in O_CREAT handling by Al Viro · 15 years ago
  82. 9e67f36 Kill is_link argument of do_last() by Al Viro · 15 years ago
  83. 67ee3ad Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open() by Al Viro · 15 years ago
  84. 4296e2c Leave mangled flag only for setting nd.intent.open.flag by Al Viro · 15 years ago
  85. 5b369df Get rid of passing mangled flag to do_last() by Al Viro · 15 years ago
  86. 9a66179 Don't pass mangled open_flag to finish_open() by Al Viro · 15 years ago
  87. a2c36b4 pull more into do_last() by Al Viro · 15 years ago
  88. c99658f bail out with ELOOP earlier in do_link loop by Al Viro · 15 years ago
  89. a1e2803 pull the common predecessors into do_last() by Al Viro · 15 years ago
  90. c41c140 postpone __putname() until after do_last() by Al Viro · 15 years ago
  91. 27bff34 unroll do_last: loop in do_filp_open() by Al Viro · 15 years ago
  92. 3343eb8 Shift releasing nd->root from do_last() to its caller by Al Viro · 15 years ago
  93. fb1cc55 gut do_filp_open() a bit more (do_last separation) by Al Viro · 15 years ago
  94. 648fa86 beginning to untangle do_filp_open() by Al Viro · 15 years ago
  95. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  96. 9643f5d Merge branch 'for-fsnotify' into for-linus by Al Viro · 14 years ago
  97. bec1052 set S_DEAD on unlink() and non-directory rename() victims by Al Viro · 14 years ago
  98. 3088dd7 Clean follow_dotdot() up a bit by Al Viro · 14 years ago
  99. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  100. ac278a9 fix LOOKUP_FOLLOW on automount "symlinks" by Al Viro · 14 years ago