Skip to main content
  1. Technology Tags/

Filesystems

Modern Filesystems: Journaling vs Copy-on-Write, the Kernel Write Path, and Data Correctness

··3861 words·19 mins
When engineers discuss storage and file systems, the conversation often starts and stops with the classics: ext4 on Linux, NTFS on Windows, and perhaps XFS for large database servers. For decades, the dominant answer to filesystem reliability was straightforward: journaling.