aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs_abi.h
Commit message (Collapse)AuthorAgeFilesLines
* fix "seperate" typos in commentsAnand Gadiyar2010-05-101-5/+5
| | | | | | | s/seperate/separate Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* [LogFS] Change magic numberJoern Engel2010-03-061-1/+1
| | | | | | | Many changes were made during development that could result in old versions of mklogfs and the kernel code being subtly incompatible. Not being a friend of subtleties, I hereby change the magic number. Any old version of mklogfs is now guaranteed to fail.
* [LogFS] Remove h_version fieldJoern Engel2010-03-061-3/+1
| | | | Incompatible change: h_compr is moved up so the padding is all in one chunk.
* [LogFS] Check feature flagsJoern Engel2010-03-051-0/+4
|
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+627
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>