• Stars
    star
    2
  • Language
    C
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A log-structured filesystem, based on a description of such a system by Tanenbaum and Woodhull, and using Linux FUSE. All data is stored in memory until there is a need to write to the disk. At that time, pending writes buffered in memory are collected and written as a single contiguous segment to the disk, at the end of the โ€œlogโ€ of data.