[GIT PULL] f2fs fix for 5.19-rc4
From: Jaegeuk Kim
Date: Fri Jun 24 2022 - 20:41:06 EST
Hi Linus,
Could you please consider this pull request?
Thanks,
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.19-rc4
for you to fetch changes up to 82c7863ed95d0914f02c7c8c011200a763bc6725:
f2fs: do not count ENOENT for error case (2022-06-21 08:29:56 -0700)
----------------------------------------------------------------
f2fs-fix-5.19
This includes some urgent fixes to avoid generating corrupted inodes
caused by compressed and inline_data files. In addition, another patch
tries to avoid wrong error report which prevents a roll-forward
recovery.
----------------------------------------------------------------
Daeho Jeong (1):
f2fs: fix iostat related lock protection
Jaegeuk Kim (2):
f2fs: attach inline_data after setting compression
f2fs: do not count ENOENT for error case
fs/f2fs/iostat.c | 31 ++++++++++++++++++-------------
fs/f2fs/namei.c | 17 +++++++++++------
fs/f2fs/node.c | 4 +++-
3 files changed, 32 insertions(+), 20 deletions(-)