Log-structured file system: Difference between revisions

Content deleted Content added
Implementations: Moved UBIFS and LOGFS to JFFS2 to build group of flash memory file systems.
Implementations: LogFS: Raw Flash Media and Block Devices
Line 29:
* [[JFFS]] and its successor [[JFFS2]] are simple [[Linux]] file systems intended for flash-based devices.
* [[UBIFS]] is a filesystem for raw NAND flash media and also intended to replace [[JFFS2]].
* [[LogFS]] is a scalable flash filesystem for [[Linux]] that works on both raw flash media and block devices, intended to replace [[JFFS2]].
* [[YAFFS]] is a NAND flash-specific file system for many operating systems (including Linux).