Content deleted Content added
→Implementations: mention some other ones |
→Implementations: clarify and remove reiser4 hatin' |
||
Line 23:
*[[NILFS]] is a log-structured file system implementation for [[Linux]] which supports snapshots. As of April 2006, however, it is still in [[development stage#alpha|alpha]] and not ready for production use.
*[[LogFS]] and [[LinLogFS]] are names used for various Linux log-structured file system implementations, the latest one written for [[Google Summer of Code 2005]], however all of these projects were cancelled.
*[[Reiser4]] uses a concept called a [[wandering log]] that is similar to the notion of a log-structured file system.
*[[ZFS]]'s ''Intent Log'' improves on the traditional log-structured filesystem.
More recently, log-structured file systems have been used on storage media like [[flash memory]] and [[CD-RW]] for entirely different reasons. These degrade slowly as they are written to and have a limited number of erase/write cycles.
== References ==
|