Huge pages in the ext4 filesystem
Huge pages in the ext4 filesystem
Posted Mar 30, 2017 10:19 UTC (Thu) by willy (subscriber, #9762)Parent article: Huge pages in the ext4 filesystem
The details here are hairy and it's far from a fully baked idea. But with this idea in mind, I think we can go ahead and start implementing arbitrary block size support in the page cache, knowing we have a filesystem-side solution if the MM really can't handle the demands of a large block size FS.
I think the MM can be made to work; setting watermarks for each in-use block size can help us keep fragmentation under control. Improving our ability to defragment the slab cache is another key component. ZONE_MOVABLE will also help.
Realistically we're at least a year away from this. There will be plenty to discuss at next year's conference.