mtd/fs/jffs3 TODO,3.4,3.5
Artem Bityuckiy
dedekind at infradead.org
Fri Dec 24 03:21:58 EST 2004
- Previous message: mtd/fs/jffs3 build.c, 3.5, 3.6 compr.c, 3.3, 3.4 compr_zlib.c, 3.2,
3.3 debug.c, 1.6, 1.7 debug.h, 1.17, 1.18 erase.c, 3.4,
3.5 fs.c, 3.5, 3.6 nodelist.c, 3.2, 3.3 nodelist.h, 3.6,
3.7 nodemgmt.c, 3.5, 3.6 read.c, 3.4, 3.5 readinode.c, 3.4,
3.5 super-v24.c, 3.2, 3.3 wbuf.c, 3.6, 3.7 write.c, 3.6, 3.7
- Next message: mtd/fs/jffs3 TODO,3.5,3.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv7145
Modified Files:
TODO
Log Message:
Add more TODOs
Index: TODO
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/TODO,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- TODO 17 Dec 2004 17:07:12 -0000 3.4
+++ TODO 24 Dec 2004 08:21:55 -0000 3.5
@@ -53,3 +53,22 @@
block (may there be one more bogus node in the same block, if there were several consequent
unclean reboots? - not sure ...)
+ - Would be nice to reformat sources and keep lines length < 80
+ characters. Currently it is hard to read JFFS3 sources 80xX
+ terminals.
+
+ - Summaries:
+ 1. In get_inode_nodes - do not check nodes CRC if their block
+ contains summary node (when checking).
+ 2. For NOR do not check nodes CRC at all (never) when there is summary in
+ the block.
+ 3. For nor summaries needed either (not only for NAND). But for not
+ - no need to keep lots of information in summaries. May be just
+ keep summary only header (no data), may be keep only
+ referenced to nodes within the block. Anyway, most important
+ is just to know that there is summary at the end of block. In
+ this case we may be sure that there was no unclean reboot when
+ this block was written, and we may trust this block - that
+ means we may not check CRCs there.
+
+
- Previous message: mtd/fs/jffs3 build.c, 3.5, 3.6 compr.c, 3.3, 3.4 compr_zlib.c, 3.2,
3.3 debug.c, 1.6, 1.7 debug.h, 1.17, 1.18 erase.c, 3.4,
3.5 fs.c, 3.5, 3.6 nodelist.c, 3.2, 3.3 nodelist.h, 3.6,
3.7 nodemgmt.c, 3.5, 3.6 read.c, 3.4, 3.5 readinode.c, 3.4,
3.5 super-v24.c, 3.2, 3.3 wbuf.c, 3.6, 3.7 write.c, 3.6, 3.7
- Next message: mtd/fs/jffs3 TODO,3.5,3.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list