On Fri, May 27, 2022 at 06:06:08PM -0700, Jaegeuk Kim wrote: > I think there's still some benefit to use FUA such as small chunk writes > for checkpoint. Did you measure if there is? Because some SSDs basically implemented FUA as an implied flush after the write, in which case it would not really help there either (but also not hurt). But as the previous two maintainers already said - this needs quirking at the driver layer, not in the submitter.