On Thu, 20 Jun 2024 12:53:49 +0000, John Garry wrote:
This series introduces a proposal to implementing atomic writes in theApplied, thanks!
kernel for torn-write protection.
This series takes the approach of adding a new "atomic" flag to each of
pwritev2() and iocb->ki_flags - RWF_ATOMIC and IOCB_ATOMIC, respectively.
When set, these indicate that we want the write issued "atomically".
[...]