shithub: gefs

ref: b3e1a9e2057a7f30200d4f70a5779546898b22f6
dir: /TODO/

View raw version
*** major issues, need to fix ***
- live alloc log recompression
- Reserve blocks for deletion
- transient exec snapshots
- testing, debugging, bugfixes
- basic performance optimization
	- reduce io ops per update
	- async page writeback: currently, every write to device is sync.

*** nice to have, can go without ***
- add missing management commands in console
- performance optimization:
	- bulk block frees
	- background block frees
	- root block reuse
- small file optimizations
	- inline data
	- block fragmentation