1. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  2. c7427d2 autofs4: bogus dentry_unhash() added in ->unlink() by Al Viro · 13 years ago
  3. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  6. 83fb96b autofs4 - fix d_manage() return on rcu-walk by Ian Kent · 13 years ago
  7. 3c31998 autofs4 - reinstate last used update on access by Ian Kent · 13 years ago
  8. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  9. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 13 years ago
  10. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 13 years ago
  11. 5a37db3 autofs4: mkdir and symlink always get a dentry that had passed lookup by Al Viro · 13 years ago
  12. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 13 years ago
  13. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 13 years ago
  14. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 13 years ago
  15. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 13 years ago
  16. c0bcc9d autofs4 - fix debug print in autofs4_lookup() by Ian Kent · 13 years ago
  17. b650c85 autofs4: Merge the remaining dentry ops tables by David Howells · 13 years ago
  18. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 13 years ago
  19. dd89f90 autofs4: Add v4 pseudo direct mount support by Ian Kent · 13 years ago
  20. 6651149 autofs4: Clean up autofs4_free_ino() by Ian Kent · 13 years ago
  21. 71e469d autofs4: Clean up dentry operations by Ian Kent · 13 years ago
  22. e61da20 autofs4: Clean up inode operations by Ian Kent · 13 years ago
  23. 8c13a67 autofs4: Remove unused code by Ian Kent · 13 years ago
  24. b5b8017 autofs4: Add d_manage() dentry operation by Ian Kent · 13 years ago
  25. 1058421 autofs4: Add d_automount() dentry operation by Ian Kent · 13 years ago
  26. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 13 years ago
  27. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  28. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  29. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  30. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  31. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  32. de47de7 autofs4 - remove ioctl mutex (bz23142) by Ian Kent · 14 years ago
  33. 5a44a73 autofs4: Only declare function when CONFIG_COMPAT is defined by Felipe Contreras · 14 years ago
  34. 00e300e BKL: Remove BKL from autofs4 by Arnd Bergmann · 14 years ago
  35. 5fc79d8 autofs4: remove unneeded null check in try_to_fill_dentry() by Dan Carpenter · 14 years ago
  36. c9243f5 autofs/autofs4: Move compat_ioctl handling into fs by Arnd Bergmann · 14 years ago
  37. 3663df7 autofs4: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  38. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  39. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  40. 4b1ae27 Revert "autofs4: always use lookup for lookup" by Al Viro · 14 years ago
  41. 213614d autofs4: always use lookup for lookup by Ian Kent · 15 years ago
  42. cb4b492 autofs4: rename dentry to expiring in autofs4_lookup_expiring() by Ian Kent · 15 years ago
  43. e4d5ade autofs4: rename dentry to active in autofs4_lookup_active() by Ian Kent · 15 years ago
  44. c42c7f7 autofs4: eliminate d_unhashed in path walk checks by Ian Kent · 15 years ago
  45. 6510c9d autofs4: cleanup active and expire lookup by Ian Kent · 15 years ago
  46. 90387c9 autofs4: renamer unhashed to active in autofs4_lookup() by Ian Kent · 15 years ago
  47. aa952eb autofs4: use autofs_info for pending flag by Ian Kent · 15 years ago
  48. 36b6413 autofs4: use helper function for need mount check by Ian Kent · 15 years ago
  49. c4cd70b autofs4: use helper functions for expiring list by Ian Kent · 15 years ago
  50. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  51. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  52. 8f63aaa8b autofs4: fix lookup deadlock by Ian Kent · 15 years ago
  53. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 15 years ago
  54. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  55. aa55ddf autofs4: remove unused ioctls by Ian Kent · 16 years ago
  56. 06a3598 autofs4: reorganize expire pending wait function calls by Ian Kent · 16 years ago
  57. ec6e8c7 autofs4: fix direct mount pending expire race - correction by Ian Kent · 16 years ago
  58. 6e60a9a autofs4: fix direct mount pending expire race by Ian Kent · 16 years ago
  59. 97e7449 autofs4: fix indirect mount pending expire race by Ian Kent · 16 years ago
  60. 26e81b3 autofs4: fix pending checks by Ian Kent · 16 years ago
  61. ff9cd49 autofs4: cleanup redundant readir code by Ian Kent · 16 years ago
  62. 6d5cb92 autofs4: use lookup intent flags to trigger mounts by Ian Kent · 16 years ago
  63. c432c25 autofs4: don't release directory mutex if called in oz_mode by Ian Kent · 16 years ago
  64. ef581a7 autofs4: fix symlink name allocation by Ian Kent · 16 years ago
  65. 2576737 autofs4: use look aside list for lookups by Ian Kent · 16 years ago
  66. caf7da3 autofs4: revert - redo lookup in ttfd by Ian Kent · 16 years ago
  67. 5f6f4f2 autofs4: don't make expiring dentry negative by Ian Kent · 16 years ago
  68. 868eb7a autofs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  69. 9d2de6a autofs4: fix incorrect return from root.c:try_to_fill_dentry() by Jeff Moyer · 16 years ago
  70. 0337904 autofs4: fix execution order race in mount request code by Jeff Moyer · 16 years ago
  71. f249fdd autofs4: fix sparse warning in root.c by Harvey Harrison · 16 years ago
  72. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  73. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  74. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  75. 1864f7b autofs4: deadlock during create by Ian Kent · 17 years ago
  76. d78e53c Fix some coding-style errors in autofs by Sukadev Bhattiprolu · 17 years ago
  77. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  78. c3724b1 [PATCH] autofs4: fix race in unhashed dentry code by Jeff Mahoney · 17 years ago
  79. c9ffec4 [PATCH] autofs4: check for directory re-create in lookup by Ian Kent · 17 years ago
  80. f50b6f8 [PATCH] autofs4: fix another race between mount and expire by Ian Kent · 17 years ago
  81. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  82. a4669ed [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  83. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  84. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  85. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  86. 44938af [PATCH] autofs4: pending flag not cleared on mount fail by Ian Kent · 18 years ago
  87. be3ca7f [PATCH] autofs4: autofs4_follow_link false negative fix by Ian Kent · 18 years ago
  88. bcdc5e0 [PATCH] autofs4 needs to force fail return revalidate by Ian Kent · 18 years ago
  89. a537055 [PATCH] autofs4: NFY_NONE wait race fix by Ian Kent · 18 years ago
  90. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  91. 871f943 [PATCH] autofs4: follow_link missing functionality by Ian Kent · 18 years ago
  92. 34ca959 [PATCH] autofs4: add v5 follow_link mount trigger method by Ian Kent · 18 years ago
  93. e3474a8 [PATCH] autofs4: change may_umount* functions to boolean by Ian Kent · 18 years ago
  94. 90a59c7 [PATCH] autofs4: rename simple_empty_nolock function by Ian Kent · 18 years ago
  95. 862b110 [PATCH] autofs4: remove update_atime unused function by Ian Kent · 18 years ago
  96. e0a7aae [PATCH] autofs4: expire mounts that hold no (extra) references only by Ian Kent · 18 years ago
  97. 1aff3c8 [PATCH] autofs4: fix false negative return from expire by Ian Kent · 18 years ago
  98. 2d753e6 [PATCH] autofs4: can't mount due to mount point dir not empty by Ian Kent · 18 years ago
  99. f360ce3 [PATCH] autofs4: use libfs routines for readdir by Ian Kent · 18 years ago
  100. 718c604 [PATCH] autofs4: lookup white space cleanup by Ian Kent · 18 years ago