1. 2afe738 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  2. 302ec30 autofs: fix careless error in recent commit by NeilBrown · 7 years ago
  3. 116ceac autofs4: Modify autofs_wait to use current_uid() and current_gid() by Eric W. Biederman · 7 years ago
  4. 43694d4 autofs: revert "autofs: take more care to not update last_used on path walk" by Ian Kent · 7 years ago
  5. ecc0c46 autofs: don't fail mount for transient error by NeilBrown · 7 years ago
  6. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. b9fa2ad autofs: use unsigned int/long instead of uint/ulong for ioctl args by Tomohiro Kusumi · 7 years ago
  8. 7ed1da8 autofs: drop wrong comment by Tomohiro Kusumi · 7 years ago
  9. 718b303 autofs: use AUTOFS_DEV_IOCTL_SIZE by Tomohiro Kusumi · 7 years ago
  10. ed837d0 autofs: non functional header inclusion cleanup by Tomohiro Kusumi · 7 years ago
  11. 3dd8f7c autofs: make dev ioctl version and ismountpoint user accessible by Ian Kent · 7 years ago
  12. e54c7bc autofs: make disc device user accessible by Ian Kent · 7 years ago
  13. 317d5a5 autofs4: switch autofs4_write to __kernel_write by Christoph Hellwig · 7 years ago
  14. 7cee938 Fix up over-eager 'wait_queue_t' renaming by Linus Torvalds · 7 years ago
  15. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  16. 9fa4eb8 autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL by NeilBrown · 7 years ago
  17. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  18. 4f6cce3 Fix dead URLs to ftp.kernel.org by SeongJae Park · 8 years ago
  19. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  20. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  21. f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h> by Ingo Molnar · 8 years ago
  22. 092a534 autofs: take more care to not update last_used on path walk by Ian Kent · 8 years ago
  23. 3bb2fbd autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition by Tomohiro Kusumi · 8 years ago
  24. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  25. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  26. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 9763f7a Merge branch 'work.autofs' into for-linus by Al Viro · 8 years ago
  28. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  29. 5b5577e autofs: constify find_autofs_mount() callback by Al Viro · 8 years ago
  30. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  31. 1c4344a autofs - dont hold spin lock over direct mount expire by Ian Kent · 8 years ago
  32. 455e8f1 autofs - constify misc struct path instances by Ian Kent · 8 years ago
  33. 6035974 autofs: use path_has_submounts() to fix unreliable have_submount() checks by Ian Kent · 8 years ago
  34. cfaf86a autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checks by Ian Kent · 8 years ago
  35. dd36a88 autofs: change autofs4_wait() to take struct path by Ian Kent · 8 years ago
  36. 74f504c autofs: change autofs4_expire_wait()/do_expire_wait() to take struct path by Ian Kent · 8 years ago
  37. fb5f51c vfs: change d_manage() to take a struct path by Ian Kent · 8 years ago
  38. fcc2453 autofs: refactor ioctl fn vector in iookup_dev_ioctl() by Tomohiro Kusumi · 8 years ago
  39. 962ca7c autofs: remove possibly misleading /* #define DEBUG */ by Tomohiro Kusumi · 8 years ago
  40. 3908555 autofs: fix print format for ioctl warning message by Tomohiro Kusumi · 8 years ago
  41. d9e1923 autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD by Ian Kent · 8 years ago
  42. aa84193 autofs: fix dev ioctl number range check by Ian Kent · 8 years ago
  43. b6e3795 autofs: fix pr_debug() message by Tomohiro Kusumi · 8 years ago
  44. 41a4497 autofs: don't fail to free_dev_ioctl(param) by Tomohiro Kusumi · 8 years ago
  45. eea618e autofs: remove obsolete sb fields by Tomohiro Kusumi · 8 years ago
  46. ca55259 autofs: use autofs4_free_ino() to kfree dentry data by Tomohiro Kusumi · 8 years ago
  47. 1574fa7 autofs: remove ino free in autofs4_dir_symlink() by Ian Kent · 8 years ago
  48. 97537b3 autofs: add WARN_ON(1) for non dir/link inode case by Tomohiro Kusumi · 8 years ago
  49. 1973a12 autofs: fix autofs4_fill_super() error exit handling by Ian Kent · 8 years ago
  50. 749800e autofs: test autofs versions first on sb initialization by Tomohiro Kusumi · 8 years ago
  51. 4a44c18 autofs: drop unnecessary extern in autofs_i.h by Tomohiro Kusumi · 8 years ago
  52. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  53. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  54. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  55. 069d5ac autofs: Fix automounts by using current_real_cred()->uid by Eric W. Biederman · 8 years ago
  56. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  57. 7cbdb4a autofs: use dentry flags to block walks during expire by Ian Kent · 8 years ago
  58. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  60. 8ac790f qstr: constify instances in autofs4 by Al Viro · 8 years ago
  61. 5a9294e5 autofs: don't get stuck in a loop if vfs_write() returns an error by Andrey Vagin · 8 years ago
  62. ea01a18 autofs races by Al Viro · 8 years ago
  63. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  64. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 9 years ago
  65. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 8a78d59 autofs4: use pr_xxx() macros directly for logging by Ian Kent · 9 years ago
  67. 90967c8 autofs4: change log print macros to not insert newline by Ian Kent · 9 years ago
  68. cab49f9 autofs4: make autofs log prints consistent by Ian Kent · 9 years ago
  69. 0266725 autofs4: fix some white space errors by Ian Kent · 9 years ago
  70. e3cd806 autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked() by Ian Kent · 9 years ago
  71. b3f67a9 autofs4: fix coding style line length in autofs4_wait() by Ian Kent · 9 years ago
  72. aa330dd autofs4: fix coding style problem in autofs4_get_set_timeout() by Ian Kent · 9 years ago
  73. e9a7c2f autofs4: coding style fixes by Ian Kent · 9 years ago
  74. c83aa55 autofs: show pipe inode in mount options by Stanislav Kinsburskiy · 9 years ago
  75. de4acda autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup() by Al Viro · 9 years ago
  76. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  77. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  78. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  79. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  80. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  81. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  82. a35fb91 autofs: switch to __vfs_write() by Al Viro · 10 years ago
  83. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
  84. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  85. 76bf3f6 autofs4: Wrong format for printing dentry by Rasmus Villemoes · 10 years ago
  86. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  87. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  88. ef16cc5 autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode. by NeilBrown · 10 years ago
  89. 4d885f9 autofs4: avoid taking fs_lock during rcu-walk by NeilBrown · 10 years ago
  90. 6ece08e autofs4: make "autofs4_can_expire" idempotent. by NeilBrown · 10 years ago
  91. a5d1dba autofs4: factor should_expire() out of autofs4_expire_indirect. by NeilBrown · 10 years ago
  92. 23bfc2a autofs4: allow RCU-walk to walk through autofs4 by NeilBrown · 10 years ago
  93. b3ca406 autofs - remove obsolete d_invalidate() from expire by Ian Kent · 10 years ago
  94. 3b97dd0 autofs4: comment typo: remove a a doubled word by NeilBrown · 10 years ago
  95. bdac383 autofs4: remove some unused inline functions by NeilBrown · 10 years ago
  96. 668128e autofs4: don't take spinlock when not needed in autofs4_lookup_expiring by NeilBrown · 10 years ago
  97. c312442 autofs4: remove a redundant assignment by NeilBrown · 10 years ago
  98. 26b7a54 autofs4: remove unused autofs4_ispending() by NeilBrown · 10 years ago
  99. 571ff47 autofs4: fix false positive compile error by Ian Kent · 10 years ago
  100. 3ff6db3 fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init by Fabian Frederick · 10 years ago