Originally Posted By: mlord
One project I might do if I get time/bored, is to write an in-kernel implementation of a simplified version of it, which would get rid of the double copying on reads/writes and make it all pretty much invisible performance-wise.

I don't need to do that, but it just looks like a fun way to play with the Linux VFS layer.

So, a bit like a union mount, but with both underlying FSes writable rather than just the top one?

Peter