aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/readwrite.c
Commit message (Collapse)AuthorAge
* [LogFS] Only write journal if dirtyJoern Engel2010-03-04
| | | | | 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-20
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>