shithub: gefs

ref: 51913242c311c702c49e2a47c6862249df860a01
dir: /TODO/

View raw version
*** must have before usable for testing ***
- correctly implement deadlists
- auth against authservers
- users and groups:
	- permission checks
	- user and group loading
- complete wstat: implement missing operations
- implement special file modes: ORCLOSE, OEXCL, etc
- add missing management commands in console

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