[PATCH v3 0/3] Free space fixup on first mount

Matthew L. Creech mlcreech at gmail.com
Thu May 5 16:33:17 EDT 2011


Hi,

The following changes add a superblock option to UBIFS indicating that
it needs to be scanned for LEBs with empty pages the first time it's
mounted.  This is needed because images programmed using "nandwrite"
may contain empty pages, which UBIFS intends to be erased but which
may be programmed as real data.  This causes problems on some NAND
flashes, as described here:

http://www.linux-mtd.infradead.org/faq/ubifs.html#L_why_ubiformat

When this flag is set, the FS is scanned for any in-use LEBs with one
or more free pages, and these LEBs are remapped (which erases the
blank pages).


Changes since v2:
- Ignore lprop->flags for main area LEBs
- Unmap all orphan LEBs
- Remap LEBs in master area & LPT area using internal knowledge of free space

-- 
Matthew L. Creech



More information about the linux-mtd mailing list