1. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  3. 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
  4. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  5. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  6. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 87eefeb ext4: Add alignment check for DAX mount by Toshi Kani · 8 years ago
  8. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  9. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  10. 12735f8 ext4: pre-zero allocated blocks for DAX IO by Jan Kara · 8 years ago
  11. 914f82a ext4: refactor direct IO code by Jan Kara · 8 years ago
  12. dbc427c ext4: fix race in transient ENOSPC detection by Jan Kara · 8 years ago
  13. 7cb476f ext4: handle transient ENOSPC properly for DAX by Jan Kara · 8 years ago
  14. ae05327 ext4: switch to ->iterate_shared() by Al Viro · 8 years ago
  15. 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 8 years ago
  16. 32157de ext4: remove unnecessary bio get/put by Jens Axboe · 8 years ago
  17. 935244c ext4: silence UBSAN in ext4_mb_init() by Nicolai Stange · 8 years ago
  18. b5cb316 ext4: address UBSAN warning in mb_find_order_for_block() by Nicolai Stange · 8 years ago
  19. 74177f55 ext4: fix oops on corrupted filesystem by Jan Kara · 8 years ago
  20. ff0bc08 ext4: fix check of dqget() return value in ext4_ioctl_setproject() by Seth Forshee · 8 years ago
  21. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  22. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  23. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  24. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  25. 7827a7f ext4: clean up error handling when orphan list is corrupted by Theodore Ts'o · 8 years ago
  26. c9eb13a ext4: fix hang when processing corrupted orphaned inode list by Theodore Ts'o · 8 years ago
  27. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 8 years ago
  28. c8585c6 ext4: fix races between changing inode journal mode and ext4_writepages by Daeho Jeong · 8 years ago
  29. 4c54659 ext4: handle unwritten or delalloc buffers before enabling data journaling by Daeho Jeong · 8 years ago
  30. 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 8 years ago
  31. ee0876b ext4: do not ask jbd2 to write data for delalloc buffers by Jan Kara · 8 years ago
  32. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 8 years ago
  33. 3957ef5 ext4: remove EXT4_STATE_ORDERED_MODE by Jan Kara · 8 years ago
  34. 06bd3c3 ext4: fix data exposure after a crash by Jan Kara · 8 years ago
  35. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  36. 03a8bb0 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 8 years ago
  37. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  38. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  39. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  40. 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
  41. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  42. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  43. c325a67 ext4: ignore quota mount options if the quota feature is enabled by Theodore Ts'o · 8 years ago
  44. 4762cc3 ext4 crypto: fix some error handling by Dan Carpenter · 8 years ago
  45. 8f0e874 ext4: avoid calling dquot_get_next_id() if quota is not enabled by Theodore Ts'o · 8 years ago
  46. e84dfbe ext4: retry block allocation for failed DIO and DAX writes by Jan Kara · 8 years ago
  47. daf647d ext4: add lockdep annotations for i_data_sem by Theodore Ts'o · 8 years ago
  48. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  49. 1028b55 ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  50. 3d43bcf ext4 crypto: use dget_parent() in ext4_d_revalidate() by Theodore Ts'o · 8 years ago
  51. c0a37d487 ext4: use file_dentry() by Miklos Szeredi · 8 years ago
  52. 9dd78d8 ext4: use dget_parent() in ext4_file_open() by Miklos Szeredi · 8 years ago
  53. c9af28f ext4 crypto: don't let data integrity writebacks fail with ENOMEM by Theodore Ts'o · 8 years ago
  54. 121cef8 ext4: in ext4_dir_llseek, check syscall bitness directly by Andy Lutomirski · 8 years ago
  55. 9e92f48 ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  56. 77d9131 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  57. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  58. faeb20e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  59. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  60. 0304688 ext4: clean up error handling in the MMP support by vikram.jadhav07 · 8 years ago
  61. adb7ef6 ext4: use __GFP_NOFAIL in ext4_free_blocks() by Konstantin Khlebnikov · 8 years ago
  62. a2821e34 ext4: fix compile error while opening the macro DOUBLE_CHECK by Aihua Zhang · 8 years ago
  63. 7915a86 ext4: print ext4 mount option data_err=abort correctly by Ales Novak · 8 years ago
  64. 5e1021f ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() by Eryu Guan · 8 years ago
  65. a8ed9b8 ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() by Geliang Tang · 8 years ago
  66. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 8 years ago
  67. 2d90c16 ext4: more efficient SEEK_DATA implementation by Jan Kara · 8 years ago
  68. e3fb8eb ext4: cleanup handling of bh->b_state in DAX mmap by Jan Kara · 8 years ago
  69. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 8 years ago
  70. 140a525 ext4: factor out determining of hole size by Jan Kara · 8 years ago
  71. 718e47a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  72. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 8 years ago
  73. 6ffe77b ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 8 years ago
  74. 600be30 ext4: remove i_ioend_count by Jan Kara · 8 years ago
  75. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 8 years ago
  76. efe70c2 ext4: move trans handling and completion deferal out of _ext4_get_block by Jan Kara · 8 years ago
  77. 705965b ext4: rename and split get blocks functions by Jan Kara · 8 years ago
  78. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 8 years ago
  79. 3bd6ad7 ext4: pack ioend structure better by Jan Kara · 8 years ago
  80. 74c66bc ext4: Fix data exposure after failed AIO DIO by Jan Kara · 8 years ago
  81. 691429e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  82. 1e9d180 ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() by Ross Zwisler · 8 years ago
  83. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 8 years ago
  84. 73f34a5 ext4: online defrag not supported with DAX by Ross Zwisler · 8 years ago
  85. 0a6cf91 ext2, ext4: only set S_DAX for regular inodes by Ross Zwisler · 8 years ago
  86. 29c6eaf ext4: trim unused parameter from convert_initialized_extent() by Eric Whitney · 8 years ago
  87. 6048c64 mbcache: add reusable flag to cache entries by Andreas Gruenbacher · 8 years ago
  88. 3fd1646 ext4: shortcut setting of xattr to the same value by Jan Kara · 8 years ago
  89. 2335d05 ext4: kill ext4_mballoc_ready by Andreas Gruenbacher · 8 years ago
  90. 7a2508e mbcache2: rename to mbcache by Jan Kara · 8 years ago
  91. 82939d7 ext4: convert to mbcache2 by Jan Kara · 8 years ago
  92. 87f9a03 ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 8 years ago
  93. f96c450 ext4: make sure to revoke all the freeable blocks in ext4_free_blocks by Daeho Jeong · 8 years ago
  94. 6332b9b ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes by Eric Sandeen · 8 years ago
  95. 74dae42 ext4: fix crashes in dioread_nolock mode by Jan Kara · 8 years ago
  96. ed8ad83 ext4: fix bh->b_state corruption by Jan Kara · 8 years ago
  97. c906f38 ext4: fix memleak in ext4_readdir() by Kirill Tkhai · 8 years ago
  98. 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 8 years ago
  99. bcff248 ext4: don't read blocks from disk after extents being swapped by Eryu Guan · 8 years ago
  100. 4690176 ext4: fix potential integer overflow by Insu Yun · 8 years ago