1. fec2fa2 may_follow_link(): trim arguments by Al Viro · 10 years ago
  2. cd179f4 namei: move bumping the refcount of link->mnt into pick_link() by Al Viro · 10 years ago
  3. e8bb73d namei: fold put_link() into the failure case of complete_walk() by Al Viro · 10 years ago
  4. fab51e8 namei: take the treatment of absolute symlinks to get_link() by Al Viro · 10 years ago
  5. 4f697a5 namei: simpler treatment of symlinks with nothing other that / in the body by Al Viro · 10 years ago
  6. 6920a44 namei: simplify failure exits in get_link() by Al Viro · 10 years ago
  7. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  8. 8402752 namei: simplify the callers of follow_managed() by Al Viro · 10 years ago
  9. 756daf2 VFS: replace {, total_}link_count in task_struct with pointer to nameidata by NeilBrown · 10 years ago
  10. 44163f3 lustre: rip the private symlink nesting limit out by Al Viro · 10 years ago
  11. 626de99 namei: move link count check and stack allocation into pick_link() by Al Viro · 10 years ago
  12. d63ff28 namei: make should_follow_link() store the link in nd->link by Al Viro · 10 years ago
  13. 4693a54 namei: new calling conventions for walk_component() by Al Viro · 10 years ago
  14. 8620c23 link_path_walk: move the OK: inside the loop by Al Viro · 10 years ago
  15. 1543972 namei: have terminate_walk() do put_link() on everything left by Al Viro · 10 years ago
  16. 191d7f7 namei: take put_link() into {lookup,mountpoint,do}_last() by Al Viro · 10 years ago
  17. 1bc4b81 namei: lift (open-coded) terminate_walk() into callers of get_link() by Al Viro · 10 years ago
  18. f0a9ba7 lift terminate_walk() into callers of walk_component() by Al Viro · 10 years ago
  19. 70291ae namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers by Al Viro · 10 years ago
  20. e269f2a namei: we never need more than MAXSYMLINKS entries in nd->stack by Al Viro · 10 years ago
  21. 8eff733 link_path_walk: end of nd->depth massage by Al Viro · 10 years ago
  22. 939724d link_path_walk: nd->depth massage, part 10 by Al Viro · 10 years ago
  23. dc7af8d link_path_walk: nd->depth massage, part 9 by Al Viro · 10 years ago
  24. 21c3003 put_link: nd->depth massage, part 8 by Al Viro · 10 years ago
  25. 9ea57b7 trailing_symlink: nd->depth massage, part 7 by Al Viro · 10 years ago
  26. 0fd889d get_link: nd->depth massage, part 6 by Al Viro · 10 years ago
  27. f7df08e trailing_symlink: nd->depth massage, part 5 by Al Viro · 10 years ago
  28. ef1a3e7 link_path_walk: nd->depth massage, part 4 by Al Viro · 10 years ago
  29. da4e0be link_path_walk: nd->depth massage, part 3 by Al Viro · 10 years ago
  30. fd4620b link_path_walk: nd->depth massage, part 2 by Al Viro · 10 years ago
  31. 071bf50 link_path_walk: nd->depth massage, part 1 by Al Viro · 10 years ago
  32. 894bc8c namei: remove restrictions on nesting depth by Al Viro · 10 years ago
  33. 3b2e7f7 namei: trim the arguments of get_link() by Al Viro · 10 years ago
  34. b9ff442 namei: trim redundant arguments of fs/namei.c:put_link() by Al Viro · 10 years ago
  35. 1d8e03d namei: trim redundant arguments of trailing_symlink() by Al Viro · 10 years ago
  36. 697fc6c namei: move link/cookie pairs into nameidata by Al Viro · 10 years ago
  37. 9e18f10 link_path_walk: cleanup - turn goto start; into continue; by Al Viro · 10 years ago
  38. 0768148 link_path_walk: split "return from recursive call" path by Al Viro · 10 years ago
  39. 32cd746 link_path_walk: kill the recursion by Al Viro · 10 years ago
  40. bdf6cbf link_path_walk: final preparations to killing recursion by Al Viro · 10 years ago
  41. bb8603f link_path_walk: get rid of duplication by Al Viro · 10 years ago
  42. 48c8b0c link_path_walk: massage a bit more by Al Viro · 10 years ago
  43. d40bcc0 link_path_walk: turn inner loop into explicit goto by Al Viro · 10 years ago
  44. 12b0957 link_path_walk: don't bother with walk_component() after jumping link by Al Viro · 10 years ago
  45. b0c24c3 link_path_walk: handle get_link() returning ERR_PTR() immediately by Al Viro · 10 years ago
  46. 95fa25d namei: rename follow_link to trailing_symlink, move it down by Al Viro · 10 years ago
  47. 21fef21 namei: move the calls of may_follow_link() into follow_link() by Al Viro · 10 years ago
  48. 172a39a namei: expand the call of follow_link() in link_path_walk() by Al Viro · 10 years ago
  49. 5a46027 namei: expand nested_symlink() in its only caller by Al Viro · 10 years ago
  50. 896475d do_last: move path there from caller's stack frame by Al Viro · 10 years ago
  51. caa85634 namei: introduce nameidata->link by Al Viro · 10 years ago
  52. d4dee48 namei: don't bother with ->follow_link() if ->i_link is set by Al Viro · 10 years ago
  53. 0a959df namei.c: separate the parts of follow_link() that find the link body by Al Viro · 10 years ago
  54. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  55. 46afd6f namei: lift nameidata into filename_mountpoint() by Al Viro · 10 years ago
  56. f5beed7 name: shift nameidata down into user_path_walk() by Al Viro · 10 years ago
  57. 6a9f40d namei: get rid of lookup_hash() by Al Viro · 10 years ago
  58. a5cfe2d do_last: regularize the logics around following symlinks by Al Viro · 10 years ago
  59. fd2805b do_last: kill symlink_ok by Al Viro · 10 years ago
  60. f488443 namei: take O_NOFOLLOW treatment into do_last() by Al Viro · 10 years ago
  61. 34b128f uninline walk_component() by Al Viro · 10 years ago
  62. 37882db SECURITY: remove nameidata arg from inode_follow_link. by NeilBrown · 10 years ago
  63. b427264 logfs: fix a pagecache leak for symlinks by Al Viro · 10 years ago
  64. ac194dc ceph: switch to simple_follow_link() by Al Viro · 10 years ago
  65. a5ef103 exofs: switch to {simple,page}_symlink_inode_operations by Al Viro · 10 years ago
  66. df64c08 freevxfs: switch to simple_follow_link() by Al Viro · 10 years ago
  67. ad476fe jfs: switch to simple_follow_link() by Al Viro · 10 years ago
  68. 2e03f3e sysv: switch to simple_follow_link() by Al Viro · 10 years ago
  69. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 10 years ago
  70. 4b8061a ufs: switch to simple_follow_link() by Al Viro · 10 years ago
  71. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 10 years ago
  72. 60380f1 shmem: switch to simple_follow_link() by Al Viro · 10 years ago
  73. a8db149 jffs2: switch to simple_follow_link() by Al Viro · 10 years ago
  74. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 10 years ago
  75. 115b420 ext3: switch to simple_follow_link() by Al Viro · 10 years ago
  76. d0deec1 befs: switch to simple_follow_link() by Al Viro · 10 years ago
  77. cbe0fa3 ext2: use simple_follow_link() by Al Viro · 10 years ago
  78. 61ba64f libfs: simple_follow_link() by Al Viro · 10 years ago
  79. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 10 years ago
  80. 3188b29 ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link by NeilBrown · 10 years ago
  81. 90e4fc8 9p: don't bother with __getname() in ->follow_link() by Al Viro · 10 years ago
  82. b46c267 9p: don't bother with 4K allocation for 24-byte local array... by Al Viro · 10 years ago
  83. 030bbdb Linux 4.1-rc3 by Linus Torvalds · 10 years ago
  84. 01d07351 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  85. 332545b Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  86. fdb68e0 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. by Mario Kleiner · 10 years ago
  87. 41f2a93 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  88. 8425ac7 Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 10 years ago
  89. 8f59ae0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  90. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  91. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 95f3b1f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. 1a9f064 m32r: make flush_cpumask non-volatile. by Rusty Russell · 10 years ago
  94. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 10 years ago
  95. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. f15133d path_openat(): fix double fput() by Al Viro · 10 years ago
  97. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 10 years ago
  98. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  99. 5d5df5e Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  100. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago