1. 9292789 autofs: fix error return in autofs_fill_super() by Ian Kent · 6 years ago
  2. 1efb234 autofs: drop dentry reference only when it is never used by Pan Bian · 6 years ago
  3. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  4. cbf6898 autofs: add AUTOFS_EXP_FORCED flag by Ian Kent · 6 years ago
  5. e5c85e1 autofs: make expire flags usage consistent with v5 params by Ian Kent · 6 years ago
  6. 571bc35 autofs: make autofs_expire_indirect() static by Ian Kent · 6 years ago
  7. 5d30517 autofs: make autofs_expire_direct() static by Ian Kent · 6 years ago
  8. d105556 autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() by Ian Kent · 6 years ago
  9. 2fd9944 autofs: fix inconsistent use of now variable by Ian Kent · 6 years ago
  10. d4d79b8 autofs: fix directory and symlink access by Ian Kent · 6 years ago
  11. 0633da4 autofs: fix autofs_sbi() does not check super block type by Ian Kent · 6 years ago
  12. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  13. 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
  14. 02f51d4 autofs: fix slab out of bounds read in getname_kernel() by Tomas Bortoli · 6 years ago
  15. d02d21e autofs: rename 'autofs' module back to 'autofs4' by Linus Torvalds · 6 years ago
  16. ea8781e autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description by Geert Uytterhoeven · 6 years ago
  17. a2225d9 autofs: remove left-over autofs4 stubs by Linus Torvalds · 6 years ago
  18. 016e92d autofs: small cleanup in autofs_getpath() by Dan Carpenter · 6 years ago
  19. 6471e93 autofs: clean up includes by Ian Kent · 6 years ago
  20. 2a3ae0a autofs: create autofs Kconfig and Makefile by Ian Kent · 6 years ago
  21. ebc921c autofs: copy autofs4 to autofs by Ian Kent · 6 years ago
  22. db7bee2 autofs3: move to drivers/staging by Arnd Bergmann · 14 years ago
  23. c9243f5 autofs/autofs4: Move compat_ioctl handling into fs by Arnd Bergmann · 14 years ago
  24. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  26. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  27. 9393bd0 switch follow_down() by Al Viro · 16 years ago
  28. 117aff7 Fix autofs_expire() by Al Viro · 16 years ago
  29. 08f1151 constify dentry_operations: autofs, autofs4 by Al Viro · 16 years ago
  30. 90ffd46 fs/Kconfig: move autofs, autofs4 out by Alexey Dobriyan · 16 years ago
  31. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  32. 73c646e CRED: Wrap task credential accesses in the autofs filesystem by David Howells · 16 years ago
  33. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  34. 979db75 mount options: fix autofs by Miklos Szeredi · 17 years ago
  35. 62328a0 iget: stop autofs from using iget() and read_inode() by David Howells · 17 years ago
  36. 69cccb8 Use task_pid_nr() instead of pid_nr(task_pid()) by Pavel Emelyanov · 17 years ago
  37. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  38. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  39. fa0334f Replace pid_t in autofs with struct pid reference by Sukadev Bhattiprolu · 17 years ago
  40. d78e53c Fix some coding-style errors in autofs by Sukadev Bhattiprolu · 17 years ago
  41. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 18 years ago
  42. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago
  43. 81ed19b [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  44. c949d4e [PATCH] autofs: fix error code path in autofs_fill_sb() by Jiri Kosina · 18 years ago
  45. ba8df43 [PATCH] autofs4: panic after mount fail by Ian Kent · 18 years ago
  46. 0e7d738 [PATCH] autofs3: Make sure all dentries refs are released before calling kill_anon_super() by David Howells · 18 years ago
  47. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  48. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  49. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  50. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  51. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  52. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  53. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  54. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  55. e3474a8 [PATCH] autofs4: change may_umount* functions to boolean by Ian Kent · 19 years ago
  56. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  57. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  58. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  59. f76baf9 [PATCH] autofs: fix "busy inodes after umount..." by Alexander Krizhanovsky · 19 years ago
  60. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago