Re: [RFC 0/9] ext4: Add direct-io atomic write support using fsawu

From: John Garry
Date: Thu Sep 05 2024 - 06:21:00 EST


On 02/03/2024 07:41, Ritesh Harjani (IBM) wrote:

Hi Ritesh,

Hello all,

This RFC series adds support for atomic writes to ext4 direct-io using
filesystem atomic write unit. It's built on top of John's "block atomic
write v5" series which adds RWF_ATOMIC flag interface to pwritev2() and enables
atomic write support in underlying device driver and block layer.

I am curious - do you have any plans to progress this work?

John