The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f: Linux 3.18-rc2 (2014-10-26 16:48:41 -0700) 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 ae9e9c6aeea6f91ccb4fb369d7dd8f1a8b5f6a58: ext4: make ext4_ext_convert_to_initialized() return proper number of blocks (2014-10-30 10:53:17 -0400) ---------------------------------------------------------------- A set of miscellaneous ext4 bug fixes for 3.18. ---------------------------------------------------------------- Darrick J. Wong (3): ext4: enable journal checksum when metadata checksum feature enabled ext4: disallow changing journal_csum option during remount ext4: remove extent status procfs files if journal load fails Dmitry Monakhov (1): ext4: prevent bugon on race between write/fcntl Jan Kara (5): ext4: fix overflow when updating superblock backups after resize ext4: fix oops when loading block bitmap failed ext4: bail out from make_indexed_dir() on first error ext4: bail early when clearing inode journal flag fails ext4: make ext4_ext_convert_to_initialized() return proper number of blocks Theodore Ts'o (1): jbd2: use a better hash function for the revoke table fs/ext4/extents.c | 9 ++++----- fs/ext4/file.c | 2 +- fs/ext4/ialloc.c | 4 ++++ fs/ext4/inode.c | 7 ++++++- fs/ext4/namei.c | 28 ++++++++++++++++++---------- fs/ext4/resize.c | 2 +- fs/ext4/super.c | 17 +++++++++++++++-- fs/jbd2/revoke.c | 10 ++-------- 8 files changed, 51 insertions(+), 28 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