]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jun 2025 21:55:40 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jun 2025 21:55:40 +0000 (14:55 -0700)
commitcb0de0e220d2233a84a2ff1afb8ffba7597d02fa
treeb79c24a7996b0c4b74284f07b8508d319a4e8ea2
parent5ca7fe213ba3113dde19c4cd46347c16d9e69f81
parentba8dac350faf16afc129ce6303ca4feaf083ccb1
Merge tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs

Pull f2fs fixes from Jaegeuk Kim:

 - fix double-unlock introduced by the recent folio conversion

 - fix stale page content beyond EOF complained by xfstests/generic/363

* tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs:
  f2fs: fix to zero post-eof page
  f2fs: Fix __write_node_folio() conversion