1. 37d0892 autofs4 - fix missed case when changing to use struct path by Ian Kent · 15 years ago
  2. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  3. 9393bd0 switch follow_down() by Al Viro · 15 years ago
  4. bab77eb switch follow_up() to struct path by Al Viro · 15 years ago
  5. 4e44b68 Get rid of path_lookup in autofs4 by Al Viro · 15 years ago
  6. 463aea1 autofs4: remove hashed check in validate_wait() by Ian Kent · 15 years ago
  7. a8985f3 autofs4: fix incorrect return in autofs4_mount_busy() by Ian Kent · 15 years ago
  8. 3eac877 autofs4: use memchr() in invalid_string() by Al Viro · 15 years ago
  9. cf2706a3 Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD by Al Viro · 15 years ago
  10. 8f63aaa8b autofs4: fix lookup deadlock by Ian Kent · 15 years ago
  11. 56fcef7 autofs4: cleanup expire code duplication by Ian Kent · 15 years ago
  12. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 15 years ago
  13. 90ffd46 fs/Kconfig: move autofs, autofs4 out by Alexey Dobriyan · 15 years ago
  14. bae8ec6 autofs4: fix string validation check order by Ian Kent · 15 years ago
  15. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 15 years ago
  16. 41cfef2 autofs4: fix var shadowed by local delaration by Ian Kent · 15 years ago
  17. 730c9ee autofs4: improve parameter usage by Ian Kent · 15 years ago
  18. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  19. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  20. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  21. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  22. 96b0317 autofs4: collect version check return by Ian Kent · 16 years ago
  23. bc9c406 autofs4: correct offset mount expire check by Ian Kent · 16 years ago
  24. 8d7b48e autofs4: add miscellaneous device for ioctls by Ian Kent · 16 years ago
  25. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  26. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  27. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  28. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  29. aa55ddf autofs4: remove unused ioctls by Ian Kent · 16 years ago
  30. 06a3598 autofs4: reorganize expire pending wait function calls by Ian Kent · 16 years ago
  31. ec6e8c7 autofs4: fix direct mount pending expire race - correction by Ian Kent · 16 years ago
  32. 6e60a9a autofs4: fix direct mount pending expire race by Ian Kent · 16 years ago
  33. 97e7449 autofs4: fix indirect mount pending expire race by Ian Kent · 16 years ago
  34. 26e81b3 autofs4: fix pending checks by Ian Kent · 16 years ago
  35. ff9cd49 autofs4: cleanup redundant readir code by Ian Kent · 16 years ago
  36. c72305b autofs4: indirect dentry must almost always be positive by Ian Kent · 16 years ago
  37. eb3b176 autofs4: detect invalid direct mount requests by Ian Kent · 16 years ago
  38. 296f7bf autofs4: fix waitq memory leak by Ian Kent · 16 years ago
  39. e64be33 autofs4: check kernel communication pipe is valid for write by Ian Kent · 16 years ago
  40. f4c7da0 autofs4: add missing kfree by Ian Kent · 16 years ago
  41. a1362fe autofs4: fix pending mount race by Ian Kent · 16 years ago
  42. 5a11d4d autofs4: fix waitq locking by Ian Kent · 16 years ago
  43. 70b52a0 autofs4: use struct qstr in waitq.c by Jeff Moyer · 16 years ago
  44. 6d5cb92 autofs4: use lookup intent flags to trigger mounts by Ian Kent · 16 years ago
  45. c432c25 autofs4: don't release directory mutex if called in oz_mode by Ian Kent · 16 years ago
  46. ef581a7 autofs4: fix symlink name allocation by Ian Kent · 16 years ago
  47. 2576737 autofs4: use look aside list for lookups by Ian Kent · 16 years ago
  48. caf7da3 autofs4: revert - redo lookup in ttfd by Ian Kent · 16 years ago
  49. 5f6f4f2 autofs4: don't make expiring dentry negative by Ian Kent · 16 years ago
  50. 868eb7a autofs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  51. 9d2de6a autofs4: fix incorrect return from root.c:try_to_fill_dentry() by Jeff Moyer · 16 years ago
  52. 0337904 autofs4: fix execution order race in mount request code by Jeff Moyer · 16 years ago
  53. cab0936 autofs4: check for invalid dentry in getpath by Ian Kent · 16 years ago
  54. afec570 autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect() by Ian Kent · 16 years ago
  55. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  56. f249fdd autofs4: fix sparse warning in root.c by Harvey Harrison · 16 years ago
  57. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  58. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  59. aef97cb mount options: fix autofs4 by Miklos Szeredi · 16 years ago
  60. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  61. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  62. b63d50c fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  63. 1864f7b autofs4: deadlock during create by Ian Kent · 17 years ago
  64. d78e53c Fix some coding-style errors in autofs by Sukadev Bhattiprolu · 17 years ago
  65. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  66. c3724b1 [PATCH] autofs4: fix race in unhashed dentry code by Jeff Mahoney · 17 years ago
  67. c9ffec4 [PATCH] autofs4: check for directory re-create in lookup by Ian Kent · 17 years ago
  68. f50b6f8 [PATCH] autofs4: fix another race between mount and expire by Ian Kent · 17 years ago
  69. e851447 [PATCH] autofs4: header file update by Ian Kent · 17 years ago
  70. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  71. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  72. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  73. a4669ed [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  74. c949d4e [PATCH] autofs: fix error code path in autofs_fill_sb() by Jiri Kosina · 18 years ago
  75. ba8df43 [PATCH] autofs4: panic after mount fail by Ian Kent · 18 years ago
  76. 6ce3152 [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super() by David Howells · 18 years ago
  77. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  78. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  79. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  80. 44938af [PATCH] autofs4: pending flag not cleared on mount fail by Ian Kent · 18 years ago
  81. be3ca7f [PATCH] autofs4: autofs4_follow_link false negative fix by Ian Kent · 18 years ago
  82. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  83. bcdc5e0 [PATCH] autofs4 needs to force fail return revalidate by Ian Kent · 18 years ago
  84. c0ba7e5 [PATCH] autofs4: zero timeout prevents shutdown by Ian Kent · 18 years ago
  85. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  86. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  87. f9022f6 [PATCH] autofs4: need to invalidate children on tree mount expire by Ian Kent · 18 years ago
  88. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 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. f5b95ff [PATCH] autofs4: proper prototype for autofs4_dentry_release() by Adrian Bunk · 18 years ago
  92. 3e7b191 [PATCH] autofs4: atomic var underflow by Ian Kent · 18 years ago
  93. 871f943 [PATCH] autofs4: follow_link missing functionality by Ian Kent · 18 years ago
  94. 3370c74 [PATCH] Remove redundant check from autofs4_put_super by Dave Jones · 18 years ago
  95. 44d53eb [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* by Ian Kent · 18 years ago
  96. 5c0a32f [PATCH] autofs4: add new packet type for v5 communications by Ian Kent · 18 years ago
  97. 3a15e2a [PATCH] autofs4: add v5 expire logic by Ian Kent · 18 years ago
  98. 34ca959 [PATCH] autofs4: add v5 follow_link mount trigger method by Ian Kent · 18 years ago
  99. e3474a8 [PATCH] autofs4: change may_umount* functions to boolean by Ian Kent · 18 years ago
  100. 90a59c7 [PATCH] autofs4: rename simple_empty_nolock function by Ian Kent · 18 years ago