go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Support `RWF_ATOMIC` once more widespread

Open ncruces opened this issue 5 months ago • 0 comments

Using RWF_ATOMIC might allow the Linux VFS to support some form of IOCAP_ATOMIC on xfs and ext4; sys/unix seems to have everything needed in place.

Initial support for ext4 was merged in Linux 6.13, so I need to get my hands on such a system to try it out.

ncruces avatar Jul 21 '25 18:07 ncruces