shithub: gefs

ref: 272fbdec89c3861ba1271826153780089b699b91
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