code: mafs

ref: 72614a53c48950b8100c4fbe5b693fac53e912e5
dir: /TODO/

View raw version
implement sync
throttling  when the write queue becomes too much
	show the writer queue when reading /adm/ctl
profiling
read only mode
mafswrite():
	add user and remove user messages
Add readahead?
need rlock() when looking up user id, group id, or user attributes
more consistent use of tree lock.
not using the tree lock for reads - replace RWlock with a Qlock sl
	RWlock is better than the Qlock. Just need to enforce it better.
file system checker
	fsck will be a different user space program
EXCL files - maintain a list of locks in the tree
APPEND files
ORCLOSE
correct /adm/ctl operation:
	echo df >> /adm/ctl
	cat /adm/ctl
make docs/mafs.ms more interesting?
test -A announce

prepare tests and merge chktag.c and tests/sizes.c