]> git.decadent.org.uk Git - kernel-news-talk.git/blobdiff - index.html
Add Btrfs offline dedupe
[kernel-news-talk.git] / index.html
index e899889c3d6e4115aedad2e6ec9aa69118e00cf9..3a07e304378b0f083bda86cb49c01305dded7289 100644 (file)
@@ -86,7 +86,7 @@
       every week or two)
       <ul>
        <li>
-         ...though some features aren't ready to use when they firat
+         ...though some features aren't ready to use when they first
          appear in a release
        </li>
       </ul>
   </ul>
 </div>
 
+<div class="slide">
+  <h1>Btrfs offline dedupe [3.12]</h1>
+  <ul class="incremental">
+    <li>
+      Btrfs generally does COW rather than updating in-place, allowing
+      snapshots and file copies to defer the actual copying and save
+      space
+    </li>
+    <li>
+      Filesystems may still end up with multiple copies of the same
+      file content
+    </li>
+    <li>
+      Btrfs doesn't actively merge these duplicates, but userland can
+      tell it to do so
+    </li>
+    <li>
+      Many file dedupe tools are packaged for Debian, but not one that
+      works with this Btrfs feature, e.g. bedup
+    </li>
+  </ul>
+</div>
+
 <div class="slide">
   <h1>Questions?</h1>
 </div>