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