]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2025 17:58:49 +0000 (10:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2025 17:58:49 +0000 (10:58 -0700)
commit98ac9cc4b4452ed7e714eddc8c90ac4ae5da1a09
tree06d345e729488cf7b3c74fb9649d6ea0f948b1de
parent9f388a653c8a481cbdbdedca081a1f9f3ba204a2
parent9d5c4f5c7a2c7677e1b3942772122b032c265aae
Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs

Pull f2fs fixes from Jaegeuk Kim:

 - fix soft lockupg caused by iput() added in bc986b1d756482a ("fs: stop
   accessing ->i_count directly in f2fs and gfs2")

 - fix a wrong block address map on multiple devices

Link: https://lore.kernel.org/oe-lkp/202509301450.138b448f-lkp@intel.com
* tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs:
  f2fs: fix wrong block mapping for multi-devices
  f2fs: don't call iput() from f2fs_drop_inode()