BSD has had a UnionFS for a while now, by the way.
There are a lot of things we _could_ add to filesystems, E.G.:
* Appending to a read-only filesystem on a separate volume
* File versioning
* Transparent, variable compression
* Format conversion, (I.E. write a png file to a filesystem, and it is
automatically visible as half a dozen other
formats, without them actually existing on
the disk)
* Priorities, (E.G. temp files could have a bit to indicate that we
don't really care how long they remain in
write-cache, instead of flushing them along with
other more-important-to-get-to-the-oxide data)
* WORM mode, (I.E. start at block 1 and use blocks sequentially, never
re-using blocks - makes a tape somewhat usable as a
block device)
Some of these are available in some form or another already. There is
plenty we can do, given enough time :-).
John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/