mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
* 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 wrtteback and checkpoints.
(It's very hard to hit in practice, since the race requires that the
writeback take a very long time.)
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAmjvEgUACgkQ8vlZVpUN
gaPLXgf/UzjSmhiLSrvZ6IajGcCvwWI/j7aKL5sIbyz3Wqulz5SuMoZg3Vbi58sp
LJ6H0Ng8E7BCJa0EVf5YN24SAbfR+M4XSsIohjqo7OAXqin4SYSp6TjW9ex7dJmY
uUOHuNQ+r2MTGN2gi9bwgLEGZX5Yhn2jK01KCYb+mr/EMnmQ3iVilYViUd2xdeNv
xQY3+befzoaEtLe58qciPC1tZHFpIJvIj2g0mif3MO4t2zy5viQrn+v1l/CBRvL+
0ZqvAWa9q4GbLWqn62H/2YnIjHm/o437u7m9hExnG3Qhv7X3zhh0LGAZDmHxEO9n
zoNIJuYDhPb+8GfQXmDv/DkKFVXQNg==
=vCC5
-----END PGP SIGNATURE-----
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
|
||
|---|---|---|
| .. | ||
| generic | ||
| ath25_defconfig | ||
| ath79_defconfig | ||
| bcm47xx_defconfig | ||
| bcm63xx_defconfig | ||
| bigsur_defconfig | ||
| bmips_be_defconfig | ||
| bmips_stb_defconfig | ||
| cavium_octeon_defconfig | ||
| ci20_defconfig | ||
| cobalt_defconfig | ||
| cu1000-neo_defconfig | ||
| cu1830-neo_defconfig | ||
| db1xxx_defconfig | ||
| decstation_64_defconfig | ||
| decstation_defconfig | ||
| decstation_r4k_defconfig | ||
| eyeq5_defconfig | ||
| eyeq6_defconfig | ||
| fuloong2e_defconfig | ||
| gcw0_defconfig | ||
| generic_defconfig | ||
| gpr_defconfig | ||
| ip22_defconfig | ||
| ip27_defconfig | ||
| ip28_defconfig | ||
| ip30_defconfig | ||
| ip32_defconfig | ||
| jazz_defconfig | ||
| lemote2f_defconfig | ||
| loongson1_defconfig | ||
| loongson2k_defconfig | ||
| loongson3_defconfig | ||
| malta_defconfig | ||
| malta_kvm_defconfig | ||
| malta_qemu_32r6_defconfig | ||
| maltaaprp_defconfig | ||
| maltasmvp_defconfig | ||
| maltasmvp_eva_defconfig | ||
| maltaup_defconfig | ||
| maltaup_xpa_defconfig | ||
| mtx1_defconfig | ||
| omega2p_defconfig | ||
| pic32mzda_defconfig | ||
| qi_lb60_defconfig | ||
| rb532_defconfig | ||
| rbtx49xx_defconfig | ||
| rm200_defconfig | ||
| rs90_defconfig | ||
| rt305x_defconfig | ||
| sb1250_swarm_defconfig | ||
| vocore2_defconfig | ||
| xway_defconfig | ||