Go to file
Christopher Haster ed674e8414 Added support for the basic file operation
Missing seek, but these are the core filesystem operations
provided by this filesystem:
- Read a file
- Append to a file

Additional work is needed around freeing the previous file, so
right now it's limited to appending to existing files, a real
append only filesystem. Unfortunately the overhead of the free
list with multiple open files is becoming tricky.
2017-03-19 22:25:36 -05:00
emubd Added better handling for metadata pairs 2017-03-19 22:25:36 -05:00
lfs_bd.h Initial commit of progress, minimal formatting niave free list 2017-02-26 18:05:27 -06:00
lfs_config.h Added support for the basic file operation 2017-03-19 22:25:36 -05:00
lfs.c Added support for the basic file operation 2017-03-19 22:25:36 -05:00
lfs.h Added support for the basic file operation 2017-03-19 22:25:36 -05:00
Makefile Adopted ctz skip-list structure earlier than expected 2017-02-26 21:00:39 -06:00