summaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs_abi.h
Commit message (Collapse)AuthorAgeFilesLines
* logfs: remove from treeChristoph Hellwig2016-12-151-629/+0Star
| | | | | | | | | | | | | Logfs was introduced to the kernel in 2009, and hasn't seen any non drive-by changes since 2012, while having lots of unsolved issues including the complete lack of error handling, with more and more issues popping up without any fixes. The logfs.org domain has been bouncing from a mail, and the maintainer on the non-logfs.org domain hasn't repsonded to past queries either. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* 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/+1Star
| | | | 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>