[Ocfs2-commits] mfasheh commits r1356 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Aug 13 18:23:21 CDT 2004


Author: mfasheh
Date: 2004-08-13 17:23:19 -0500 (Fri, 13 Aug 2004)
New Revision: 1356

Modified:
   trunk/TODO
Log:
* update the TODO list.



Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-08-13 21:33:18 UTC (rev 1355)
+++ trunk/TODO	2004-08-13 22:23:19 UTC (rev 1356)
@@ -27,15 +27,9 @@
 
 
 Pre 1.0:
-* Overall buffered I/O performance needs to be looked at.
-
 * redo the delete and rename journal credits now that those paths are
   so different
 
-* the open map change in process vote violates the journalling rules,
-  but may not actually be a problem. We should figure out what to do if
-  anything.
-
 * Shutdown of local alloc might stomp over a journalled buffer. This
   can be fixed by either journalling shutdown or shutting down after
   journal shutdown.
@@ -50,6 +44,8 @@
   ocfs_recover_oin_locks as a size change may have occured on the inodes...
 
 * turn lock ids into a block based value instead of bytes.
+	- after this we should be able to have the read/write
+          functions take arguments in blocks rather than bytes.
 
 * Find all the ocfs_sleep calls and change the values to something
   much much lower.



More information about the Ocfs2-commits mailing list