1. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 12 years ago
  2. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 12 years ago
  3. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 12 years ago
  4. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 12 years ago
  5. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 12 years ago
  6. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 12 years ago
  7. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 12 years ago
  8. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 12 years ago
  9. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 12 years ago
  10. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 12 years ago
  11. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 12 years ago
  12. 37c17e1 untangling do_lookup() - expand the area under ->i_mutex by Al Viro · 12 years ago
  13. 3f6c7c7 untangling do_lookup() - isolate !dentry stuff from the rest of it. by Al Viro · 12 years ago
  14. cda309d vfs: move MAY_EXEC check from __lookup_hash() by Miklos Szeredi · 12 years ago
  15. 3637c05 vfs: don't revalidate just looked up dentry by Miklos Szeredi · 12 years ago
  16. fa4ee15 vfs: fix d_need_lookup/d_revalidate order in do_lookup by Miklos Szeredi · 12 years ago
  17. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  18. f7493e5 vfs: tidy up sparse warnings in fs/namei.c by Linus Torvalds · 12 years ago
  19. 989412b vfs: tidy up fs/namei.c byte-repeat word constants by Linus Torvalds · 12 years ago
  20. f132c5b Fix full_name_hash() behaviour when length is a multiple of 8 by Al Viro · 12 years ago
  21. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  22. 1de5b41 fs/namei.c: fix warnings on 32-bit by Andrew Morton · 12 years ago
  23. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  24. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  25. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  26. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  27. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  28. b0e37d7 Merge branch 'dcache-word-accesses' by Linus Torvalds · 12 years ago
  29. 7f6c7e6 vfs: fix return value from do_last() by Miklos Szeredi · 12 years ago
  30. 097b180 vfs: fix double put after complete_walk() by Miklos Szeredi · 12 years ago
  31. bfcfaa7 vfs: use 'unsigned long' accesses for dcache name comparison and hashing by Linus Torvalds · 12 years ago
  32. ae942ae vfs: export full_name_hash() function to modules by Linus Torvalds · 12 years ago
  33. 200e9ef vfs: split up name hashing in link_path_walk() into helper function by Linus Torvalds · 12 years ago
  34. 0145acc vfs: uninline full_name_hash() by Linus Torvalds · 12 years ago
  35. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  36. e188dc0 vfs: fix d_inode_lookup() dentry ref leak by Miklos Szeredi · 12 years ago
  37. 4043cde audit: do not call audit_getname on error by Eric Paris · 13 years ago
  38. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  39. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  40. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 13 years ago
  41. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  42. c710536 vfs: spread struct mount - __lookup_mnt() result by Al Viro · 13 years ago
  43. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  44. f69aac0 switch may_mknod() to umode_t by Al Viro · 13 years ago
  45. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  46. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  47. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  48. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  49. a3fbbde VFS: we need to set LOOKUP_JUMPED on mountpoint crossing by Al Viro · 13 years ago
  50. 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
  51. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  52. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  53. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  54. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  55. b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  56. d94c177 vfs pathname lookup: Add LOOKUP_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  57. 1d2ef59 restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir() by Al Viro · 13 years ago
  58. 0ec26fd vfs: automount should ignore LOOKUP_FOLLOW by Miklos Szeredi · 13 years ago
  59. 7813b94 vfs: rename 'do_follow_link' to 'should_follow_link' by Linus Torvalds · 13 years ago
  60. 206b1d0 Fix POSIX ACL permission check by Ari Savolainen · 13 years ago
  61. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  62. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 13 years ago
  63. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  64. 84635d6 vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set by Linus Torvalds · 13 years ago
  65. 14067ff vfs: make gcc generate more obvious code for acl permission checking by Linus Torvalds · 13 years ago
  66. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  67. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  68. 8c5dc70 VFS: Fixup kerneldoc for generic_permission() by Tobias Klauser · 13 years ago
  69. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  70. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  71. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  72. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  73. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  74. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  75. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  76. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  77. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  78. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  79. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  80. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  81. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  82. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  83. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  84. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  85. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  86. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  87. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  88. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  89. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  90. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  91. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  92. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  93. 94c0d4e Fix ->d_lock locking order in unlazy_walk() by Al Viro · 13 years ago
  94. 8e833fd fix comment in generic_permission() by Al Viro · 13 years ago
  95. 6291176 kill obsolete comment for follow_down() by Al Viro · 13 years ago
  96. 8aef188 VFS: Fix vfsmount overput on simultaneous automount by Al Viro · 13 years ago
  97. 50338b8 fix wrong iput on d_inode introduced by e6bc45d65d by Török Edwin · 13 years ago
  98. e6bc45d vfs: make unlink() and rmdir() return ENOENT in preference to EROFS by Theodore Ts'o · 13 years ago
  99. 3cebde2 vfs: shrink_dcache_parent before rmdir, dir rename by Sage Weil · 13 years ago
  100. d6e9bd2 Lift the check for automount points into do_lookup() by Al Viro · 13 years ago