Logfs: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edits by 60.218.98.94 (Talk); changed back to last version by RafaelOrtiz) |
m (link to UBIFS) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 11: | Line 11: | ||
* 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. |
||
* Garbage collection algorithm - explained by the author in a [http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/91.ogg video] at [http:// |
* Garbage collection algorithm - explained by the author in a [http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/91.ogg video] at [http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/91.pdf Linux Conference Australia in 2007] |
||
The Logfs wiki is located at http://www.logfs.org/logfs/. |
The Logfs wiki is located at http://www.logfs.org/logfs/. |
||
== See also == |
|||
⚫ | |||
*[[UBIFS]] |
|||
⚫ | |||
[[Category:Developers]] |
[[Category:Developers]] |
||
[[Category:Software development]] |
Latest revision as of 01:15, 6 February 2009
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.
- Garbage collection algorithm - explained by the author in a video at Linux Conference Australia in 2007
The Logfs wiki is located at http://www.logfs.org/logfs/.