mtd/fs/jffs2/ecos ChangeLog,1.5,1.6
gthomas at infradead.org
gthomas at infradead.org
Wed Mar 31 22:39:57 EST 2004
Update of /home/cvs/mtd/fs/jffs2/ecos
In directory phoenix.infradead.org:/tmp/cvs-serv15789/fs/jffs2/ecos
Modified Files:
ChangeLog
Log Message:
Merge changes from eCos CVS - see ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 31 Mar 2004 12:17:09 -0000 1.5
+++ ChangeLog 1 Apr 2004 03:39:54 -0000 1.6
@@ -3,6 +3,40 @@
* src/fs-ecos.c (jffs2_fo_write): Set ri.isize so that non-append
writes don't truncate the file.
+2004-03-03 Thomas Koeller <thomas.koeller at baslerweb.com>
+
+ * src/fs-ecos.c:
+ Make JFFS2 honor O_TRUNC flag (again) when opening files with read
+ Access.
+
+2004-03-17 Oyvind Harboe <oyvind.harboe at zylin.com>
+
+ * src/fs-ecos.c:
+ With CYGOPT_FS_JFFS2_WRITE=1, file creation failed. The problem
+ was introduced in fs-ecos.c 1.20
+
+2004-03-11 Oyvind Harboe <oyvind.harboe at zylin.com>
+
+ * src/fs-ecos.c:
+ Fixed umount memory leak. root->jffs2_i.dents where not freed.
+
+2004-02-20 Vincent Catros <Vincent.Catros at elios-informatique.fr>
+
+ * src/fs-ecos.c :
+ (jffs2_find) Policy to skip path separator is no longer
+ "if '/' then skip" but "while '/' then skip" allowing
+ multi '/' separators (i.e : /tmp////foo).
+ (find_entry) Policy to detect end of path is no longer
+ "if '\0' then end_of_path"
+ but "while '/' skip it and then if '\0' then end_of_path"
+ allowing path terminated with any number of '/'
+ (i.e : chdir(/tmp///)).
+
+2004-03-03 Thomas Koeller <thomas.koeller at baslerweb.com>
+
+ * src/fs-ecos.c:
+ Make JFFS2 honor O_TRUNC flag when opening files /w read access.
+
2004-02-17 David Woodhouse <dwmw2 at redhat.com>
* src/fs-ecos.c:
@@ -15,7 +49,11 @@
the _parent_inode, not the child (which may be zero in the case
of an unlink).
-004-01-05 Thomas Koeller <thomas.koeller at baslerweb.com>
+2004-01-09 Thomas Koeller <thomas.koeller at baslerweb.com>
+
+ * src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().
+
+2004-01-05 Thomas Koeller <thomas.koeller at baslerweb.com>
* cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
removed by previous change.
More information about the linux-mtd-cvs
mailing list