The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to a93cd4cf86466caa49cfe64607bea7f0bde3f916: ext4: Fix hole punching for files with indirect blocks (2014-06-26 12:30:54 -0400) ---------------------------------------------------------------- Fix a regression when trying to compile ext4 on older versions gcc. Fix a number of miscellaneous bugs for punch hole as well as a long-standing potential double buffer head release when failing a block allocation for an indirect-mapped file. ---------------------------------------------------------------- Jan Kara (3): ext4: Fix buffer double free in ext4_alloc_branch() ext4: Fix block zeroing when punching holes in indirect block files ext4: Fix hole punching for files with indirect blocks Namjae Jeon (1): ext4: decrement free clusters/inodes counters when block group declared bad T Makphaibulchoke (1): fs/mbcache: replace __builtin_log2() with ilog2() fs/ext4/balloc.c | 16 ++++++++++++++++ fs/ext4/ialloc.c | 23 +++++++++++++++++++++++ fs/ext4/indirect.c | 24 +++++++++++++++++++----- fs/ext4/mballoc.c | 8 ++++++++ fs/mbcache.c | 3 ++- 5 files changed, 68 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html