[Ocfs2-commits] mfasheh commits r944 - branches/new-dir-format

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 26 20:23:11 CDT 2004


Author: mfasheh
Date: 2004-05-26 19:23:09 -0500 (Wed, 26 May 2004)
New Revision: 944

Modified:
   branches/new-dir-format/TODO
Log:
* update the TODO list


Modified: branches/new-dir-format/TODO
===================================================================
--- branches/new-dir-format/TODO	2004-05-27 00:07:46 UTC (rev 943)
+++ branches/new-dir-format/TODO	2004-05-27 00:23:09 UTC (rev 944)
@@ -5,10 +5,8 @@
 
 * provide an ocfsmigrate utility to migrate v1 -> v2 and back.
 
-* System files should be locked with cache lock, and we need inodes
-  for them so that we can cache our reads to them. This can also count
-  for the main bitmap. Data writes to the bitmap files can be
-  writethrough or journalled (with delayed playback).
+* System files should be locked with cache lock so we can cache our reads to
+  them. This can also count for the main bitmap.
 
 * Make bitmap reads only read those blocks which we care about
 
@@ -61,3 +59,11 @@
 * Clean up the local alloc path a bit. Specifically the part in
   find_space_from_local where we take the main bitmap lock a bit early... We
   can probably eliminate that and just let it get taken later...
+
+* Remove ocfs_ugly_hack. This can be totally removed after we've gotten rid
+  of the bh_sem_hash.
+
+* Local alloc code can be slightly revamped to not use the commit_bits on
+  the journal handle any more. Also, investigate whether we can use the
+  "undo" access flag on that bitmap.
+



More information about the Ocfs2-commits mailing list