1. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 14 years ago
  2. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 14 years ago
  3. 5a37db3 autofs4: mkdir and symlink always get a dentry that had passed lookup by Al Viro · 14 years ago
  4. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 14 years ago
  5. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 14 years ago
  6. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 14 years ago
  7. 14a2f00 autofs4: autofs4_mkroot() is not different from autofs4_init_ino() by Al Viro · 14 years ago
  8. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 14 years ago
  9. c0bcc9d autofs4 - fix debug print in autofs4_lookup() by Ian Kent · 14 years ago
  10. c14cc63 autofs4 - fix get_next_positive_dentry() by Ian Kent · 14 years ago
  11. b650c85 autofs4: Merge the remaining dentry ops tables by David Howells · 14 years ago
  12. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 14 years ago
  13. dd89f90 autofs4: Add v4 pseudo direct mount support by Ian Kent · 14 years ago
  14. 9e3fea1 autofs4: Fix wait validation by Ian Kent · 14 years ago
  15. 6651149 autofs4: Clean up autofs4_free_ino() by Ian Kent · 14 years ago
  16. 71e469d autofs4: Clean up dentry operations by Ian Kent · 14 years ago
  17. e61da20 autofs4: Clean up inode operations by Ian Kent · 14 years ago
  18. 8c13a67 autofs4: Remove unused code by Ian Kent · 14 years ago
  19. b5b8017 autofs4: Add d_manage() dentry operation by Ian Kent · 14 years ago
  20. 1058421 autofs4: Add d_automount() dentry operation by Ian Kent · 14 years ago
  21. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  22. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  23. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  24. 5f57cbc fs: dcache remove d_mounted by Nick Piggin · 14 years ago
  25. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  26. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 14 years ago
  27. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  28. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  29. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  30. de47de7 autofs4 - remove ioctl mutex (bz23142) by Ian Kent · 14 years ago
  31. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  32. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  33. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  34. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  35. 5a44a73 autofs4: Only declare function when CONFIG_COMPAT is defined by Felipe Contreras · 14 years ago
  36. 00e300e BKL: Remove BKL from autofs4 by Arnd Bergmann · 14 years ago
  37. 5fc79d8 autofs4: remove unneeded null check in try_to_fill_dentry() by Dan Carpenter · 14 years ago
  38. c9243f5 autofs/autofs4: Move compat_ioctl handling into fs by Arnd Bergmann · 14 years ago
  39. 7ca5ca6 fs/autofs4: use memdup_user by Julia Lawall · 14 years ago
  40. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  41. 3663df7 autofs4: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  42. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  43. 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
  44. 5b7e934 Use kill_litter_super() in autofs4 ->kill_sb() by Al Viro · 14 years ago
  45. f598f9f Sanitize autofs_dev_ioctl_ismountpoint() by Al Viro · 14 years ago
  46. 4b1ae27 Revert "autofs4: always use lookup for lookup" by Al Viro · 14 years ago
  47. 213614d autofs4: always use lookup for lookup by Ian Kent · 15 years ago
  48. cb4b492 autofs4: rename dentry to expiring in autofs4_lookup_expiring() by Ian Kent · 15 years ago
  49. e4d5ade autofs4: rename dentry to active in autofs4_lookup_active() by Ian Kent · 15 years ago
  50. c42c7f7 autofs4: eliminate d_unhashed in path walk checks by Ian Kent · 15 years ago
  51. 6510c9d autofs4: cleanup active and expire lookup by Ian Kent · 15 years ago
  52. 90387c9 autofs4: renamer unhashed to active in autofs4_lookup() by Ian Kent · 15 years ago
  53. aa952eb autofs4: use autofs_info for pending flag by Ian Kent · 15 years ago
  54. 36b6413 autofs4: use helper function for need mount check by Ian Kent · 15 years ago
  55. c4cd70b autofs4: use helper functions for expiring list by Ian Kent · 15 years ago
  56. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  57. 37d0892 autofs4 - fix missed case when changing to use struct path by Ian Kent · 15 years ago
  58. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  59. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  60. bab77eb switch follow_up() to struct path by Al Viro · 15 years ago
  61. 4e44b68 Get rid of path_lookup in autofs4 by Al Viro · 15 years ago
  62. 463aea1 autofs4: remove hashed check in validate_wait() by Ian Kent · 15 years ago
  63. a8985f3 autofs4: fix incorrect return in autofs4_mount_busy() by Ian Kent · 15 years ago
  64. 3eac877 autofs4: use memchr() in invalid_string() by Al Viro · 15 years ago
  65. cf2706a3 Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD by Al Viro · 15 years ago
  66. 8f63aaa8b autofs4: fix lookup deadlock by Ian Kent · 15 years ago
  67. 56fcef7 autofs4: cleanup expire code duplication by Ian Kent · 15 years ago
  68. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 15 years ago
  69. 90ffd46 fs/Kconfig: move autofs, autofs4 out by Alexey Dobriyan · 15 years ago
  70. bae8ec6 autofs4: fix string validation check order by Ian Kent · 16 years ago
  71. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 16 years ago
  72. 41cfef2 autofs4: fix var shadowed by local delaration by Ian Kent · 16 years ago
  73. 730c9ee autofs4: improve parameter usage by Ian Kent · 16 years ago
  74. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  75. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  76. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  77. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  78. 96b0317 autofs4: collect version check return by Ian Kent · 16 years ago
  79. bc9c406 autofs4: correct offset mount expire check by Ian Kent · 16 years ago
  80. 8d7b48e autofs4: add miscellaneous device for ioctls by Ian Kent · 16 years ago
  81. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  82. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  83. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  84. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  85. aa55ddf autofs4: remove unused ioctls by Ian Kent · 16 years ago
  86. 06a3598 autofs4: reorganize expire pending wait function calls by Ian Kent · 16 years ago
  87. ec6e8c7 autofs4: fix direct mount pending expire race - correction by Ian Kent · 16 years ago
  88. 6e60a9a autofs4: fix direct mount pending expire race by Ian Kent · 16 years ago
  89. 97e7449 autofs4: fix indirect mount pending expire race by Ian Kent · 16 years ago
  90. 26e81b3 autofs4: fix pending checks by Ian Kent · 16 years ago
  91. ff9cd49 autofs4: cleanup redundant readir code by Ian Kent · 16 years ago
  92. c72305b autofs4: indirect dentry must almost always be positive by Ian Kent · 16 years ago
  93. eb3b176 autofs4: detect invalid direct mount requests by Ian Kent · 16 years ago
  94. 296f7bf autofs4: fix waitq memory leak by Ian Kent · 16 years ago
  95. e64be33 autofs4: check kernel communication pipe is valid for write by Ian Kent · 16 years ago
  96. f4c7da0 autofs4: add missing kfree by Ian Kent · 16 years ago
  97. a1362fe autofs4: fix pending mount race by Ian Kent · 16 years ago
  98. 5a11d4d autofs4: fix waitq locking by Ian Kent · 16 years ago
  99. 70b52a0 autofs4: use struct qstr in waitq.c by Jeff Moyer · 16 years ago
  100. 6d5cb92 autofs4: use lookup intent flags to trigger mounts by Ian Kent · 16 years ago