macos-fsync-weaker-than-implied

Status: IN

The codebase uses `os.fsync()` exclusively, which on macOS/APFS does not flush the disk write cache; true durability requires `fcntl(fd, F_FULLFSYNC)` which is never used anywhere

Source: entries/2026/05/29/topic-shadow-paging-or-steal-no-force.md

JSON