Comment Log Filesystem - as hardware? (Score 1) 93
This reminds me of the original 'Log Filesystem' research in the 80s, back when drive geometry was known to the OS, and the OS could take steps to optimize for it.
The Log Filesystem concept was to write all data sequentially to disk, and update metadata during idle times.
The basic research influenced a number of filesystems, such as NetApp's WAFL, Sun's ZFS, Linux's JFFS2, etc.
Interesting to see the concept implemented 'in hardware'.