This commit is contained in:
lena.wildervanck@4b6aac156870f72a36b090e210e4747f702b69cb 2022-11-13 15:42:14 +00:00 committed by admin
parent b7aa9d093a
commit 092b118099

View file

@ -0,0 +1 @@
Some filesystems, like BTRFS or ZFS have copy on write support, which means that if files are copied in a special way they share sectors until one of the files is edited. Implementing support would make files take up less space if they are in unlocked mode and not significantly edited.