shithub: gefs

Download patch

ref: 2cdc13d24e9111fbdd0bfebbcfb31069f4910775
parent: 4767d3be045d6975c5458543bd8ac13dae9bdee3
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Apr 14 23:48:20 EDT 2023

TODO: add more todos

--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
 *** pending disk format changes ***
 - small file optimizations
 	- inline data
+- arenas should have a sync count + hash
+	- loading should use the min sync count
+	  as the source of truth
+- snapshot list grafting needs a revision
+	- no corruption checking right now,
+	  because grafting changes the hash
+	  of the chain.
 
 *** issues, need to fix ***
 - reclaiming data from deleted files is very delayed