shithub: gefs

ref: f3ef860750728e330d9199a9fc5716d8525e972d
dir: /TODO/

View raw version
*** must have before usable for testing ***
- correctly implement deadlists
- fix locking mess on snapshots
- auth against authservers
- implement special file modes: ORCLOSE, OEXCL, etc

*** must have before full release ***
- live alloc log recompression
- Reserve blocks for deletion
- transient exec snapshots
- testing, debugging

*** nice to have, can get testing without ***
- add missing management commands in console
- performance optimization:
	- async page writeback: currently, every write to device is sync.
	- bulk block frees
	- background block frees
	- root block reuse
- small file optimizations
	- inline data
	- block fragmentation