FUSE Enhancements Submitted For Linux 6.13

Written by Michael Larabel in Linux Storage on 25 November 2024 at 10:30 AM EST. 1 Comment
LINUX STORAGE
The FUSE feature enhancements were submitted today for the Linux 6.13 kernel as part of improving the file-system in user-space capabilities.

One of the notable FUSE changes for Linux 6.13 is allowing the maximize size of FUSE requests to be configurable via a new sysctl setting. The "FUSE_MAX_MAX_PAGES" value now can be configured via the "fs.fuse.max_pages_limit" sysctl tunable or as /proc/sys/fs/fuse/fuse_max_max_pages. Up to now FUSE defaulted to 256 as the maximum number of pages which for a 4K page-size kernel meant just a maximum write size of 1MB.

FUSE max pages option


In turn increasing this max_pages_limit for FUSE can allow for better performance by taking advantage of a larger maximum write size. Quadrupling the fuse_max_max_pages value to 1024 has yielded a nice performance improvement in some situations.

The FUSE code in Linux 6.13 also completes more page to folio conversions and brings several fixes. More details on the FUSE changes via this pull request.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week