On Wed, Mar 12, 2025 at 08:05:14AM +0000, John Garry wrote: > > Shouldn't we be doing this by default for any extent size hint > > based allocations? > > I'm not sure. > > I think that currently users just expect extszhint to hint at the > granularity only. > > Maybe users don't require alignment and adding an alignment requirement just > leads to more fragmentation. But does it? Once an extsize hint is set I'd expect that we keep getting more allocation with it. And keeping the aligned is the concept of a buddy allocator which reduces fragmentation. Because of that I wonder why we aren't doing that by default.