Logfs: Difference between revisions
Jump to navigation
Jump to search
m (added wiki formatting) |
(categorization) |
||
Line 7: | Line 7: | ||
* block compression, |
* block compression, |
||
* |
* [[JFFS2]]-style subblock writes in the journal, |
||
* advanced block allocation methods to separate write-once data from write-often data. |
* advanced block allocation methods to separate write-once data from write-often data. |
||
* block caching (useful for metadata) |
* block caching (useful for metadata) |
||
* delta storage - having an on-flash cache of recent changes without updating the wandering tree yet. |
* delta storage - having an on-flash cache of recent changes without updating the wandering tree yet. |
||
[[Category:OS]] |
|||
[[Category:Developers]] |
|||
[[Category:Software development]] |
Revision as of 18:31, 6 January 2007
Logfs is a new flash-based file system currently under development. The main author is Jörn Engel.
There are early design documents at http://wh.fh-wedel.de/~joern/logfs.pdf.
Later additions not covered in that document include:
- block compression,
- JFFS2-style subblock writes in the journal,
- advanced block allocation methods to separate write-once data from write-often data.
- block caching (useful for metadata)
- delta storage - having an on-flash cache of recent changes without updating the wandering tree yet.