Just htought of a neat way to get around the "no fs changes in atomic"...just buffer the writes. However, things could get real messy if I attempt to rename files. So far, I'm thnking of taking inspiration from the Linux kernel's dcache and icache. Is supporting filesystem reorganizations in atomic mode worht hte trouble?