1. 6c6ec2b fs: add support for LOOKUP_CACHED by Jens Axboe · 4 years ago
  2. ae66db4 saner calling conventions for unlazy_child() by Al Viro · 4 years ago
  3. e36cffe fs: make unlazy_walk() error handling consistent by Jens Axboe · 4 years ago
  4. 26ddb45 fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast() by Steven Rostedt (VMware) · 4 years, 1 month ago
  5. 1e8f44f do_tmpfile(): don't mess with finish_open() by Al Viro · 4 years, 10 months ago
  6. 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  7. 1a97d89 Make sure that make_create_in_sticky() never sees uninitialized value of dir_mode by Al Viro · 4 years, 3 months ago
  8. e886663 fs: make do_renameat2() take struct filename by Jens Axboe · 4 years, 3 months ago
  9. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  10. 402dd2c fs: remove the unused SB_I_MULTIROOT flag by Christoph Hellwig · 4 years, 3 months ago
  11. dab741e0 Add a "nosymfollow" mount option. by Mattias Nissler · 4 years, 4 months ago
  12. fc4177b exec: restore EACCES of S_ISDIR execve() by Kees Cook · 4 years, 5 months ago
  13. 9ad57f6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  14. 0fd338b exec: move path_noexec() check earlier by Kees Cook · 4 years, 5 months ago
  15. 633fb6a exec: move S_ISREG() check earlier by Kees Cook · 4 years, 5 months ago
  16. 24fb33d fix breakage in do_rmdir() by Al Viro · 4 years, 5 months ago
  17. 5fee64f init: add an init_mknod helper by Christoph Hellwig · 4 years, 5 months ago
  18. 83ff98c init: add an init_mkdir helper by Christoph Hellwig · 4 years, 5 months ago
  19. cd3acb6 init: add an init_symlink helper by Christoph Hellwig · 4 years, 5 months ago
  20. 812931d init: add an init_link helper by Christoph Hellwig · 4 years, 5 months ago
  21. e24ab0e fs: push the getname from do_rmdir into the callers by Christoph Hellwig · 4 years, 5 months ago
  22. 63d72b9 vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCK by Linus Torvalds · 4 years, 7 months ago
  23. 5fc475b vfs: do not do group lookup when not necessary by Linus Torvalds · 4 years, 7 months ago
  24. a3c751a vfs: allow unprivileged whiteout creation by Miklos Szeredi · 4 years, 8 months ago
  25. 5bd7328 fix a braino in legitimize_path() by Al Viro · 4 years, 9 months ago
  26. 99a4a90 lookup_open(): don't bother with fallbacks to lookup+create by Al Viro · 4 years, 10 months ago
  27. d489cf9 atomic_open(): no need to pass struct open_flags anymore by Al Viro · 4 years, 10 months ago
  28. ff326a3 open_last_lookups(): move complete_walk() into do_open() by Al Viro · 4 years, 10 months ago
  29. b94e0b3 open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open() by Al Viro · 4 years, 10 months ago
  30. 7228741 open_last_lookups(): don't abuse complete_walk() when all we want is unlazy by Al Viro · 4 years, 10 months ago
  31. f7bb959 open_last_lookups(): consolidate fsnotify_create() calls by Al Viro · 4 years, 10 months ago
  32. c5971b8 take post-lookup part of do_last() out of loop by Al Viro · 4 years, 10 months ago
  33. 0f70595 link_path_walk(): sample parent's i_uid and i_mode for the last component by Al Viro · 4 years, 10 months ago
  34. 60ef60c __nd_alloc_stack(): make it return bool by Al Viro · 4 years, 10 months ago
  35. 4542576 reserve_stack(): switch to __nd_alloc_stack() by Al Viro · 4 years, 10 months ago
  36. 4905590 pick_link(): take reserving space on stack into a new helper by Al Viro · 4 years, 10 months ago
  37. aef9404 pick_link(): more straightforward handling of allocation failures by Al Viro · 4 years, 10 months ago
  38. c99687a fold path_to_nameidata() into its only remaining caller by Al Viro · 4 years, 10 months ago
  39. 84f0cd9 pick_link(): pass it struct path already with normal refcounting rules by Al Viro · 4 years, 10 months ago
  40. 19f6028 fs/namei.c: kill follow_mount() by Al Viro · 4 years, 10 months ago
  41. 2aa3847 non-RCU analogue of the previous commit by Al Viro · 4 years, 10 months ago
  42. 7ef482f helper for mount rootwards traversal by Al Viro · 4 years, 10 months ago
  43. 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  44. efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  45. 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 4 years, 10 months ago
  46. c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 4 years, 10 months ago
  47. 6dfd9fe follow_dotdot{,_rcu}(): switch to use of step_into() by Al Viro · 4 years, 10 months ago
  48. 7521f22 handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() by Al Viro · 4 years, 10 months ago
  49. 957dd41 move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() by Al Viro · 4 years, 10 months ago
  50. c9a0f75 follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop by Al Viro · 4 years, 10 months ago
  51. abc2c63 follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop by Al Viro · 4 years, 10 months ago
  52. a6a7eb7 expand path_parent_directory() in its callers by Al Viro · 4 years, 10 months ago
  53. 63b2772 path_parent_directory(): leave changing path->dentry to callers by Al Viro · 4 years, 10 months ago
  54. 6b03f7e path_connected(): pass mount and dentry separately by Al Viro · 4 years, 10 months ago
  55. c981a48 split the lookup-related parts of do_last() into a separate helper by Al Viro · 5 years ago
  56. 973d4b7 do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  57. 8795e7d do_last(): simplify the liveness analysis past finish_open_created by Al Viro · 5 years ago
  58. 5a2d3ed do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  59. 59e96e6 do_last(): don't bother with keeping got_write in FMODE_OPENED case by Al Viro · 5 years ago
  60. 3ad5615 do_last(): merge the may_open() calls by Al Viro · 5 years ago
  61. 7be219b atomic_open(): lift the call of may_open() into do_last() by Al Viro · 5 years ago
  62. 6fb968c atomic_open(): return the right dentry in FMODE_OPENED case by Al Viro · 5 years ago
  63. 9deed3e new helper: traverse_mounts() by Al Viro · 5 years ago
  64. ea936ae massage __follow_mount_rcu() a bit by Al Viro · 5 years ago
  65. c108837 namei: have link_path_walk() maintain LOOKUP_PARENT by Al Viro · 4 years, 10 months ago
  66. d8d4611 link_path_walk(): simplify stack handling by Al Viro · 4 years, 10 months ago
  67. b1a8197 pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT by Al Viro · 5 years ago
  68. 8c4efe2 namei: invert the meaning of WALK_FOLLOW by Al Viro · 5 years ago
  69. b4c0353 sanitize handling of nd->last_type, kill LAST_BIND by Al Viro · 5 years ago
  70. ad6cc4c finally fold get_link() into pick_link() by Al Viro · 5 years ago
  71. 06708ad merging pick_link() with get_link(), part 6 by Al Viro · 5 years ago
  72. b0417d2 merging pick_link() with get_link(), part 5 by Al Viro · 5 years ago
  73. 92d2701 merging pick_link() with get_link(), part 4 by Al Viro · 5 years ago
  74. 40fcf5a merging pick_link() with get_link(), part 3 by Al Viro · 5 years ago
  75. 1ccac62 merging pick_link() with get_link(), part 2 by Al Viro · 5 years ago
  76. 4367972 merging pick_link() with get_link(), part 1 by Al Viro · 5 years ago
  77. a9dc149 expand the only remaining call of path_lookup_conditional() by Al Viro · 5 years ago
  78. 161aff1 LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() by Al Viro · 5 years ago
  79. cbae4d1 fold handle_mounts() into step_into() by Al Viro · 5 years ago
  80. aca2903 new step_into() flag: WALK_NOFOLLOW by Al Viro · 5 years ago
  81. 56676ec step_into() callers: dismiss the symlink earlier by Al Viro · 4 years, 10 months ago
  82. 20e3435 lookup_fast(): take mount traversal into callers by Al Viro · 5 years ago
  83. c153007 teach handle_mounts() to handle RCU mode by Al Viro · 5 years ago
  84. b023e17 lookup_fast(): consolidate the RCU success case by Al Viro · 5 years ago
  85. db3c9ad handle_mounts(): pass dentry in, turn path into a pure out argument by Al Viro · 5 years ago
  86. e73cabf do_last(): collapse the call of path_to_nameidata() by Al Viro · 5 years ago
  87. da5ebf5 lookup_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  88. 239eb98 atomic_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  89. bd7c4b5 handle_mounts(): start building a sane wrapper for follow_managed() by Al Viro · 5 years ago
  90. 31d1726 make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW by Al Viro · 5 years ago
  91. 1c9f5e0 follow_automount() doesn't need the entire nameidata by Al Viro · 5 years ago
  92. 25e195a follow_automount(): get rid of dead^Wstillborn code by Al Viro · 5 years ago
  93. 26df603 fix automount/automount race properly by Al Viro · 5 years ago
  94. 6404674 vfs: fix do_last() regression by Al Viro · 5 years ago
  95. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  96. d0cb501 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 5 years ago
  97. 508c877 fix autofs regression caused by follow_managed() changes by Al Viro · 5 years ago
  98. c64cd6e reimplement path_mountpoint() with less magic by Al Viro · 5 years ago
  99. ab87f9a namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution by Aleksa Sarai · 5 years ago
  100. 8db52c7 namei: LOOKUP_IN_ROOT: chroot-like scoped resolution by Aleksa Sarai · 5 years ago