You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
checkpoint race condition
About this tag
The checkpoint race condition tag covers a specific kernel-level bug in the F2FS filesystem, tracked as CVE-2026-23267. This race condition occurs when atomic commit operations overlap with checkpoint writes, leaving the IS_CHECKPOINTED flag in an inconsistent state. The practical impact is that F2FS may make incorrect recovery decisions after a system reboot, potentially leading to filesystem corruption or data loss. The fix was discussed on the F2FS mailing list in late 2025 and applied to the upstream F2FS tree in early 2026. This tag is relevant for Linux kernel developers, system administrators, and anyone interested in filesystem reliability and security vulnerabilities.
The Linux kernel’s F2FS filesystem has received a security-relevant fix for a race condition that can leave the IS_CHECKPOINTED flag in an inconsistent state when atomic commit and checkpoint writes overlap. The issue was discussed on the F2FS mailing list in late December 2025, then applied to...