|
|
Log in / Subscribe / Register

The first half of the 6.6 merge window

The first half of the 6.6 merge window

Posted Aug 31, 2023 20:10 UTC (Thu) by willy (subscriber, #9762)
Parent article: The first half of the 6.6 merge window

> The XFS filesystem has gained the ability to use large folios in the page cache and some associated optimizations, all of which should improve performance significantly for some workloads

XFS has been using large folios in the page cache since May 2021 (merged into v5.17). What's changed here is the ability to create large folios for cached writes. Previously, large folios were only created by read() or mmap().

The patches from Ritesh aren't exactly associated. His motivation was random-write workloads with a block size < PAGE_SIZE, almost the exact opposite problem. It's purely scheduling that they ended up in the same git pull.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds