1. 176306f VFS: fix recent breakage of FS_REVAL_DOT by Neil Brown · 14 years ago
  2. 9a22968 namei.c : update mnt when it needed by Huang Shijie · 14 years ago
  3. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  4. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  5. 3e297b6 Restore LOOKUP_DIRECTORY hint handling in final lookup on open() by Al Viro · 14 years ago
  6. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  7. 781b167 Fix a dumb typo - use of & instead of && by Al Viro · 14 years ago
  8. 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
  9. 1f36f77 Switch !O_CREAT case to use of do_last() by Al Viro · 15 years ago
  10. def4af3 Get rid of symlink body copying by Al Viro · 15 years ago
  11. 3866248 Finish pulling of -ESTALE handling to upper level in do_filp_open() by Al Viro · 15 years ago
  12. 806b681 Turn do_link spaghetty into a normal loop by Al Viro · 15 years ago
  13. 10fa8e6 Unify exits in O_CREAT handling by Al Viro · 15 years ago
  14. 9e67f36 Kill is_link argument of do_last() by Al Viro · 15 years ago
  15. 67ee3ad Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open() by Al Viro · 15 years ago
  16. 4296e2c Leave mangled flag only for setting nd.intent.open.flag by Al Viro · 15 years ago
  17. 5b369df Get rid of passing mangled flag to do_last() by Al Viro · 15 years ago
  18. 9a66179 Don't pass mangled open_flag to finish_open() by Al Viro · 15 years ago
  19. a2c36b4 pull more into do_last() by Al Viro · 15 years ago
  20. c99658f bail out with ELOOP earlier in do_link loop by Al Viro · 15 years ago
  21. a1e2803 pull the common predecessors into do_last() by Al Viro · 15 years ago
  22. c41c140 postpone __putname() until after do_last() by Al Viro · 15 years ago
  23. 27bff34 unroll do_last: loop in do_filp_open() by Al Viro · 15 years ago
  24. 3343eb8 Shift releasing nd->root from do_last() to its caller by Al Viro · 15 years ago
  25. fb1cc55 gut do_filp_open() a bit more (do_last separation) by Al Viro · 15 years ago
  26. 648fa86 beginning to untangle do_filp_open() by Al Viro · 15 years ago
  27. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  28. 9643f5d Merge branch 'for-fsnotify' into for-linus by Al Viro · 14 years ago
  29. bec1052 set S_DEAD on unlink() and non-directory rename() victims by Al Viro · 14 years ago
  30. 3088dd7 Clean follow_dotdot() up a bit by Al Viro · 14 years ago
  31. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  32. ac278a9 fix LOOKUP_FOLLOW on automount "symlinks" by Al Viro · 14 years ago
  33. cccc6bb Lose the first argument of audit_inode_child() by Al Viro · 15 years ago
  34. 123df29 Lose the new_name argument of fsnotify_move() by Al Viro · 15 years ago
  35. 9bbb6ca ima: rename ima_path_check to ima_file_check by Mimi Zohar · 14 years ago
  36. 8eb988c fix ima breakage by Mimi Zohar · 14 years ago
  37. c41b20e Fix misspellings of "truly" in comments. by Adam Buchbinder · 15 years ago
  38. 9850c05 Fix the -ESTALE handling in do_filp_open() by Al Viro · 14 years ago
  39. 6d12552 Fix ACC_MODE() for real by Al Viro · 15 years ago
  40. 86acdca1 fix autofs/afs/etc. magic mountpoint breakage by Al Viro · 15 years ago
  41. 7ea6600 generic_permission: MAY_OPEN is not write access by Serge E. Hallyn · 15 years ago
  42. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  43. 482928d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) by Al Viro · 15 years ago
  44. cb59861 vfs: remove extraneous NULL d_inode check from do_filp_open by Jeff Layton · 15 years ago
  45. 39159de vfs: force reval of target when following LAST_BIND symlinks (try #7) by Jeff Layton · 15 years ago
  46. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  47. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 15 years ago
  48. 7715b52 O_TRUNC open shouldn't fail after file truncation by Al Viro · 15 years ago
  49. e81e3f4 fs: move get_empty_filp() deffinition to internal.h by Eric Paris · 15 years ago
  50. b75b508 Sanitize exec_permission_lite() by Al Viro · 15 years ago
  51. 6e6b1bd Kill cached_lookup() and real_lookup() by Al Viro · 15 years ago
  52. 2dd6d1f Kill path_lookup_open() by Al Viro · 15 years ago
  53. 3cac260 Take hash recalculation into do_lookup() by Al Viro · 15 years ago
  54. 6de88d7 kill __link_path_walk()/link_path_walk() distinction by Al Viro · 15 years ago
  55. 258fa99 lift path_put(path) to callers of __do_follow_link() by Al Viro · 15 years ago
  56. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  57. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  58. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  59. f6f7919 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  60. a3c8b97 Merge branch 'next' into for-linus by James Morris · 15 years ago
  61. 5909ccaa Make 'check_acl()' a first-class filesystem op by Linus Torvalds · 15 years ago
  62. cb9179e Simplify exec_permission_lite(), part 3 by Linus Torvalds · 15 years ago
  63. f1ac9f6 Simplify exec_permission_lite() further by Linus Torvalds · 15 years ago
  64. b7a437b Simplify exec_permission_lite() logic by Linus Torvalds · 15 years ago
  65. e8e66ed Do not call 'ima_path_check()' for each path component by Linus Torvalds · 15 years ago
  66. acd0c93 IMA: update ima_counts_put by Mimi Zohar · 15 years ago
  67. 6c1488f IMA: open new file for read by Mimi Zohar · 15 years ago
  68. 94e5d71 integrity: add ima_counts_put (updated) by Mimi Zohar · 15 years ago
  69. 654f562 vfs: fix nd->root leak in do_filp_open() by J. R. Okajima · 15 years ago
  70. 1c755af switch lookup_mnt() by Al Viro · 15 years ago
  71. 79ed022 switch follow_mount() by Al Viro · 15 years ago
  72. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  73. bab77eb switch follow_up() to struct path by Al Viro · 15 years ago
  74. 5b85711 Make vfs_path_lookup() use starting point as root by Al Viro · 15 years ago
  75. 2a73787 Cache root in nameidata by Al Viro · 15 years ago
  76. 9b4a9b1 Preparations to caching root in path_walk() by Al Viro · 15 years ago
  77. 2c9e703 Merge branch 'master' into next by James Morris · 15 years ago
  78. b9fc745 integrity: path_check update by Mimi Zohar · 15 years ago
  79. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  80. 2f9092e Fix i_mutex vs. readdir handling in nfsd by David Woodhouse · 15 years ago
  81. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  82. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  83. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 15 years ago
  84. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  85. 2c9e15a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  86. c8fe8f3 cleanup may_open by Christoph Hellwig · 15 years ago
  87. 9e3509e vfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  88. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  89. 6146f0d integrity: IMA hooks by Mimi Zohar · 15 years ago
  90. 2e4d092 [CVE-2009-0029] System call wrappers part 29 by Heiko Carstens · 15 years ago
  91. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  92. a26eab2 [CVE-2009-0029] System call wrappers part 15 by Heiko Carstens · 15 years ago
  93. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  94. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  95. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  96. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  97. 1239f26 make INIT_FS use the __RW_LOCK_UNLOCKED initialization by Steven Rostedt · 16 years ago
  98. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  99. cb23beb kill vfs_permission by Christoph Hellwig · 16 years ago
  100. 3fb6419 pass a struct path * to may_open by Christoph Hellwig · 16 years ago