1. 858052b autofs: mount point create should honour passed in mode by Ian Kent · 6 years ago
  2. b6e3795 autofs: fix pr_debug() message by Tomohiro Kusumi · 8 years ago
  3. 1574fa7 autofs: remove ino free in autofs4_dir_symlink() by Ian Kent · 8 years ago
  4. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  5. 8ac790f qstr: constify instances in autofs4 by Al Viro · 8 years ago
  6. ea01a18 autofs races by Al Viro · 8 years ago
  7. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 8 years ago
  8. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 8 years ago
  10. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 8 years ago
  11. 0266725 autofs4: fix some white space errors by Ian Kent · 8 years ago
  12. e3cd806 autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked() by Ian Kent · 8 years ago
  13. aa330dd autofs4: fix coding style problem in autofs4_get_set_timeout() by Ian Kent · 8 years ago
  14. e9a7c2f autofs4: coding style fixes by Ian Kent · 8 years ago
  15. de4acda autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup() by Al Viro · 8 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  18. 76bf3f6 autofs4: Wrong format for printing dentry by Rasmus Villemoes · 9 years ago
  19. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  20. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  21. ef16cc5 autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode. by NeilBrown · 10 years ago
  22. 23bfc2a autofs4: allow RCU-walk to walk through autofs4 by NeilBrown · 10 years ago
  23. 3b97dd0 autofs4: comment typo: remove a a doubled word by NeilBrown · 10 years ago
  24. 668128e autofs4: don't take spinlock when not needed in autofs4_lookup_expiring by NeilBrown · 10 years ago
  25. 6b6751f autofs: fix lockref lookup by Ian Kent · 10 years ago
  26. c24930a autofs: use IS_ROOT to replace root dentry checks by Rui Xiang · 10 years ago
  27. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  28. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 11 years ago
  29. 9548298 autofs - fix sparse warning for autofs4_d_manage() by Claudiu Ghioc · 11 years ago
  30. 9d8072e autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block by Peter Huewe · 11 years ago
  31. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 0259cb0 autofs4 - use simple_empty() for empty directory check by Ian Kent · 12 years ago
  34. f55fb0c autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount by Ian Kent · 12 years ago
  35. 49999ab autofs4 - fix reset pending flag on mount fail by Ian Kent · 12 years ago
  36. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  37. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  38. c7427d2 autofs4: bogus dentry_unhash() added in ->unlink() by Al Viro · 13 years ago
  39. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  42. 83fb96b autofs4 - fix d_manage() return on rcu-walk by Ian Kent · 13 years ago
  43. 3c31998 autofs4 - reinstate last used update on access by Ian Kent · 13 years ago
  44. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  45. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 13 years ago
  46. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 13 years ago
  47. 5a37db3 autofs4: mkdir and symlink always get a dentry that had passed lookup by Al Viro · 13 years ago
  48. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 13 years ago
  49. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 13 years ago
  50. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 13 years ago
  51. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 13 years ago
  52. c0bcc9d autofs4 - fix debug print in autofs4_lookup() by Ian Kent · 13 years ago
  53. b650c85 autofs4: Merge the remaining dentry ops tables by David Howells · 13 years ago
  54. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 13 years ago
  55. dd89f90 autofs4: Add v4 pseudo direct mount support by Ian Kent · 13 years ago
  56. 6651149 autofs4: Clean up autofs4_free_ino() by Ian Kent · 13 years ago
  57. 71e469d autofs4: Clean up dentry operations by Ian Kent · 13 years ago
  58. e61da20 autofs4: Clean up inode operations by Ian Kent · 13 years ago
  59. 8c13a67 autofs4: Remove unused code by Ian Kent · 13 years ago
  60. b5b8017 autofs4: Add d_manage() dentry operation by Ian Kent · 13 years ago
  61. 1058421 autofs4: Add d_automount() dentry operation by Ian Kent · 13 years ago
  62. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 13 years ago
  63. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  64. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  65. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  66. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  67. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  68. de47de7 autofs4 - remove ioctl mutex (bz23142) by Ian Kent · 14 years ago
  69. 5a44a73 autofs4: Only declare function when CONFIG_COMPAT is defined by Felipe Contreras · 14 years ago
  70. 00e300e BKL: Remove BKL from autofs4 by Arnd Bergmann · 14 years ago
  71. 5fc79d8 autofs4: remove unneeded null check in try_to_fill_dentry() by Dan Carpenter · 14 years ago
  72. c9243f5 autofs/autofs4: Move compat_ioctl handling into fs by Arnd Bergmann · 14 years ago
  73. 3663df7 autofs4: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  74. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  75. 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
  76. 4b1ae27 Revert "autofs4: always use lookup for lookup" by Al Viro · 14 years ago
  77. 213614d autofs4: always use lookup for lookup by Ian Kent · 15 years ago
  78. cb4b492 autofs4: rename dentry to expiring in autofs4_lookup_expiring() by Ian Kent · 15 years ago
  79. e4d5ade autofs4: rename dentry to active in autofs4_lookup_active() by Ian Kent · 15 years ago
  80. c42c7f7 autofs4: eliminate d_unhashed in path walk checks by Ian Kent · 15 years ago
  81. 6510c9d autofs4: cleanup active and expire lookup by Ian Kent · 15 years ago
  82. 90387c9 autofs4: renamer unhashed to active in autofs4_lookup() by Ian Kent · 15 years ago
  83. aa952eb autofs4: use autofs_info for pending flag by Ian Kent · 15 years ago
  84. 36b6413 autofs4: use helper function for need mount check by Ian Kent · 15 years ago
  85. c4cd70b autofs4: use helper functions for expiring list by Ian Kent · 15 years ago
  86. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  87. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  88. 8f63aaa8b autofs4: fix lookup deadlock by Ian Kent · 15 years ago
  89. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 15 years ago
  90. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  91. aa55ddf autofs4: remove unused ioctls by Ian Kent · 16 years ago
  92. 06a3598 autofs4: reorganize expire pending wait function calls by Ian Kent · 16 years ago
  93. ec6e8c7 autofs4: fix direct mount pending expire race - correction by Ian Kent · 16 years ago
  94. 6e60a9a autofs4: fix direct mount pending expire race by Ian Kent · 16 years ago
  95. 97e7449 autofs4: fix indirect mount pending expire race by Ian Kent · 16 years ago
  96. 26e81b3 autofs4: fix pending checks by Ian Kent · 16 years ago
  97. ff9cd49 autofs4: cleanup redundant readir code by Ian Kent · 16 years ago
  98. 6d5cb92 autofs4: use lookup intent flags to trigger mounts by Ian Kent · 16 years ago
  99. c432c25 autofs4: don't release directory mutex if called in oz_mode by Ian Kent · 16 years ago
  100. ef581a7 autofs4: fix symlink name allocation by Ian Kent · 16 years ago