
F2FS with Linux 6.14 is converting more I/O paths to using folios, performance optimizations for faster block truncation, and there is caching of more dentry pages. Plus a variety of different bug-fixes to the F2FS driver.
The block truncation optimization comes by way of the f2fs_truncate_data_blocks_range function with making use of f2fs_invalidate_blocks' ability to process continuous blocks at a time.
The full list of F2FS feature patches for the Linux 6.14 kernel via this pull request that has since landed within the latest Linux Git code.