diff --git a/doc/todo/Copy-on-Write__47__reflink_support_for_unlocked_files.mdwn b/doc/todo/Copy-on-Write__47__reflink_support_for_unlocked_files.mdwn new file mode 100644 index 0000000000..72b8bf7330 --- /dev/null +++ b/doc/todo/Copy-on-Write__47__reflink_support_for_unlocked_files.mdwn @@ -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.