Re: [Patch v9 00/10] block atomic writes
John Garry <[email protected]>
| Newsgroups | gmane.linux.kernel.aio.general,gmane.linux.block,gmane.linux.kernel,gmane.linux.file-systems,gmane.linux.scsi,gmane.comp.file-systems.btrfs,gmane.linux.kernel.io-uring |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
On 20/06/2024 22:23, Jens Axboe wrote: > On Thu, 20 Jun 2024 12:53:49 +0000, John Garry wrote: >> This series introduces a proposal to implementing atomic writes in the >> 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". >> >> [...] > Applied, thanks! Thanks Jens. JFYI, we will probably notice a trivial conflict in include/uapi/linux/stat.h when merging, as I fixed a comment there which went into v6.10-rc4 . To resolve, the version in this series can be used, as it also fixes that comment. -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to [email protected]. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"[email protected]">[email protected]</a>