diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/cmd/cfs/notes |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/cmd/cfs/notes')
-rwxr-xr-x | sys/src/cmd/cfs/notes | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/src/cmd/cfs/notes b/sys/src/cmd/cfs/notes new file mode 100755 index 000000000..f7618fb41 --- /dev/null +++ b/sys/src/cmd/cfs/notes @@ -0,0 +1,21 @@ +- virtual directories, reading a directory wipes out the + virtual directory. virtual property in the inode. + +- inode contains the qid, inuse, pointers, and virtual + property. one pointer each for 3 levels. + +? reserve version == -1 to mean a virtual file? makes + some things easier. + +- first inode is always the root. + +- adding any virtual entry to a directory makes the + whole directory virtual. + +? how do we keep cfs from swapping? + +? how do we resolve access to missing parts when running + remotely? + +? what are default properties of files (ones we haven't + stat'd)? |