Hi Linus,
Could you please consider this pull reqeuest having some critical bug fixes?
Thanks,
The following changes since commit 34d4ddd359dbcdf6c5fb3f85a179243d7a1cb7f8:
Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2020-09-08 11:56:47 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.9-rc5
for you to fetch changes up to 20d0a107fb35f37578b919f62bd474d6d358d579:
f2fs: Return EOF on unaligned end of file DIO read (2020-09-08 20:31:33 -0700)
----------------------------------------------------------------
f2fs-for-5.9-rc5
This introduces some bug fixes including 1) SMR drive fix, 2) infinite loop
when building free node ids, 3) EOF at DIO read.
----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
f2fs: Return EOF on unaligned end of file DIO read
Sahitya Tummala (1):
f2fs: fix indefinite loop scanning for free nid
Shin'ichiro Kawasaki (1):
f2fs: Fix type of section block count variables
fs/f2fs/data.c | 3 +++
fs/f2fs/node.c | 3 +++
fs/f2fs/segment.c | 8 ++++----
3 files changed, 10 insertions(+), 4 deletions(-)