1. d117542 autofs: fix careless error in recent commit by NeilBrown · 6 years ago
  2. ab96d9c autofs: don't fail mount for transient error by NeilBrown · 7 years ago
  3. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  4. 069d5ac autofs: Fix automounts by using current_real_cred()->uid by Eric W. Biederman · 8 years ago
  5. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  7. 8ac790f qstr: constify instances in autofs4 by Al Viro · 8 years ago
  8. 5a9294e5 autofs: don't get stuck in a loop if vfs_write() returns an error by Andrey Vagin · 8 years ago
  9. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  10. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 8 years ago
  11. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 8 years ago
  12. cab49f9 autofs4: make autofs log prints consistent by Ian Kent · 8 years ago
  13. 0266725 autofs4: fix some white space errors by Ian Kent · 8 years ago
  14. b3f67a9 autofs4: fix coding style line length in autofs4_wait() by Ian Kent · 8 years ago
  15. e9a7c2f autofs4: coding style fixes by Ian Kent · 8 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  18. fbff087 autofs4: translate pids to the right namespace for the daemon by Miklos Szeredi · 10 years ago
  19. 606035e autofs4: close the races around autofs4_notify_daemon() by Al Viro · 11 years ago
  20. 5140a8c autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree() by Tim Gardner · 11 years ago
  21. 45634cd userns: Support autofs4 interacing with multiple user namespaces by Eric W. Biederman · 12 years ago
  22. cb0942b make get_file() return its argument by Al Viro · 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. 8638094 autofs4 - fix deal with autofs4_write races by Ian Kent · 12 years ago
  26. d668dc5 autofs4: deal with autofs4_write/autofs4_write races by Al Viro · 12 years ago
  27. 8753333 autofs4: catatonic_mode vs. notify_daemon race by Al Viro · 12 years ago
  28. 4041bcd autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race by Al Viro · 12 years ago
  29. 2f84dd7 autofs4: fix debug printk warning uncovered by cleanup by Linus Torvalds · 13 years ago
  30. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  31. 9e3fea1 autofs4: Fix wait validation by Ian Kent · 13 years ago
  32. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  33. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 13 years ago
  34. 463aea1 autofs4: remove hashed check in validate_wait() by Ian Kent · 15 years ago
  35. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 15 years ago
  36. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  37. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  38. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  39. c72305b autofs4: indirect dentry must almost always be positive by Ian Kent · 16 years ago
  40. eb3b176 autofs4: detect invalid direct mount requests by Ian Kent · 16 years ago
  41. 296f7bf autofs4: fix waitq memory leak by Ian Kent · 16 years ago
  42. e64be33 autofs4: check kernel communication pipe is valid for write by Ian Kent · 16 years ago
  43. f4c7da0 autofs4: add missing kfree by Ian Kent · 16 years ago
  44. a1362fe autofs4: fix pending mount race by Ian Kent · 16 years ago
  45. 5a11d4d autofs4: fix waitq locking by Ian Kent · 16 years ago
  46. 70b52a0 autofs4: use struct qstr in waitq.c by Jeff Moyer · 16 years ago
  47. cab0936 autofs4: check for invalid dentry in getpath by Ian Kent · 16 years ago
  48. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  49. e851447 [PATCH] autofs4: header file update by Ian Kent · 17 years ago
  50. ba8df43 [PATCH] autofs4: panic after mount fail by Ian Kent · 18 years ago
  51. 6ce3152 [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super() by David Howells · 18 years ago
  52. a537055 [PATCH] autofs4: NFY_NONE wait race fix by Ian Kent · 18 years ago
  53. 3e7b191 [PATCH] autofs4: atomic var underflow by Ian Kent · 18 years ago
  54. 44d53eb [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* by Ian Kent · 18 years ago
  55. 5c0a32f [PATCH] autofs4: add new packet type for v5 communications by Ian Kent · 18 years ago
  56. e77fbdd [PATCH] autofs4: white space cleanup for waitq.c by Ian Kent · 18 years ago
  57. 1d5599e [PATCH] sem2mutex: autofs4 wq_sem by Ingo Molnar · 18 years ago
  58. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  59. 682d4fc [PATCH] autofs4: mistake in debug print by Ian Kent · 19 years ago
  60. cc9acc8 [PATCH] autofs4: post expire race fix by Ian Kent · 19 years ago
  61. 4dcd00b [PATCH] autofs4: wait order fix by Ian Kent · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago