]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Oct 2025 14:51:57 +0000 (07:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Oct 2025 14:51:57 +0000 (07:51 -0700)
commit66f8e4df003e61b72fdc794ed0ec8378d74a9a4a
tree27dd926d3add92078f020ae75b8a8e628574d1a6
parent9b332cece987ee1790b2ed4c989e28162fa47860
parentc065b6046b3493a878c2ceb810aed845431badb4
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 bug fixes from Ted Ts'o:

 - Fix regression caused by removing CONFIG_EXT3_FS when testing some
   very old defconfigs

 - Avoid a BUG_ON when opening a file on a maliciously corrupted file
   system

 - Avoid mm warnings when freeing a very large orphan file metadata

 - Avoid a theoretical races between metadata writeback and checkpoints
   (it's very hard to hit in practice, since the race requires that the
   writeback take a very long time)

* tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigs
  ext4: free orphan info with kvfree
  ext4: detect invalid INLINE_DATA + EXTENTS flag combination
  ext4, doc: fix and improve directory hash tree description
  ext4: wait for ongoing I/O to complete before freeing blocks
  jbd2: ensure that all ongoing I/O complete before freeing blocks
arch/arm/configs/omap2plus_defconfig
arch/arm/configs/pxa_defconfig
arch/arm/configs/qcom_defconfig
arch/arm/configs/s3c6400_defconfig
arch/arm/configs/u8500_defconfig
arch/mips/configs/mtx1_defconfig
arch/openrisc/configs/virt_defconfig