]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/fs/coda/TODO
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / fs / 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_subr.
14         Make MPSAFE
15
16 $FreeBSD$