1. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  2. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  3. 5ba97d2 fs/file.c: __fget() and dup2() atomicity rules by Eric Dumazet · 9 years ago
  4. 8a81252 fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  5. 1af95de fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper limitation by Wang YanQing · 9 years ago
  6. 2adc376 vfs: avoid creation of inode number 0 in get_next_ino by Carlos Maiolino · 9 years ago
  7. 06d7137 namei: make set_root_rcu() return void by Al Viro · 9 years ago
  8. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  9. 5d754ce ufs: use dir_pages instead of ufs_dir_pages() by Fabian Frederick · 9 years ago
  10. b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 9 years ago
  11. e5e6e97 remove the pointless include of lglock.h by Al Viro · 9 years ago
  12. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  13. 8ea3a7c Merge branch 'fscache-fixes' into for-next by Al Viro · 9 years ago
  14. a6de82c xfs: Correctly lock inode when removing suid and file capabilities by Jan Kara · 9 years ago
  15. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  16. dbfae0c fs: Provide function telling whether file_remove_privs() will do anything by Jan Kara · 9 years ago
  17. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  18. 2426f39 fs: Fix S_NOSEC handling by Jan Kara · 9 years ago
  19. c0c3a71 fs/posix_acl.c: make posix_acl_create() safer and cleaner by Dan Carpenter · 9 years ago
  20. 6b6dabc nilfs2_direct_IO(): remove dead code by Al Viro · 9 years ago
  21. 2726d56 vfs: add seq_file_path() helper by Miklos Szeredi · 9 years ago
  22. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  23. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  24. f25801e overlay: Call ovl_drop_write() earlier in ovl_dentry_open() by David Howells · 9 years ago
  25. 4ef51e8 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  26. e4f9551 fs/ufs: restore s_lock mutex_init() by Fabian Frederick · 9 years ago
  27. 70d45cd ufs: don't touch mtime/ctime of directory being moved by Al Viro · 9 years ago
  28. a50e4a0 ufs: don't bother with lock_ufs()/unlock_ufs() for directory access by Al Viro · 9 years ago
  29. 514d748 ufs: Fix possible deadlock when looking up directories by Jan Kara · 9 years ago
  30. 12ecbb4 ufs: Fix warning from unlock_new_inode() by Jan Kara · 9 years ago
  31. cdd9eef fs/ufs: restore s_lock mutex by Fabian Frederick · 9 years ago
  32. 13b987e fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" by Fabian Frederick · 9 years ago
  33. 3f4a949 ncpfs: successful rename() should invalidate caches for parents by Al Viro · 9 years ago
  34. 2159184 d_walk() might skip too much by Al Viro · 9 years ago
  35. b853a16 turn user_{path_at,path,lpath,path_dir}() into static inlines by Al Viro · 9 years ago
  36. 9883d18 namei: move saved_nd pointer into struct nameidata by Al Viro · 9 years ago
  37. 520ae68 inline user_path_create() by Al Viro · 9 years ago
  38. a2ec4a2 inline user_path_parent() by Al Viro · 9 years ago
  39. 76ae2a5 namei: trim do_last() arguments by Al Viro · 9 years ago
  40. c8a53ee namei: stash dfd and name into nameidata by Al Viro · 9 years ago
  41. 102b8af namei: fold path_cleanup() into terminate_walk() by Al Viro · 9 years ago
  42. 5c31b6c namei: saner calling conventions for filename_parentat() by Al Viro · 9 years ago
  43. 181c37b namei: saner calling conventions for filename_create() by Al Viro · 9 years ago
  44. 391172c namei: shift nameidata down into filename_parentat() by Al Viro · 9 years ago
  45. abc9f5b namei: make filename_lookup() reject ERR_PTR() passed as name by Al Viro · 9 years ago
  46. 9ad1aaa namei: shift nameidata inside filename_lookup() by Al Viro · 9 years ago
  47. e4bd1c1 namei: move putname() call into filename_lookup() by Al Viro · 9 years ago
  48. 625b6d1 namei: pass the struct path to store the result down into path_lookupat() by Al Viro · 9 years ago
  49. 18d8c86 namei: uninline set_root{,_rcu}() by Al Viro · 9 years ago
  50. aed434a namei: be careful with mountpoint crossings in follow_dotdot_rcu() by Al Viro · 9 years ago
  51. 99ff6cf Documentation: remove outdated information from automount-support.txt by NeilBrown · 9 years ago
  52. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  53. 322105e lustre: kill unused helper by Al Viro · 9 years ago
  54. 539fcc0 lustre: kill unused macro (LOOKUP_CONTINUE) by Al Viro · 9 years ago
  55. 5a8d87e namei: unlazy_walk() doesn't need to mess with current->fs anymore by Al Viro · 9 years ago
  56. 203bc64 update Documentation/filesystems/ regarding the follow_link/put_link changes by Al Viro · 9 years ago
  57. 8f47a016 namei: handle absolute symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  58. 8c1b456 enable passing fast relative symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  59. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 9 years ago
  60. bc40aee namei: don't unlazy until get_link() by Al Viro · 9 years ago
  61. 7973387 namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link by Al Viro · 9 years ago
  62. 0450b2d namei: store seq numbers in nd->stack[] by Al Viro · 9 years ago
  63. 294d71f new helper: __legitimize_mnt() by Al Viro · 9 years ago
  64. 31956502 namei: make may_follow_link() safe in RCU mode by Al Viro · 9 years ago
  65. 6548fae namei: make put_link() RCU-safe by Al Viro · 9 years ago
  66. ecc087f new helper: free_page_put_link() 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. 7b20ea2 security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() by NeilBrown · 9 years ago
  70. 181548c namei: pick_link() callers already have inode by Al Viro · 9 years ago
  71. 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 9 years ago
  72. 237d8b3 namei: store inode in nd->stack[] by Al Viro · 9 years ago
  73. 254cf58 namei: don't mangle nd->seq in lookup_fast() by Al Viro · 9 years ago
  74. 6e9918b namei: explicitly pass seq number to unlazy_walk() when dentry != NULL by Al Viro · 9 years ago
  75. 3595e23 link_path_walk: use explicit returns for failure exits by Al Viro · 9 years ago
  76. deb106c namei: lift terminate_walk() all the way up by Al Viro · 9 years ago
  77. 3bdba28 namei: lift link_path_walk() call out of trailing_symlink() by Al Viro · 9 years ago
  78. 368ee9b namei: path_init() calling conventions change by Al Viro · 9 years ago
  79. 34a26b9 namei: get rid of nameidata->base by Al Viro · 9 years ago
  80. 8bcb77f namei: split off filename_lookupat() with LOOKUP_PARENT by Al Viro · 9 years ago
  81. b5cd339 namei: may_follow_link() - lift terminate_walk() on failures into caller by Al Viro · 9 years ago
  82. ab10492 namei: take increment of nd->depth into pick_link() by Al Viro · 9 years ago
  83. 1cf2665 namei: kill nd->link by Al Viro · 9 years ago
  84. fec2fa2 may_follow_link(): trim arguments by Al Viro · 9 years ago
  85. cd179f4 namei: move bumping the refcount of link->mnt into pick_link() by Al Viro · 9 years ago
  86. e8bb73d namei: fold put_link() into the failure case of complete_walk() by Al Viro · 9 years ago
  87. fab51e8 namei: take the treatment of absolute symlinks to get_link() by Al Viro · 9 years ago
  88. 4f697a5 namei: simpler treatment of symlinks with nothing other that / in the body by Al Viro · 9 years ago
  89. 6920a44 namei: simplify failure exits in get_link() by Al Viro · 9 years ago
  90. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  91. 8402752 namei: simplify the callers of follow_managed() by Al Viro · 9 years ago
  92. 756daf2 VFS: replace {, total_}link_count in task_struct with pointer to nameidata by NeilBrown · 9 years ago
  93. 44163f3 lustre: rip the private symlink nesting limit out by Al Viro · 9 years ago
  94. 626de99 namei: move link count check and stack allocation into pick_link() by Al Viro · 9 years ago
  95. d63ff28 namei: make should_follow_link() store the link in nd->link by Al Viro · 9 years ago
  96. 4693a54 namei: new calling conventions for walk_component() by Al Viro · 9 years ago
  97. 8620c23 link_path_walk: move the OK: inside the loop by Al Viro · 9 years ago
  98. 1543972 namei: have terminate_walk() do put_link() on everything left by Al Viro · 9 years ago
  99. 191d7f7 namei: take put_link() into {lookup,mountpoint,do}_last() by Al Viro · 9 years ago
  100. 1bc4b81 namei: lift (open-coded) terminate_walk() into callers of get_link() by Al Viro · 9 years ago