1. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  2. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  3. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  4. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  5. 30d9049 kill struct opendata by Al Viro · 12 years ago
  6. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  7. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  8. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  9. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  10. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  11. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  12. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  13. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  14. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  15. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  16. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  17. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  18. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  19. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  20. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  21. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  22. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  23. 16b1c1c vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  24. 5f5daac vfs: do_last() common post lookup by Miklos Szeredi · 12 years ago
  25. d7fdd7f vfs: do_last(): add audit_inode before open by Miklos Szeredi · 12 years ago
  26. 050ac84 vfs: do_last(): only return EISDIR for O_CREAT by Miklos Szeredi · 12 years ago
  27. af2f554 vfs: do_last(): check LOOKUP_DIRECTORY by Miklos Szeredi · 12 years ago
  28. 54c33e7 vfs: do_last(): make ENOENT exit RCU safe by Miklos Szeredi · 12 years ago
  29. d45ea86 vfs: make follow_link check RCU safe by Miklos Szeredi · 12 years ago
  30. decf340 vfs: do_last(): use inode variable by Miklos Szeredi · 12 years ago
  31. a1eb331 vfs: do_last(): inline walk_component() by Miklos Szeredi · 12 years ago
  32. e276ae6 vfs: do_last(): make exit RCU safe by Miklos Szeredi · 12 years ago
  33. 697f514 vfs: split do_lookup() by Miklos Szeredi · 12 years ago
  34. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 12 years ago
  35. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  36. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  37. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  38. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  39. 31ed8e6 Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations) by Linus Torvalds · 12 years ago
  40. 7e5cb5e Merge branch 'vfs-cleanups' (random vfs cleanups) by Linus Torvalds · 12 years ago
  41. 12f8ad4 vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  42. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 12 years ago
  43. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 12 years ago
  44. 3f9f0aa VFS: clean up and simplify getname_flags() by Linus Torvalds · 12 years ago
  45. 1a48e2a userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  46. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 12 years ago
  47. 975d6b3 vfs: Don't allow a user namespace root to make device nodes by Eric W. Biederman · 13 years ago
  48. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 12 years ago
  49. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 12 years ago
  50. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 12 years ago
  51. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 12 years ago
  52. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 12 years ago
  53. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 12 years ago
  54. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 12 years ago
  55. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 12 years ago
  56. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 12 years ago
  57. 37c17e1 untangling do_lookup() - expand the area under ->i_mutex by Al Viro · 12 years ago
  58. 3f6c7c7 untangling do_lookup() - isolate !dentry stuff from the rest of it. by Al Viro · 12 years ago
  59. cda309d vfs: move MAY_EXEC check from __lookup_hash() by Miklos Szeredi · 12 years ago
  60. 3637c05 vfs: don't revalidate just looked up dentry by Miklos Szeredi · 12 years ago
  61. fa4ee15 vfs: fix d_need_lookup/d_revalidate order in do_lookup by Miklos Szeredi · 12 years ago
  62. 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
  63. f7493e5 vfs: tidy up sparse warnings in fs/namei.c by Linus Torvalds · 12 years ago
  64. 989412b vfs: tidy up fs/namei.c byte-repeat word constants by Linus Torvalds · 12 years ago
  65. f132c5b Fix full_name_hash() behaviour when length is a multiple of 8 by Al Viro · 12 years ago
  66. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  67. 1de5b41 fs/namei.c: fix warnings on 32-bit by Andrew Morton · 12 years ago
  68. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  70. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  71. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  72. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  73. b0e37d7 Merge branch 'dcache-word-accesses' by Linus Torvalds · 12 years ago
  74. 7f6c7e6 vfs: fix return value from do_last() by Miklos Szeredi · 12 years ago
  75. 097b180 vfs: fix double put after complete_walk() by Miklos Szeredi · 12 years ago
  76. bfcfaa7 vfs: use 'unsigned long' accesses for dcache name comparison and hashing by Linus Torvalds · 12 years ago
  77. ae942ae vfs: export full_name_hash() function to modules by Linus Torvalds · 12 years ago
  78. 200e9ef vfs: split up name hashing in link_path_walk() into helper function by Linus Torvalds · 12 years ago
  79. 0145acc vfs: uninline full_name_hash() by Linus Torvalds · 12 years ago
  80. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  81. e188dc0 vfs: fix d_inode_lookup() dentry ref leak by Miklos Szeredi · 12 years ago
  82. 4043cde audit: do not call audit_getname on error by Eric Paris · 12 years ago
  83. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  84. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  85. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 13 years ago
  86. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  87. c710536 vfs: spread struct mount - __lookup_mnt() result by Al Viro · 13 years ago
  88. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  89. f69aac0 switch may_mknod() to umode_t by Al Viro · 13 years ago
  90. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  91. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  92. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  93. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  94. a3fbbde VFS: we need to set LOOKUP_JUMPED on mountpoint crossing by Al Viro · 13 years ago
  95. 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
  96. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  97. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  98. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  99. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  100. b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago