[GIT PULL] ext4 fixes for 5.2-rc2
From: Theodore Ts'o
Date: Sat May 25 2019 - 17:10:40 EST
The following changes since commit 2c1d0e3631e5732dba98ef49ac0bec1388776793:
ext4: avoid panic during forced reboot due to aborted journal (2019-05-17 17:37:18 -0400)
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 66883da1eee8ad4b38eeff7fa1c86a097d9670fc:
ext4: fix dcache lookup of !casefolded directories (2019-05-24 23:48:23 -0400)
----------------------------------------------------------------
Bug fixes (including a regression fix) for ext4.
----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
ext4: fix dcache lookup of !casefolded directories
Jan Kara (2):
ext4: wait for outstanding dio during truncate in nojournal mode
ext4: do not delete unlinked inode from orphan list on failed truncate
Theodore Ts'o (1):
ext4: don't perform block validity checks on the journal inode
fs/ext4/dir.c | 2 +-
fs/ext4/extents.c | 12 ++++++++----
fs/ext4/inode.c | 23 ++++++++++-------------
3 files changed, 19 insertions(+), 18 deletions(-)