shithub: gefs

ref: 073427d34f3babc5f716a1c711563cda278fbce0
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

*** nice to have, can get testing without**
- Reserve blocks for deletion
- add missing management commands in console
- transient exec snapshots
- 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
- testing, debugging