From: eLinux.org

LogFS

LogFS is a raw flash filesystem, intended to replace JFFS2, with a focus
on scalability.

In July of 2007, Matt Mackall wrote:

  1. LogFS is a filesystem designed to support large volumes on FLASH. It
  2. uses a simple copy-on-write update process to ensure consistency (the
  3. "log" in the name is a historical artifact). It's easily the most
  4. modern and scalable open-source FLASH filesystem available for Linux
  5. and it's well on its way to being accepted in the mainline tree.

It was originally written by Joern Engel, but has recently (up to
October, 2012) been maintained by Prasad Joshi.

LogFS was mainlined in kernel version 2.6.34 (in November 2009).

It appears to be less-used than other flash filesystems, and in some
testing was not robust enough to complete testing.

Resources

Scott Preece wrote:

  1. The big win for LogFS (in my limited knowledge of it) is that it stores
  2. its tree structure in the media, rather than building it in memory at
  3. mount time. This significantly reduces both startup time and memory
  4. consumption. This becomes more important as the size of the flash device
  5. increases.

Some newer flash memory, like MLC (multi-level cell), are not well
supported.