JFFS2 is a log-structured file system for use with flash memory devices. Enforces wear levelling by treating the device as a circular log. Successor of JFFS.
Journalling Flash File System version 2 or JFFS2 is a log-structured file system for use with flash memory devices. It is the successor to JFFS. Part of Linux kernel since 2.4.10.
JSSF2 added support for sequential I/O memory devices like NAND (these cannot be memory-mapped for reading), hard links and compression.
See Wikipedia for more details.