1. 962ca7c autofs: remove possibly misleading /* #define DEBUG */ by Tomohiro Kusumi · 8 years ago
  2. aa84193 autofs: fix dev ioctl number range check by Ian Kent · 8 years ago
  3. eea618e autofs: remove obsolete sb fields by Tomohiro Kusumi · 8 years ago
  4. 4a44c18 autofs: drop unnecessary extern in autofs_i.h by Tomohiro Kusumi · 8 years ago
  5. ea01a18 autofs races by Al Viro · 8 years ago
  6. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 8 years ago
  7. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 8 years ago
  8. cab49f9 autofs4: make autofs log prints consistent by Ian Kent · 8 years ago
  9. e9a7c2f autofs4: coding style fixes by Ian Kent · 8 years ago
  10. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  11. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  12. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  13. 4d885f9 autofs4: avoid taking fs_lock during rcu-walk by NeilBrown · 10 years ago
  14. 23bfc2a autofs4: allow RCU-walk to walk through autofs4 by NeilBrown · 10 years ago
  15. bdac383 autofs4: remove some unused inline functions by NeilBrown · 10 years ago
  16. 26b7a54 autofs4: remove unused autofs4_ispending() by NeilBrown · 10 years ago
  17. 6eaba35 autofs4: allow autofs to work outside the initial PID namespace by Sukadev Bhattiprolu · 10 years ago
  18. baa4067 autofs4: make freeing sbi rcu-delayed by Al Viro · 11 years ago
  19. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  20. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  21. 45634cd userns: Support autofs4 interacing with multiple user namespaces by Eric W. Biederman · 12 years ago
  22. 64f371b autofs: make the autofsv5 packet file descriptor use a packetized pipe by Linus Torvalds · 12 years ago
  23. fcbf94b Revert "autofs: work around unhappy compat problem on x86-64" by Linus Torvalds · 12 years ago
  24. a32744d autofs: work around unhappy compat problem on x86-64 by Ian Kent · 12 years ago
  25. d668dc5 autofs4: deal with autofs4_write/autofs4_write races by Al Viro · 12 years ago
  26. 030a8ba autofs4: propagate umode_t by Al Viro · 13 years ago
  27. c3ad996 autofs4: clean up uaotfs use of debug/info/warning printouts by Linus Torvalds · 13 years ago
  28. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  29. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 13 years ago
  30. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 13 years ago
  31. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 13 years ago
  32. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 13 years ago
  33. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 13 years ago
  34. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 13 years ago
  35. b650c85 autofs4: Merge the remaining dentry ops tables by David Howells · 13 years ago
  36. 71e469d autofs4: Clean up dentry operations by Ian Kent · 13 years ago
  37. e61da20 autofs4: Clean up inode operations by Ian Kent · 13 years ago
  38. 8c13a67 autofs4: Remove unused code by Ian Kent · 13 years ago
  39. b5b8017 autofs4: Add d_manage() dentry operation by Ian Kent · 13 years ago
  40. 1058421 autofs4: Add d_automount() dentry operation by Ian Kent · 13 years ago
  41. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 13 years ago
  42. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  43. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  44. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  45. 4b1ae27 Revert "autofs4: always use lookup for lookup" by Al Viro · 14 years ago
  46. 213614d autofs4: always use lookup for lookup by Ian Kent · 15 years ago
  47. aa952eb autofs4: use autofs_info for pending flag by Ian Kent · 15 years ago
  48. c4cd70b autofs4: use helper functions for expiring list by Ian Kent · 15 years ago
  49. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  50. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  51. 56fcef7 autofs4: cleanup expire code duplication by Ian Kent · 15 years ago
  52. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 15 years ago
  53. 8d7b48e autofs4: add miscellaneous device for ioctls by Ian Kent · 16 years ago
  54. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  55. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  56. 06a3598 autofs4: reorganize expire pending wait function calls by Ian Kent · 16 years ago
  57. 6e60a9a autofs4: fix direct mount pending expire race by Ian Kent · 16 years ago
  58. 97e7449 autofs4: fix indirect mount pending expire race by Ian Kent · 16 years ago
  59. 296f7bf autofs4: fix waitq memory leak by Ian Kent · 16 years ago
  60. 70b52a0 autofs4: use struct qstr in waitq.c by Jeff Moyer · 16 years ago
  61. 2576737 autofs4: use look aside list for lookups by Ian Kent · 16 years ago
  62. 5f6f4f2 autofs4: don't make expiring dentry negative by Ian Kent · 16 years ago
  63. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  64. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  65. f50b6f8 [PATCH] autofs4: fix another race between mount and expire by Ian Kent · 17 years ago
  66. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  67. a4669ed [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  68. 6ce3152 [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super() by David Howells · 18 years ago
  69. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  70. a537055 [PATCH] autofs4: NFY_NONE wait race fix by Ian Kent · 18 years ago
  71. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  72. f5b95ff [PATCH] autofs4: proper prototype for autofs4_dentry_release() by Adrian Bunk · 18 years ago
  73. 3e7b191 [PATCH] autofs4: atomic var underflow by Ian Kent · 18 years ago
  74. 44d53eb [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* by Ian Kent · 18 years ago
  75. 5c0a32f [PATCH] autofs4: add new packet type for v5 communications by Ian Kent · 18 years ago
  76. 34ca959 [PATCH] autofs4: add v5 follow_link mount trigger method by Ian Kent · 18 years ago
  77. 90a59c7 [PATCH] autofs4: rename simple_empty_nolock function by Ian Kent · 18 years ago
  78. d7c4a5f [PATCH] autofs4: add a show mount options for proc filesystem by Ian Kent · 18 years ago
  79. 1aff3c8 [PATCH] autofs4: fix false negative return from expire by Ian Kent · 18 years ago
  80. 2d753e6 [PATCH] autofs4: can't mount due to mount point dir not empty by Ian Kent · 18 years ago
  81. 1d5599e [PATCH] sem2mutex: autofs4 wq_sem by Ingo Molnar · 18 years ago
  82. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 18 years ago
  83. 104e49f [PATCH] autofs4: fix infamous "Busy inodes after umount ..." message by Ian Kent · 19 years ago
  84. 9b1e3af [PATCH] autofs4: avoid panic on bind mount of autofs owned directory by Ian Kent · 19 years ago
  85. 3a9720c [PATCH] autofs4: tree race fix by Ian Kent · 19 years ago
  86. 4dcd00b [PATCH] autofs4: wait order fix by Ian Kent · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago