1. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  2. a3fbbde VFS: we need to set LOOKUP_JUMPED on mountpoint crossing by Al Viro · 13 years ago
  3. 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
  4. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  5. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  6. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  7. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  8. b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  9. d94c177 vfs pathname lookup: Add LOOKUP_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  10. 1d2ef59 restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir() by Al Viro · 13 years ago
  11. 0ec26fd vfs: automount should ignore LOOKUP_FOLLOW by Miklos Szeredi · 13 years ago
  12. 7813b94 vfs: rename 'do_follow_link' to 'should_follow_link' by Linus Torvalds · 13 years ago
  13. 206b1d0 Fix POSIX ACL permission check by Ari Savolainen · 13 years ago
  14. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  15. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 13 years ago
  16. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  17. 84635d6 vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set by Linus Torvalds · 13 years ago
  18. 14067ff vfs: make gcc generate more obvious code for acl permission checking by Linus Torvalds · 13 years ago
  19. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  20. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  21. 8c5dc70 VFS: Fixup kerneldoc for generic_permission() by Tobias Klauser · 13 years ago
  22. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  23. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  24. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  25. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  26. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  27. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  28. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  29. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  30. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  31. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  32. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  33. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  34. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  35. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  36. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  37. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  38. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  39. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  40. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  41. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  42. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  43. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  44. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  45. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  46. 94c0d4e Fix ->d_lock locking order in unlazy_walk() by Al Viro · 13 years ago
  47. 8e833fd fix comment in generic_permission() by Al Viro · 13 years ago
  48. 6291176 kill obsolete comment for follow_down() by Al Viro · 13 years ago
  49. 8aef188 VFS: Fix vfsmount overput on simultaneous automount by Al Viro · 13 years ago
  50. 50338b8 fix wrong iput on d_inode introduced by e6bc45d65d by Török Edwin · 13 years ago
  51. e6bc45d vfs: make unlink() and rmdir() return ENOENT in preference to EROFS by Theodore Ts'o · 13 years ago
  52. 3cebde2 vfs: shrink_dcache_parent before rmdir, dir rename by Sage Weil · 13 years ago
  53. d6e9bd2 Lift the check for automount points into do_lookup() by Al Viro · 13 years ago
  54. dea3937 Trim excessive arguments of follow_mount_rcu() by Al Viro · 13 years ago
  55. 287548e split __follow_mount_rcu() into normal and .. cases by Al Viro · 13 years ago
  56. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  57. 51892bb vfs: clean up vfs_rename_other by Sage Weil · 13 years ago
  58. 9055cba vfs: clean up vfs_rename_dir by Sage Weil · 13 years ago
  59. 912dbc1 vfs: clean up vfs_rmdir by Sage Weil · 13 years ago
  60. b5afd2c vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems by Miklos Szeredi · 13 years ago
  61. a71905f vfs: update dentry_unhash() comment by Sage Weil · 13 years ago
  62. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  63. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  64. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
  65. 4829369 vfs: dentry_unhash immediately prior to rmdir by Sage Weil · 13 years ago
  66. 9f1fafe merge handle_reval_dot and nameidata_drop_rcu_last by Al Viro · 13 years ago
  67. 19660af consolidate nameidata_..._drop_rcu() by Al Viro · 13 years ago
  68. 1a4022f VFS: move BUG_ON test for symlink nd->depth after current->link_count test by Erez Zadok · 13 years ago
  69. 26cf46b vfs: micro-optimize acl_permission_check() by Linus Torvalds · 13 years ago
  70. c153001 vfs: Fix absolute RCU path walk failures due to uninitialized seq number by Tim Chen · 13 years ago
  71. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  72. 62a7375 vfs - check non-mountpoint dentry might block in __follow_mount_rcu() by Ian Kent · 13 years ago
  73. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  74. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  75. e795b71 userns: userns: check user namespace for task->file uid equivalence checks by Serge E. Hallyn · 13 years ago
  76. bd23a53 fix leaks in path_lookupat() by Al Viro · 13 years ago
  77. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  78. 7cc90cc don't pass 'mounting_here' flag to follow_down() by Al Viro · 13 years ago
  79. 0e79458 fix follow_link() breakage by Al Viro · 13 years ago
  80. 574197e tidy the trailing symlinks traversal up by Al Viro · 13 years ago
  81. b356379 Turn resolution of trailing symlinks iterative everywhere by Al Viro · 13 years ago
  82. ce05254 simplify link_path_walk() tail by Al Viro · 13 years ago
  83. bd92d7f Make trailing symlink resolution in path_lookupat() iterative by Al Viro · 13 years ago
  84. b21041d update nd->inode in __do_follow_link() instead of after do_follow_link() by Al Viro · 13 years ago
  85. ce57dfc pull handling of one pathname component into a helper by Al Viro · 13 years ago
  86. 11a7b37 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH by Aneesh Kumar K.V · 13 years ago
  87. bcda765 Allow O_PATH for symlinks by Al Viro · 13 years ago
  88. 1abf0c7 New kind of open files - "location only". by Al Viro · 13 years ago
  89. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 13 years ago
  90. f52e0c1 New AT_... flag: AT_EMPTY_PATH by Al Viro · 13 years ago
  91. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  92. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 13 years ago
  93. 5a18fff untangle do_lookup() by Al Viro · 13 years ago
  94. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 13 years ago
  95. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 13 years ago
  96. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 13 years ago
  97. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 13 years ago
  98. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 13 years ago
  99. 0f9d1a1 expand finish_open() in its only caller by Al Viro · 13 years ago
  100. 5a202bc sanitize pathname component hash calculation by Al Viro · 13 years ago