summaryrefslogtreecommitdiffstats
path: root/fs/logfs/gc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [LogFS] Only write journal if dirtyJoern Engel2010-03-041-3/+3
| | | | | This prevents unnecessary journal writes. More importantly it prevents an oops due to a journal write on failed mount.
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+730
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>