The future of DAX
The future of DAX
Posted Mar 29, 2017 2:44 UTC (Wed) by dgc (subscriber, #6611)Parent article: The future of DAX
> files in 1GB-aligned extents, which none do now.
Correction: XFS has supported 1GB aligned extents for about 15 years now. It uses the same mechanism - extent size hints - that is being used to guarantee 2MB aligned extents for supporting huge pages with DAX on XFS. I've mentioned this during discussions several times over the past couple of years....
Posted Mar 29, 2017 3:56 UTC (Wed)
by rzwisler (subscriber, #90544)
[Link] (2 responses)
Posted Mar 29, 2017 10:59 UTC (Wed)
by dgc (subscriber, #6611)
[Link]
FWIW, files in the realtime device are aligned just like normal files except they have a fixed minimum extent size hint that is set on the rt device at mkfs time (see xfs_get_extsz_hint()). IOWs, it uses the same mechanism for aligned allocations that we're supposedly already using for huge pages with DAX..... :P
Posted Mar 30, 2017 19:55 UTC (Thu)
by willy (subscriber, #9762)
[Link]
The future of DAX
The future of DAX
The future of DAX