Glossary · Term

reflink

← all terms

Definition

A filesystem feature where copying a file doesn't actually copy the data — both names point at the same blocks until one is edited.

A copy-on-write file-copy primitive supported by XFS and other modern filesystems that shares underlying disk blocks by reference; central to DeltaBox's storage cost scaling with delta size rather than snapshot count.

Also called: reflinks

Mentioned in 1 episode

  1. 068
    The OS Trick That Makes Tree Search Practical for Coding Agents