1. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 8 years ago
  2. e568df6 ext2: Return BH_New buffers for zeroed blocks by Jan Kara · 8 years ago
  3. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  4. e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  5. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  6. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  7. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  8. b46dc03 ext2: reject inodes with negative size by Darrick J. Wong · 8 years ago
  9. 00697ee ext2: use iomap_zero_range() for zeroing truncated page in DAX path by Jan Kara · 8 years ago
  10. a2f6d9c Merge branch 'dax-4.10-iomap-pmd' into origin by Theodore Ts'o · 8 years ago
  11. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  12. 03e0990 ext2: remove support for DAX PMD faults by Ross Zwisler · 8 years ago
  13. 69a9bea ext2: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
  14. e952813 ext2: avoid bogus -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  15. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  16. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  17. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  20. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  21. 8d37059 Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  22. d5bfccd ext2: fix possible integer truncation in ext2_iomap_begin by Christoph Hellwig · 8 years ago
  23. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  24. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  25. 225c516 ext2: Unmap metadata when zeroing blocks by Jan Kara · 8 years ago
  26. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  27. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  28. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  29. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  30. 25f4e70 ext2: use iomap to implement DAX by Christoph Hellwig · 8 years ago
  31. 6750ad7 ext2: stop passing buffer_head to ext2_get_blocks by Christoph Hellwig · 8 years ago
  32. f7a1c35 ext2: Check return value from ext2_get_group_desc() by Jan Kara · 8 years ago
  33. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. ac3ba64 qstr: constify instances in ext2 by Al Viro · 8 years ago
  35. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  36. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  37. ff0031d ext2: fix filesystem deadlock while reading corrupted xattr block by Carlos Maiolino · 8 years ago
  38. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  40. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  41. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 8 years ago
  42. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  43. 284854b ext2: Add alignment check for DAX mount by Toshi Kani · 8 years ago
  44. 86b0624 ext2: Avoid DAX zeroing to corrupt data by Jan Kara · 8 years ago
  45. 9b6cd5f ext2: Fix block zeroing in ext2_get_blocks() for DAX by Jan Kara · 8 years ago
  46. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  47. 3b0a3c1 simple local filesystems: switch to ->iterate_shared() by Al Viro · 8 years ago
  48. be5b82d make ext2_get_page() and friends work without external serialization by Al Viro · 8 years ago
  49. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  50. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  51. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  52. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  53. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  54. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  55. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  56. faeb20e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  57. 691429e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  58. 1e9d180 ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() by Ross Zwisler · 8 years ago
  59. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 8 years ago
  60. 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 8 years ago
  61. 0a6cf91 ext2, ext4: only set S_DAX for regular inodes by Ross Zwisler · 8 years ago
  62. 6048c64 mbcache: add reusable flag to cache entries by Andreas Gruenbacher · 8 years ago
  63. 7a2508e mbcache2: rename to mbcache by Jan Kara · 8 years ago
  64. be0726d ext2: convert to mbcache2 by Jan Kara · 8 years ago
  65. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 80b4adc ext2: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 9 years ago
  67. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  68. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  69. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  70. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  71. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  72. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  73. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  74. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  75. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  76. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  77. ef83b6e ext2, ext4: warn when mounting with dax enabled by Dan Williams · 9 years ago
  78. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  79. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  80. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  81. d7df000 fs/ext2/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  82. 5726b27 ext2: Add locking for DAX faults by Ross Zwisler · 9 years ago
  83. e7b1ea2 ext2: huge page fault support by Matthew Wilcox · 9 years ago
  84. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  85. c2edb30 ext2: Handle error from dquot_initalize() by Jan Kara · 9 years ago
  86. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  88. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  89. b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 9 years ago
  90. 46b15ca vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB by Tejun Heo · 9 years ago
  91. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  92. 108dad6 ext2: enable cgroup writeback support by Tejun Heo · 9 years ago
  93. cbe0fa3 ext2: use simple_follow_link() by Al Viro · 9 years ago
  94. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  95. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  96. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  97. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  98. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  99. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  100. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago