[GIT PULL] ext4 bug fixes for 5.6-rc2

From: Theodore Y. Ts'o
Date: Sat Feb 15 2020 - 21:58:45 EST


The following changes since commit e5da4c933c50d98d7990a7c1ca0bbf8946e80c4a:

Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2020-01-30 15:17:05 -0800)

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 d65d87a07476aa17df2dcb3ad18c22c154315bec:

ext4: improve explanation of a mount failure caused by a misconfigured kernel (2020-02-15 09:53:45 -0500)

----------------------------------------------------------------
Miscellaneous ext4 bug fixes (all stable fodder)

----------------------------------------------------------------
Andreas Dilger (1):
ext4: don't assume that mmp_nodename/bdevname have NUL

Jan Kara (2):
ext4: simplify checking quota limits in ext4_statfs()
ext4: fix checksum errors with indexed dirs

Shijie Luo (1):
ext4: add cond_resched() to ext4_protect_reserved_inode

Theodore Ts'o (2):
ext4: fix support for inode sizes > 1024 bytes
ext4: improve explanation of a mount failure caused by a misconfigured kernel

zhangyi (F) (2):
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

fs/ext4/block_validity.c | 1 +
fs/ext4/dir.c | 14 ++++++++------
fs/ext4/ext4.h | 5 ++++-
fs/ext4/inode.c | 12 ++++++++++++
fs/ext4/mmp.c | 12 +++++++-----
fs/ext4/namei.c | 7 +++++++
fs/ext4/super.c | 42 ++++++++++++++++--------------------------
fs/jbd2/commit.c | 46 +++++++++++++++++++++++++---------------------
fs/jbd2/transaction.c | 10 ++++++----
9 files changed, 86 insertions(+), 63 deletions(-)