Re: [PATCH v2 00/11] large atomic writes for xfs with CoW

From: John Garry
Date: Thu Feb 20 2025 - 02:49:15 EST


On 13/02/2025 13:56, John Garry wrote:
Currently atomic write support for xfs is limited to writing a single
block as we have no way to guarantee alignment and that the write covers
a single extent.

This series introduces a method to issue atomic writes via a software
emulated method.

A gentle ping on this one... thanks