[Ocfs2-commits] mfasheh commits r1349 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Aug 10 17:23:12 CDT 2004


Author: mfasheh
Date: 2004-08-10 16:23:11 -0500 (Tue, 10 Aug 2004)
New Revision: 1349

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



Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-08-10 00:44:35 UTC (rev 1348)
+++ trunk/TODO	2004-08-10 21:23:11 UTC (rev 1349)
@@ -2,15 +2,8 @@
   (in the module), or we provide an fsck to find and fix them.
 	- Probably should be handle by the conversion.
 
-* fsck must be able to replay the journal
-
-* provide an ocfsmigrate utility to migrate v1 -> v2 and back.
-
 * Make bitmap reads only read those blocks which we care about
 
-* Make bitmap free functions do their job without relocking the bitmaps for
-  each record.
-
 * make slabs for: ocfs_journal_handle, and ocfs_journal_copyout
 
 * fops, iops on bitmap file (and maybe other system files) should probably be
@@ -39,11 +32,6 @@
 * redo the delete and rename journal credits now that those paths are
   so different
 
-* someone needs to test direct io on 1, 2 and 4k BLOCKSIZE file systems.
-	- works fine, though as2.1 may have issues.
-
-* turn priv_sem into a spinlock.
-
 * 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.
@@ -52,9 +40,6 @@
   can be fixed by either journalling shutdown or shutting down after
   journal shutdown.
 
-* when extending a system file, we sync write the zero'd blocks,
-  investigate whether this should be journalled for performance.
-
 * move the stuff from /proc/sys/kernel/ocfs2/ to /proc/fs/ocfs2/
 
 * in ocfs_extend_file (and possibly other places in the code) we read
@@ -74,6 +59,8 @@
 
 * Endian fixes
 
+* Need to test O_DIRECT on 2.6
+
 Post 1.0:
 * restartable truncate
 
@@ -91,3 +78,8 @@
 * we need to be using i_generation
 
 * port htree to ocfs2
+
+* Make bitmap free functions do their job without relocking the bitmaps for
+  each record.
+
+* turn priv_sem into a spinlock.



More information about the Ocfs2-commits mailing list