shithub: gefs

Clone

clone: git://shithub.us/ori/gefs gits://shithub.us/ori/gefs
push: hjgit://shithub.us/ori/gefs
patches to: ori@eigenstate.org

Last commit

ea50e8ab – Ori Bernstein <ori@eigenstate.org> authored on 2024/04/07 19:47
fs: set snaphd gen to -1

About

GEFS is a new file system built for Plan 9.

It aims to be a crash-safe, corruption-detecting, simple, and fast
snapshotting file system, in that order.  GEFS achieves these goals by
building a traditional 9p file system interface on top of a forest of
copy-on-write Bε trees.  It doesn't try to be optimal on all axes, but
good enough for daily use, giving up some performance and features in
order to keep things simple and maintainable by a small community.