shithub: gefs

ref: 4a29d3fe0aada31421c2c48f167049ab373a96bf
dir: /TODO/

View raw version
*** must have before usable for testing ***
- 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, bugfixes
- basic performance optimization
	- reduce io ops per update
	- async page writeback: currently, every write to device is sync.

*** nice to have, can get testing 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