1. 37b6ac5 autofs: fix error return in autofs_fill_super() by Ian Kent · 5 years ago
  2. 4e7f073 autofs: fix autofs_sbi() does not check super block type by Ian Kent · 6 years ago
  3. ca55259 autofs: use autofs4_free_ino() to kfree dentry data by Tomohiro Kusumi · 8 years ago
  4. 97537b3 autofs: add WARN_ON(1) for non dir/link inode case by Tomohiro Kusumi · 8 years ago
  5. 1973a12 autofs: fix autofs4_fill_super() error exit handling by Ian Kent · 8 years ago
  6. 749800e autofs: test autofs versions first on sb initialization by Tomohiro Kusumi · 8 years ago
  7. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  8. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 8 years ago
  9. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 8 years ago
  10. cab49f9 autofs4: make autofs log prints consistent by Ian Kent · 8 years ago
  11. 0266725 autofs4: fix some white space errors by Ian Kent · 8 years ago
  12. e9a7c2f autofs4: coding style fixes by Ian Kent · 8 years ago
  13. c83aa55 autofs: show pipe inode in mount options by Stanislav Kinsburskiy · 8 years ago
  14. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  15. 571ff47 autofs4: fix false positive compile error by Ian Kent · 10 years ago
  16. da29b75 autofs: fix the return value of autofs4_fill_super by Rui Xiang · 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. 45634cd userns: Support autofs4 interacing with multiple user namespaces by Eric W. Biederman · 12 years ago
  20. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  21. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 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. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  25. a32744d autofs: work around unhappy compat problem on x86-64 by Ian Kent · 12 years ago
  26. d668dc5 autofs4: deal with autofs4_write/autofs4_write races by Al Viro · 12 years ago
  27. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  28. 030a8ba autofs4: propagate umode_t by Al Viro · 13 years ago
  29. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  30. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 13 years ago
  31. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 13 years ago
  32. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 13 years ago
  33. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 13 years ago
  34. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 13 years ago
  35. 14a2f00 autofs4: autofs4_mkroot() is not different from autofs4_init_ino() by Al Viro · 13 years ago
  36. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 13 years ago
  37. b650c85 autofs4: Merge the remaining dentry ops tables by David Howells · 13 years ago
  38. 6651149 autofs4: Clean up autofs4_free_ino() by Ian Kent · 13 years ago
  39. 71e469d autofs4: Clean up dentry operations by Ian Kent · 13 years ago
  40. e61da20 autofs4: Clean up inode operations by Ian Kent · 13 years ago
  41. b5b8017 autofs4: Add d_manage() dentry operation by Ian Kent · 13 years ago
  42. 1058421 autofs4: Add d_automount() dentry operation by Ian Kent · 13 years ago
  43. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  44. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  45. 5b7e934 Use kill_litter_super() in autofs4 ->kill_sb() 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. 4f8427d autofs4: use helper functions for active list handling by Ian Kent · 15 years ago
  49. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 15 years ago
  50. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 15 years ago
  51. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  52. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  53. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  54. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  55. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  56. 5a11d4d autofs4: fix waitq locking by Ian Kent · 16 years ago
  57. 2576737 autofs4: use look aside list for lookups by Ian Kent · 16 years ago
  58. 5f6f4f2 autofs4: don't make expiring dentry negative by Ian Kent · 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. b63d50c fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  62. d78e53c Fix some coding-style errors in autofs by Sukadev Bhattiprolu · 17 years ago
  63. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  64. f50b6f8 [PATCH] autofs4: fix another race between mount and expire by Ian Kent · 17 years ago
  65. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  66. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  67. c949d4e [PATCH] autofs: fix error code path in autofs_fill_sb() by Jiri Kosina · 18 years ago
  68. ba8df43 [PATCH] autofs4: panic after mount fail by Ian Kent · 18 years ago
  69. 6ce3152 [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super() by David Howells · 18 years ago
  70. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  71. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  72. f5b95ff [PATCH] autofs4: proper prototype for autofs4_dentry_release() by Adrian Bunk · 18 years ago
  73. 3370c74 [PATCH] Remove redundant check from autofs4_put_super by Dave Jones · 18 years ago
  74. 44d53eb [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* by Ian Kent · 18 years ago
  75. 34ca959 [PATCH] autofs4: add v5 follow_link mount trigger method by Ian Kent · 18 years ago
  76. d7c4a5f [PATCH] autofs4: add a show mount options for proc filesystem by Ian Kent · 18 years ago
  77. 1aff3c8 [PATCH] autofs4: fix false negative return from expire by Ian Kent · 18 years ago
  78. 1d5599e [PATCH] sem2mutex: autofs4 wq_sem by Ingo Molnar · 18 years ago
  79. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 18 years ago
  80. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  81. 104e49f [PATCH] autofs4: fix infamous "Busy inodes after umount ..." message by Ian Kent · 19 years ago
  82. 3a9720c [PATCH] autofs4: tree race fix by Ian Kent · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago