1. 7d674b3 hpfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  2. e82c314 hpfs: handle allocation failures in hpfs_add_pos() by Al Viro · 8 years ago
  3. 1d1bb23 gfs2: switch to ->iterate_shared() by Al Viro · 8 years ago
  4. e77d0c6 f2fs: switch to ->iterate_shared() by Al Viro · 8 years ago
  5. 29884ef afs: switch to ->iterate_shared() by Al Viro · 8 years ago
  6. e23e9aa befs: switch to ->iterate_shared() by Al Viro · 8 years ago
  7. 22341d8 befs: constify stuff a bit by Al Viro · 8 years ago
  8. e899108 isofs: switch to ->iterate_shared() by Al Viro · 8 years ago
  9. e17a21d get_acorn_filename(): deobfuscate a bit by Al Viro · 8 years ago
  10. 972b241 btrfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  11. 5e26124 logfs: no need to lock directory in lseek by Al Viro · 8 years ago
  12. 51a16a9 switch ecryptfs to ->iterate_shared by Al Viro · 8 years ago
  13. a063ff1 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  14. 5963ded 9p: switch to ->iterate_shared() by Al Viro · 8 years ago
  15. 98d4b8d fat: switch to ->iterate_shared() by Al Viro · 8 years ago
  16. d375570 romfs, squashfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  17. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  18. 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 8 years ago
  19. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 8 years ago
  20. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 8 years ago
  21. 99d8258 get_rock_ridge_filename(): handle malformed NM entries by Al Viro · 8 years ago
  22. 6a480a7 ecryptfs: fix handling of directory opening by Al Viro · 8 years ago
  23. 9ac3d3e nfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  24. 9cf843e lookup_open(): lock the parent shared unless O_CREAT is given by Al Viro · 8 years ago
  25. 6fbd071 lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lookup hash by Al Viro · 8 years ago
  26. 12fa5e2 lookup_open(): expand the call of real_lookup() by Al Viro · 8 years ago
  27. 384f26e atomic_open(): reorder and clean up a bit by Al Viro · 8 years ago
  28. 1643b43 lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open() by Al Viro · 8 years ago
  29. b3d58ea atomic_open(): be paranoid about may_open() return value by Al Viro · 8 years ago
  30. 0fb1ea0 atomic_open(): delay open_to_namei_flags() until the method call by Al Viro · 8 years ago
  31. fe9ec82 do_last(): take fput() on error after opening to out: by Al Viro · 8 years ago
  32. 47f9dbd do_last(): get rid of duplicate ELOOP check by Al Viro · 8 years ago
  33. 55db2fd atomic_open(): massage the create_error logics a bit by Al Viro · 8 years ago
  34. 9d0728e atomic_open(): consolidate "overridden ENOENT" in open-yourself cases by Al Viro · 8 years ago
  35. 5249e41 atomic_open(): don't bother with EEXIST check - it's done in do_last() by Al Viro · 8 years ago
  36. df889b3 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  37. ce8644f lookup_open(): expand the call of vfs_create() by Al Viro · 8 years ago
  38. 6ac0870 path_openat(): take O_PATH handling out of do_last() by Al Viro · 8 years ago
  39. 3b0a3c1 simple local filesystems: switch to ->iterate_shared() by Al Viro · 8 years ago
  40. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 8 years ago
  41. 3125d26 cifs: switch to ->iterate_shared() by Al Viro · 8 years ago
  42. d9b3dbd fuse: switch to ->iterate_shared() by Al Viro · 8 years ago
  43. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 8 years ago
  44. 76aab3a proc_sys_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  45. 3781764 proc_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  46. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 8 years ago
  47. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 8 years ago
  48. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  49. d9171b9 parallel lookups machinery, part 4 (and last) by Al Viro · 8 years ago
  50. 94bdd65 parallel lookups machinery, part 3 by Al Viro · 8 years ago
  51. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  52. 85c7f81 beginning of transition to parallel lookups - marking in-lookup dentries by Al Viro · 8 years ago
  53. 0568d70 __d_add(): don't drop/regain ->d_lock by Al Viro · 8 years ago
  54. 1936386 lookup_slow(): bugger off on IS_DEADDIR() from the very beginning by Al Viro · 8 years ago
  55. d2caaa0 nfs: missing wakeup in nfs_unblock_sillyrename() by Al Viro · 8 years ago
  56. be5b82d make ext2_get_page() and friends work without external serialization by Al Viro · 8 years ago
  57. b9e1d43 ovl_lookup_real(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  58. 383d4e8 reconnect_one(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  59. 1ae1f3f reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack() by Al Viro · 8 years ago
  60. 5ecfcb2 orangefs: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  61. 7b9743e ocfs2: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  62. 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 8 years ago
  63. 779b839 kernfs: use lookup_one_len_unlocked() by Al Viro · 8 years ago
  64. b968091 security_d_instantiate(): move to the point prior to attaching dentry to inode by Al Viro · 8 years ago
  65. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  66. 10c64ce atomic_open(): fix the handling of create_error by Al Viro · 8 years ago
  67. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  68. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  69. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  70. 79a628d reiserfs: switch to generic_{get,set,remove}xattr() by Al Viro · 8 years ago
  71. 5fdccfe cifs: kill more bogus checks in ->...xattr() methods by Al Viro · 8 years ago
  72. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  73. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  74. 6759212 Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  75. e56f498 orangefs: remove unused variable by Martin Brandenburg · 8 years ago
  76. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 8 years ago
  77. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 8 years ago
  78. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 8 years ago
  79. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  80. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 8 years ago
  81. 2d09a2c Orangefs: xattr.c cleanup by Mike Marshall · 8 years ago
  82. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  83. 56f23fd Btrfs: fix file/data loss caused by fsync after rename and new inode by Filipe Manana · 8 years ago
  84. e865f49 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  85. c7e82c6 Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  86. 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 8 years ago
  87. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  88. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  89. 7ccefb9 btrfs: Reset IO error counters before start of device replacing by Yauhen Kharuzhy · 8 years ago
  90. 0f5dcf8 btrfs: Add qgroup tracing by Mark Fasheh · 8 years ago
  91. c79b471 Btrfs: don't use src fd for printk by Josef Bacik · 8 years ago
  92. 8f282f7 btrfs: fallback to vmalloc in btrfs_compare_tree by David Sterba · 8 years ago
  93. 918c2ee btrfs: handle non-fatal errors in btrfs_qgroup_inherit() by Mark Fasheh · 8 years ago
  94. 0305bc2 btrfs: Output more info for enospc_debug mount option by Qu Wenruo · 8 years ago
  95. 264813a Btrfs: fix invalid reference in replace_path by Liu Bo · 8 years ago
  96. 2a162ce Btrfs: Improve FL_KEEP_SIZE handling in fallocate by Davide Italiano · 9 years ago
  97. 03cc078 do_splice_to(): cap the size before passing to ->splice_read() by Al Viro · 8 years ago
  98. c325a67 ext4: ignore quota mount options if the quota feature is enabled by Theodore Ts'o · 8 years ago
  99. 4762cc3 ext4 crypto: fix some error handling by Dan Carpenter · 8 years ago
  100. 82d2a34 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago