1. 7228741 open_last_lookups(): don't abuse complete_walk() when all we want is unlazy by Al Viro · 4 years, 10 months ago
  2. f7bb959 open_last_lookups(): consolidate fsnotify_create() calls by Al Viro · 4 years, 10 months ago
  3. c5971b8 take post-lookup part of do_last() out of loop by Al Viro · 4 years, 10 months ago
  4. 0f70595 link_path_walk(): sample parent's i_uid and i_mode for the last component by Al Viro · 4 years, 10 months ago
  5. 60ef60c __nd_alloc_stack(): make it return bool by Al Viro · 4 years, 10 months ago
  6. 4542576 reserve_stack(): switch to __nd_alloc_stack() by Al Viro · 4 years, 10 months ago
  7. 4905590 pick_link(): take reserving space on stack into a new helper by Al Viro · 4 years, 10 months ago
  8. aef9404 pick_link(): more straightforward handling of allocation failures by Al Viro · 4 years, 10 months ago
  9. c99687a fold path_to_nameidata() into its only remaining caller by Al Viro · 4 years, 10 months ago
  10. 84f0cd9 pick_link(): pass it struct path already with normal refcounting rules by Al Viro · 4 years, 10 months ago
  11. 19f6028 fs/namei.c: kill follow_mount() by Al Viro · 4 years, 11 months ago
  12. 2aa3847 non-RCU analogue of the previous commit by Al Viro · 4 years, 11 months ago
  13. 7ef482f helper for mount rootwards traversal by Al Viro · 4 years, 11 months ago
  14. 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  15. efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
  16. 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 4 years, 11 months ago
  17. c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 4 years, 11 months ago
  18. 6dfd9fe follow_dotdot{,_rcu}(): switch to use of step_into() by Al Viro · 4 years, 11 months ago
  19. 7521f22 handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() by Al Viro · 4 years, 11 months ago
  20. 957dd41 move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() by Al Viro · 4 years, 11 months ago
  21. c9a0f75 follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop by Al Viro · 4 years, 11 months ago
  22. abc2c63 follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop by Al Viro · 4 years, 11 months ago
  23. a6a7eb7 expand path_parent_directory() in its callers by Al Viro · 4 years, 10 months ago
  24. 63b2772 path_parent_directory(): leave changing path->dentry to callers by Al Viro · 4 years, 11 months ago
  25. 6b03f7e path_connected(): pass mount and dentry separately by Al Viro · 4 years, 11 months ago
  26. c981a48 split the lookup-related parts of do_last() into a separate helper by Al Viro · 5 years ago
  27. 973d4b7 do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  28. 8795e7d do_last(): simplify the liveness analysis past finish_open_created by Al Viro · 5 years ago
  29. 5a2d3ed do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
  30. 59e96e6 do_last(): don't bother with keeping got_write in FMODE_OPENED case by Al Viro · 5 years ago
  31. 3ad5615 do_last(): merge the may_open() calls by Al Viro · 5 years ago
  32. 7be219b atomic_open(): lift the call of may_open() into do_last() by Al Viro · 5 years ago
  33. 6fb968c atomic_open(): return the right dentry in FMODE_OPENED case by Al Viro · 5 years ago
  34. 9deed3e new helper: traverse_mounts() by Al Viro · 5 years ago
  35. ea936ae massage __follow_mount_rcu() a bit by Al Viro · 5 years ago
  36. c108837 namei: have link_path_walk() maintain LOOKUP_PARENT by Al Viro · 4 years, 10 months ago
  37. d8d4611 link_path_walk(): simplify stack handling by Al Viro · 4 years, 11 months ago
  38. b1a8197 pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT by Al Viro · 5 years ago
  39. 8c4efe2 namei: invert the meaning of WALK_FOLLOW by Al Viro · 5 years ago
  40. b4c0353 sanitize handling of nd->last_type, kill LAST_BIND by Al Viro · 5 years ago
  41. ad6cc4c finally fold get_link() into pick_link() by Al Viro · 5 years ago
  42. 06708ad merging pick_link() with get_link(), part 6 by Al Viro · 5 years ago
  43. b0417d2 merging pick_link() with get_link(), part 5 by Al Viro · 5 years ago
  44. 92d2701 merging pick_link() with get_link(), part 4 by Al Viro · 5 years ago
  45. 40fcf5a merging pick_link() with get_link(), part 3 by Al Viro · 5 years ago
  46. 1ccac62 merging pick_link() with get_link(), part 2 by Al Viro · 5 years ago
  47. 4367972 merging pick_link() with get_link(), part 1 by Al Viro · 5 years ago
  48. a9dc149 expand the only remaining call of path_lookup_conditional() by Al Viro · 5 years ago
  49. 161aff1 LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() by Al Viro · 5 years ago
  50. cbae4d1 fold handle_mounts() into step_into() by Al Viro · 5 years ago
  51. aca2903 new step_into() flag: WALK_NOFOLLOW by Al Viro · 5 years ago
  52. 56676ec step_into() callers: dismiss the symlink earlier by Al Viro · 4 years, 10 months ago
  53. 20e3435 lookup_fast(): take mount traversal into callers by Al Viro · 5 years ago
  54. c153007 teach handle_mounts() to handle RCU mode by Al Viro · 5 years ago
  55. b023e17 lookup_fast(): consolidate the RCU success case by Al Viro · 5 years ago
  56. db3c9ad handle_mounts(): pass dentry in, turn path into a pure out argument by Al Viro · 5 years ago
  57. e73cabf do_last(): collapse the call of path_to_nameidata() by Al Viro · 5 years ago
  58. da5ebf5 lookup_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  59. 239eb98 atomic_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
  60. bd7c4b5 handle_mounts(): start building a sane wrapper for follow_managed() by Al Viro · 5 years ago
  61. 31d1726 make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW by Al Viro · 5 years ago
  62. 1c9f5e0 follow_automount() doesn't need the entire nameidata by Al Viro · 5 years ago
  63. 25e195a follow_automount(): get rid of dead^Wstillborn code by Al Viro · 5 years ago
  64. 26df603 fix automount/automount race properly by Al Viro · 5 years ago
  65. 8f11538 do_add_mount(): lift lock_mount/unlock_mount into callers by Al Viro · 5 years ago
  66. bb6d3fb Linux 5.6-rc1 by Linus Torvalds · 5 years ago
  67. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  68. 380a129 Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  69. 490d332 irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM by Marc Zyngier · 5 years ago
  70. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  71. 5586c3c Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  72. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  73. f413776 Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  74. ca21b9b Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. 2fbc23c Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. f06bed8 Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  77. 6ff90aa Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  78. fdfa3a6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  79. 291abfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  80. 0fd1695 fs: Add VirtualBox guest shared folder (vboxsf) support by Hans de Goede · 5 years ago
  81. d4f309c Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  82. b0ef7cd Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driver by Linus Torvalds · 5 years ago
  83. 4ef1a30 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  84. 5939224 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  85. eab3540 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  86. 1afa9c3 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  87. 469030d Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  88. b85080c Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  89. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  90. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  91. 9959333 Merge branch 'pipe-exclusive-wakeup' by Linus Torvalds · 5 years ago
  92. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  93. 0a06174 compat_ioctl: fix FIONREAD on devices by Arnd Bergmann · 5 years ago
  94. 2f86e45 Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 5 years ago
  95. 29ca3b3 net: thunderx: use proper interface type for RGMII by Tim Harvey · 5 years ago
  96. c76b305 Merge tag 'wireless-drivers-2020-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 5 years ago
  97. 2696e11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  98. d4bf905 powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  99. 9dc086f powerpc/futex: Fix incorrect user access blocking by Michael Ellerman · 5 years ago
  100. 5186a6c irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors by Zenghui Yu · 5 years ago