summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/coda/TODO')
-rw-r--r--sys/fs/coda/TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/fs/coda/TODO b/sys/fs/coda/TODO
new file mode 100644
index 0000000..eac5143
--- /dev/null
+++ b/sys/fs/coda/TODO
@@ -0,0 +1,17 @@
+OOPS:
+ FreeBSD does not fsync!!!
+
+Near term:
+ Fix bug in executing/mapping new files.
+ cfs_mount bug: interaction with cfs_inactive no cfs_unsave.
+ vref/vn_lock == vget except no VXWANT which may be on.
+ Review locks: vn_lock/VOP_UNLOCK/lockmgr ...
+
+Medium term:
+ Add missing VFS methods.
+ Do performance profile.
+ Tune hash algorithm used in cfs_namecache.
+ Tune hash algorithm used in cfs_subr.
+
+Eventually:
+ Use standard queue macros.
OpenPOWER on IntegriCloud