1. 2aa3847 non-RCU analogue of the previous commit by Al Viro · 4 years, 10 months ago
  2. 7ef482f helper for mount rootwards traversal by Al Viro · 4 years, 10 months ago
  3. 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  4. efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  5. 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 4 years, 10 months ago
  6. c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 4 years, 10 months ago
  7. 6dfd9fe follow_dotdot{,_rcu}(): switch to use of step_into() by Al Viro · 4 years, 10 months ago
  8. 7521f22 handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() by Al Viro · 4 years, 10 months ago
  9. 957dd41 move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() by Al Viro · 4 years, 10 months ago
  10. c9a0f75 follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop by Al Viro · 4 years, 10 months ago
  11. abc2c63 follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop by Al Viro · 4 years, 10 months ago
  12. a6a7eb7 expand path_parent_directory() in its callers by Al Viro · 4 years, 10 months ago
  13. 63b2772 path_parent_directory(): leave changing path->dentry to callers by Al Viro · 4 years, 11 months ago
  14. 6b03f7e path_connected(): pass mount and dentry separately by Al Viro · 4 years, 11 months ago
  15. c981a48 split the lookup-related parts of do_last() into a separate helper by Al Viro · 5 years ago
  16. 973d4b7 do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  17. 8795e7d do_last(): simplify the liveness analysis past finish_open_created by Al Viro · 5 years ago
  18. 5a2d3ed do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  19. 59e96e6 do_last(): don't bother with keeping got_write in FMODE_OPENED case by Al Viro · 5 years ago
  20. 3ad5615 do_last(): merge the may_open() calls by Al Viro · 5 years ago
  21. 7be219b atomic_open(): lift the call of may_open() into do_last() by Al Viro · 5 years ago
  22. 6fb968c atomic_open(): return the right dentry in FMODE_OPENED case by Al Viro · 5 years ago
  23. 9deed3e new helper: traverse_mounts() by Al Viro · 5 years ago
  24. ea936ae massage __follow_mount_rcu() a bit by Al Viro · 5 years ago
  25. c108837 namei: have link_path_walk() maintain LOOKUP_PARENT by Al Viro · 4 years, 10 months ago
  26. d8d4611 link_path_walk(): simplify stack handling by Al Viro · 4 years, 11 months ago
  27. b1a8197 pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT by Al Viro · 5 years ago
  28. 8c4efe2 namei: invert the meaning of WALK_FOLLOW by Al Viro · 5 years ago
  29. b4c0353 sanitize handling of nd->last_type, kill LAST_BIND by Al Viro · 5 years ago
  30. ad6cc4c finally fold get_link() into pick_link() by Al Viro · 5 years ago
  31. 06708ad merging pick_link() with get_link(), part 6 by Al Viro · 5 years ago
  32. b0417d2 merging pick_link() with get_link(), part 5 by Al Viro · 5 years ago
  33. 92d2701 merging pick_link() with get_link(), part 4 by Al Viro · 5 years ago
  34. 40fcf5a merging pick_link() with get_link(), part 3 by Al Viro · 5 years ago
  35. 1ccac62 merging pick_link() with get_link(), part 2 by Al Viro · 5 years ago
  36. 4367972 merging pick_link() with get_link(), part 1 by Al Viro · 5 years ago
  37. a9dc149 expand the only remaining call of path_lookup_conditional() by Al Viro · 5 years ago
  38. 161aff1 LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() by Al Viro · 5 years ago
  39. cbae4d1 fold handle_mounts() into step_into() by Al Viro · 5 years ago
  40. aca2903 new step_into() flag: WALK_NOFOLLOW by Al Viro · 5 years ago
  41. 56676ec step_into() callers: dismiss the symlink earlier by Al Viro · 4 years, 10 months ago
  42. 20e3435 lookup_fast(): take mount traversal into callers by Al Viro · 5 years ago
  43. c153007 teach handle_mounts() to handle RCU mode by Al Viro · 5 years ago
  44. b023e17 lookup_fast(): consolidate the RCU success case by Al Viro · 5 years ago
  45. db3c9ad handle_mounts(): pass dentry in, turn path into a pure out argument by Al Viro · 5 years ago
  46. e73cabf do_last(): collapse the call of path_to_nameidata() by Al Viro · 5 years ago
  47. da5ebf5 lookup_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  48. 239eb98 atomic_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  49. bd7c4b5 handle_mounts(): start building a sane wrapper for follow_managed() by Al Viro · 5 years ago
  50. 31d1726 make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW by Al Viro · 5 years ago
  51. 1c9f5e0 follow_automount() doesn't need the entire nameidata by Al Viro · 5 years ago
  52. 25e195a follow_automount(): get rid of dead^Wstillborn code by Al Viro · 5 years ago
  53. 26df603 fix automount/automount race properly by Al Viro · 5 years ago
  54. 6404674 vfs: fix do_last() regression by Al Viro · 5 years ago
  55. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  56. d0cb501 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 5 years ago
  57. 508c877 fix autofs regression caused by follow_managed() changes by Al Viro · 5 years ago
  58. c64cd6e reimplement path_mountpoint() with less magic by Al Viro · 5 years ago
  59. ab87f9a namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution by Aleksa Sarai · 5 years ago
  60. 8db52c7 namei: LOOKUP_IN_ROOT: chroot-like scoped resolution by Aleksa Sarai · 5 years ago
  61. adb21d2 namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution by Aleksa Sarai · 5 years ago
  62. 72ba292 namei: LOOKUP_NO_XDEV: block mountpoint crossing by Aleksa Sarai · 5 years ago
  63. 4b99d49 namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution by Aleksa Sarai · 5 years ago
  64. 2781214 namei: LOOKUP_NO_SYMLINKS: block symlink resolution by Aleksa Sarai · 5 years ago
  65. 740a167 namei: allow set_root() to produce errors by Aleksa Sarai · 5 years ago
  66. 1bc8207 namei: allow nd_jump_link() to produce errors by Aleksa Sarai · 5 years ago
  67. 2b98149 namei: only return -ECHILD from follow_dotdot_rcu() by Aleksa Sarai · 5 years ago
  68. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  69. 2fa6b1e fs/namei.c: fix missing barriers when checking positivity by Al Viro · 5 years ago
  70. 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
  71. d41efb5 fs/namei.c: pull positivity check into follow_managed() by Al Viro · 5 years ago
  72. 245d736 audit: Report suspicious O_CREAT usage by Kees Cook · 5 years ago
  73. 84a2bd3 fs/namei.c: keep track of nd->root refcount status by Al Viro · 5 years ago
  74. ee594bf fs/namei.c: new helper - legitimize_root() by Al Viro · 5 years ago
  75. c9b07ea audit_inode(): switch to passing AUDIT_INODE_... by Al Viro · 5 years ago
  76. 39145f5 filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there by Al Viro · 5 years ago
  77. ff0ebee filename_lookup(): audit_inode() argument is always 0 by Al Viro · 5 years ago
  78. 116b973 fsnotify: add empty fsnotify_{unlink,rmdir}() hooks by Amir Goldstein · 6 years ago
  79. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  80. f4ec3a3 switch fsnotify_move() to passing const struct qstr * for old_name by Al Viro · 6 years ago
  81. 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
  82. 4c4f7c1 vfs: use READ_ONCE() to access ->i_link by Eric Biggers · 6 years ago
  83. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  84. c3665a6 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  85. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  86. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  87. 31d921c vfs: Add configuration parser helpers by David Howells · 6 years ago
  88. fdb2410 ima: define ima_post_create_tmpfile() hook and add missing call by Mimi Zohar · 6 years ago
  89. 57d4657 audit: ignore fcaps on umount by Richard Guy Briggs · 6 years ago
  90. 94f8200 Revert "vfs: Allow userns root to call mknod on owned filesystems." by Christian Brauner · 7 years ago
  91. 30aba66 namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  92. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  93. 4591343 Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  94. f2df5da fold generic_readlink() into its only caller by Al Viro · 6 years ago
  95. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  96. 5f336e7 few more cleanups of link_path_walk() callers by Al Viro · 6 years ago
  97. 9b5858e allow link_path_walk() to take ERR_PTR() by Al Viro · 6 years ago
  98. edc2b1d make path_init() unconditionally paired with terminate_walk() by Al Viro · 6 years ago
  99. 00a07c1 switch atomic_open() and lookup_open() to returning 0 in all success cases by Al Viro · 6 years ago
  100. 64e1ac4 ->atomic_open(): return 0 in all success cases by Al Viro · 6 years ago