aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs_abi.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-10fix "seperate" typos in commentsAnand Gadiyar1-5/+5
s/seperate/separate Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2010-03-06[LogFS] Change magic numberJoern Engel1-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.
2010-03-06[LogFS] Remove h_version fieldJoern Engel1-3/+1
Incompatible change: h_compr is moved up so the padding is all in one chunk.
2010-03-05[LogFS] Check feature flagsJoern Engel1-0/+4
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+627
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>