* <tt>cp</tt> doesn't duplicate a file, instead it will reuse the existing ondisk data.
-* transparent per-PFS compression
+* transparent per-PFS compression. This could be performed as a background task.
+ In case a file is compressed, it would be nice if it would be possible to access the compressed data,
+ for example to send out web-pages compressed over the wire without having to decompress and recompress
+ again.
* filesystem growing and shrinking (growing is partially implemented, but needs some help).
a background task.
* Clustering
+
+See also: [Ongoing work](http://www.dragonflybsd.org/presentations/nycbsdcon08/img14.png)