Per-CPU VFS Namecache Effectiveness Statistics:
[dragonfly.git] / sys / vfs / coda / TODO
1 OOPS:
2         FreeBSD does not fsync!!!
3
4 Near term:
5         Fix bug in executing/mapping new files.
6         cfs_mount bug: interaction with cfs_inactive no cfs_unsave.
7         vref/vn_lock == vget except no VXWANT which may be on.
8         Review locks: vn_lock/VOP_UNLOCK/lockmgr ...
9
10 Medium term:
11         Add missing VFS methods.
12         Do performance profile.
13         Tune hash algorithm used in cfs_namecache.
14         Tune hash algorithm used in cfs_subr.
15
16 Eventually:
17         Use standard queue macros.