1. 7500c38 fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()" by Al Viro · 8 years ago
  2. 9d95afd kill dentry_unhash() by Al Viro · 8 years ago
  3. 949a852 namei: teach lookup_slow() to skip revalidate by Al Viro · 8 years ago
  4. e3c1392 namei: massage lookup_slow() to be usable by lookup_one_len_unlocked() by Al Viro · 8 years ago
  5. d6d95de lookup_one_len_unlocked(): use lookup_dcache() by Al Viro · 8 years ago
  6. 74ff0ff namei: simplify invalidation logics in lookup_dcache() by Al Viro · 8 years ago
  7. e9742b5 namei: change calling conventions for lookup_{fast,slow} and follow_managed() by Al Viro · 8 years ago
  8. 5d0f49c namei: untanlge lookup_fast() by Al Viro · 8 years ago
  9. 6c51e51 lookup_dcache(): lift d_alloc() into callers by Al Viro · 8 years ago
  10. 6583fe2 do_last(): reorder and simplify a bit by Al Viro · 8 years ago
  11. 5129fa4 do_last(): ELOOP failure exit should be done after leaving RCU mode by Al Viro · 8 years ago
  12. a7f7754 should_follow_link(): validate ->d_seq after having decided to follow by Al Viro · 8 years ago
  13. d456564 namei: ->d_inode of a pinned dentry is stable only for positives by Al Viro · 8 years ago
  14. c80567c do_last(): don't let a bogus return value from ->open() et.al. to confuse us by Al Viro · 8 years ago
  15. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  16. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 9 years ago
  18. 62fb4a1 don't carry MAY_OPEN in op->acc_mode by Al Viro · 9 years ago
  19. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  20. d3883d4 teach page_get_link() to work in RCU mode by Al Viro · 9 years ago
  21. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  22. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  23. e1a63bb restore_nameidata(): no need to clear now->stack by Al Viro · 9 years ago
  24. 248fb5b namei.c: take "jump to root" into a new helper by Al Viro · 9 years ago
  25. ef55d91 path_init(): set nd->inode earlier in cwd-relative case by Al Viro · 9 years ago
  26. 9e6697e namei.c: fold set_root_rcu() into set_root() by Al Viro · 9 years ago
  27. 57e3715 typo in fs/namei.c comment by Mike Marshall · 9 years ago
  28. aa80dea namei: page_getlink() and page_follow_link_light() are the same thing by Al Viro · 9 years ago
  29. 2788cc4 Don't reset ->total_link_count on nested calls of vfs_path_lookup() by Al Viro · 9 years ago
  30. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  31. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  32. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  33. 6de29ccb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  34. f2ca379 namei: permit linking with CAP_FOWNER in userns by Dirk Steinmetz · 9 years ago
  35. daf3761 namei: results of d_is_negative() should be checked after dentry revalidation by Trond Myklebust · 9 years ago
  36. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  37. 2a78b85 namei: fix warning while make xmldocs caused by namei.c by Masanari Iida · 9 years ago
  38. 397d425 vfs: Test for and handle paths that are unreachable from their mnt_root by Eric W. Biederman · 9 years ago
  39. aa65fa3 may_follow_link() should use nd->inode by Al Viro · 9 years ago
  40. 97242f9 link_path_walk(): be careful when failing with ENOTDIR by Al Viro · 9 years ago
  41. 06d7137 namei: make set_root_rcu() return void by Al Viro · 9 years ago
  42. b853a16 turn user_{path_at,path,lpath,path_dir}() into static inlines by Al Viro · 9 years ago
  43. 9883d18 namei: move saved_nd pointer into struct nameidata by Al Viro · 9 years ago
  44. 520ae68 inline user_path_create() by Al Viro · 9 years ago
  45. a2ec4a2 inline user_path_parent() by Al Viro · 9 years ago
  46. 76ae2a5 namei: trim do_last() arguments by Al Viro · 9 years ago
  47. c8a53ee namei: stash dfd and name into nameidata by Al Viro · 9 years ago
  48. 102b8af namei: fold path_cleanup() into terminate_walk() by Al Viro · 9 years ago
  49. 5c31b6c namei: saner calling conventions for filename_parentat() by Al Viro · 9 years ago
  50. 181c37b namei: saner calling conventions for filename_create() by Al Viro · 9 years ago
  51. 391172c namei: shift nameidata down into filename_parentat() by Al Viro · 9 years ago
  52. abc9f5b namei: make filename_lookup() reject ERR_PTR() passed as name by Al Viro · 9 years ago
  53. 9ad1aaa namei: shift nameidata inside filename_lookup() by Al Viro · 9 years ago
  54. e4bd1c1 namei: move putname() call into filename_lookup() by Al Viro · 9 years ago
  55. 625b6d1 namei: pass the struct path to store the result down into path_lookupat() by Al Viro · 9 years ago
  56. 18d8c86 namei: uninline set_root{,_rcu}() by Al Viro · 9 years ago
  57. aed434a namei: be careful with mountpoint crossings in follow_dotdot_rcu() by Al Viro · 9 years ago
  58. 5a8d87e namei: unlazy_walk() doesn't need to mess with current->fs anymore by Al Viro · 9 years ago
  59. 8f47a016 namei: handle absolute symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  60. 8c1b456 enable passing fast relative symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  61. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 9 years ago
  62. bc40aee namei: don't unlazy until get_link() by Al Viro · 9 years ago
  63. 7973387 namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link by Al Viro · 9 years ago
  64. 0450b2d namei: store seq numbers in nd->stack[] by Al Viro · 9 years ago
  65. 31956502 namei: make may_follow_link() safe in RCU mode by Al Viro · 9 years ago
  66. 6548fae namei: make put_link() RCU-safe by Al Viro · 9 years ago
  67. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  68. bda0be7 security: make inode_follow_link RCU-walk aware by NeilBrown · 9 years ago
  69. 181548c namei: pick_link() callers already have inode by Al Viro · 9 years ago
  70. 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 9 years ago
  71. 237d8b3 namei: store inode in nd->stack[] by Al Viro · 9 years ago
  72. 254cf58 namei: don't mangle nd->seq in lookup_fast() by Al Viro · 9 years ago
  73. 6e9918b namei: explicitly pass seq number to unlazy_walk() when dentry != NULL by Al Viro · 9 years ago
  74. 3595e23 link_path_walk: use explicit returns for failure exits by Al Viro · 9 years ago
  75. deb106c namei: lift terminate_walk() all the way up by Al Viro · 9 years ago
  76. 3bdba28 namei: lift link_path_walk() call out of trailing_symlink() by Al Viro · 9 years ago
  77. 368ee9b namei: path_init() calling conventions change by Al Viro · 9 years ago
  78. 34a26b9 namei: get rid of nameidata->base by Al Viro · 9 years ago
  79. 8bcb77f namei: split off filename_lookupat() with LOOKUP_PARENT by Al Viro · 9 years ago
  80. b5cd339 namei: may_follow_link() - lift terminate_walk() on failures into caller by Al Viro · 9 years ago
  81. ab10492 namei: take increment of nd->depth into pick_link() by Al Viro · 9 years ago
  82. 1cf2665 namei: kill nd->link by Al Viro · 9 years ago
  83. fec2fa2 may_follow_link(): trim arguments by Al Viro · 9 years ago
  84. cd179f4 namei: move bumping the refcount of link->mnt into pick_link() by Al Viro · 9 years ago
  85. e8bb73d namei: fold put_link() into the failure case of complete_walk() by Al Viro · 9 years ago
  86. fab51e8 namei: take the treatment of absolute symlinks to get_link() by Al Viro · 9 years ago
  87. 4f697a5 namei: simpler treatment of symlinks with nothing other that / in the body by Al Viro · 9 years ago
  88. 6920a44 namei: simplify failure exits in get_link() by Al Viro · 9 years ago
  89. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  90. 8402752 namei: simplify the callers of follow_managed() by Al Viro · 9 years ago
  91. 756daf2 VFS: replace {, total_}link_count in task_struct with pointer to nameidata by NeilBrown · 9 years ago
  92. 626de99 namei: move link count check and stack allocation into pick_link() by Al Viro · 9 years ago
  93. d63ff28 namei: make should_follow_link() store the link in nd->link by Al Viro · 9 years ago
  94. 4693a54 namei: new calling conventions for walk_component() by Al Viro · 9 years ago
  95. 8620c23 link_path_walk: move the OK: inside the loop by Al Viro · 9 years ago
  96. 1543972 namei: have terminate_walk() do put_link() on everything left by Al Viro · 9 years ago
  97. 191d7f7 namei: take put_link() into {lookup,mountpoint,do}_last() by Al Viro · 9 years ago
  98. 1bc4b81 namei: lift (open-coded) terminate_walk() into callers of get_link() by Al Viro · 9 years ago
  99. f0a9ba7 lift terminate_walk() into callers of walk_component() by Al Viro · 9 years ago
  100. 70291ae namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers by Al Viro · 9 years ago