branches: front sweep busted HEAD
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
f3b4a20d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2024/05/18 13:39
fs: check name lengths before packing them
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.