Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBIFS: fix writing uncompressed files | Artem Bityutskiy | 2008-12-31 | 1 | -0/+2 |
| | | | | | | | | | UBIFS does not disable compression if ui->flags is non-zero, e.g. if the file has "sync" flag. This is because of the typo which is fixed by this patch. The patch also adds a couple of useful debugging prints. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | ||||
* | UBIFS: add new flash file system | Artem Bityutskiy | 2008-07-15 | 1 | -0/+204 |
This is a new flash file system. See http://www.linux-mtd.infradead.org/doc/ubifs.html Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com> |