Mercurial > ecos-v3_0-branch
annotate packages/fs/jffs2/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 13376f3cfc60 |
| children | 0afe83b6e867 |
| rev | line source |
|---|---|
|
2631
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
1 2008-11-18 Jonathan Larmour <jifl@eCosCentric.com> |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
2 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
3 * tests/jffs2_1.c, tests/jffs2_2.c, tests/jffs2_3.c: |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
4 Select device name to use according to configury, including flash |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
5 API in use. |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
6 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
7 2008-06-09 Jonathan Larmour <jifl@eCosCentric.com> |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
8 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
9 * cdl/jffs2.cdl (CYGPKG_FS_JFFS2_CFLAGS_ADD): Conditionalise use of |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
10 workaround for building with native linux tools so that it only |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
11 applies when using synth target. Otherwise it can cause problems |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
12 with some other third-party builds of the toolchain. |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
13 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
14 2004-07-14 Andrew Lunn <andrew.lunn@ascom.ch> |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
15 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
16 * tests/fileio1.c (main): If we have two filesystem configured |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
17 mount the second one on /mnt and list the root of it. |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
18 |
|
2475
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
19 2008-04-02 Xinghua Yang <yxinghua@sunnorth.com.cn> |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
20 Taiyun Wang <taiyun@sunnorth.com.cn> |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
21 Andrew Lunn <andrew.lunn@ascom.ch> |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
22 |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
23 * cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
24 whether jffs2 sets file type in jffs2_fo_dirread. |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
25 * src/fs-ecos.c: Set file type in jffs2_fo_dirread. |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
26 * tests/jffs2_1.c: Test the new d_type in dirent when present. |
|
e302e779e69b
* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
asl
parents:
2199
diff
changeset
|
27 |
|
2199
9619b62d5be9
* src/fs-ecos.c: Generalise the check for broken ARM compilers
asl
parents:
2043
diff
changeset
|
28 2006-03-09 Andrew Lunn <andrew.lunn@ascom.ch> |
|
9619b62d5be9
* src/fs-ecos.c: Generalise the check for broken ARM compilers
asl
parents:
2043
diff
changeset
|
29 |
|
9619b62d5be9
* src/fs-ecos.c: Generalise the check for broken ARM compilers
asl
parents:
2043
diff
changeset
|
30 * src/fs-ecos.c: Generalise the check for broken ARM compilers |
|
9619b62d5be9
* src/fs-ecos.c: Generalise the check for broken ARM compilers
asl
parents:
2043
diff
changeset
|
31 and add the MIPS compiler as also being broken. |
|
9619b62d5be9
* src/fs-ecos.c: Generalise the check for broken ARM compilers
asl
parents:
2043
diff
changeset
|
32 |
|
2043
27faf7001794
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
asl
parents:
2042
diff
changeset
|
33 2005-08-03 Andrew Lunn <andrew.lunn@ascom.ch> |
|
27faf7001794
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
asl
parents:
2042
diff
changeset
|
34 |
|
27faf7001794
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
asl
parents:
2042
diff
changeset
|
35 * tests/jffs2_1.c: Include <stdio.h> to stop compiler warning. |
|
27faf7001794
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
asl
parents:
2042
diff
changeset
|
36 |
| 2042 | 37 2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch> |
|
1936
b58e464e09f8
* tests/jffs2_[123].c: Fixed compiler warnings for parameter
asl
parents:
1897
diff
changeset
|
38 |
| 2042 | 39 * Merge to public MTD |
|
1936
b58e464e09f8
* tests/jffs2_[123].c: Fixed compiler warnings for parameter
asl
parents:
1897
diff
changeset
|
40 |
|
1897
45b8b118a6a8
* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
asl
parents:
1890
diff
changeset
|
41 2005-02-25 Andrew Lunn <andrew.lunn@ascom.ch> |
|
45b8b118a6a8
* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
asl
parents:
1890
diff
changeset
|
42 |
|
45b8b118a6a8
* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
asl
parents:
1890
diff
changeset
|
43 * src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file |
|
45b8b118a6a8
* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
asl
parents:
1890
diff
changeset
|
44 when opening it with O_TRUNC. Test case from Knud Woehler. |
|
45b8b118a6a8
* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
asl
parents:
1890
diff
changeset
|
45 |
| 1890 | 46 2005-02-08 Estelle HAMMACHE <estelle.hammache@st.com> |
| 47 | |
| 48 * src/fs-ecos.c | |
| 49 * src/dir-ecos.c: Fixed the sign of the return codes in various | |
| 50 places. iput the inode only after we have finished with | |
| 51 it etc. | |
| 52 | |
| 1881 | 53 2005-01-22 Andrew Lunn <andrew.lunn@ascom.ch> |
| 54 | |
| 55 * Merge from public MTD. | |
| 56 | |
| 1871 | 57 2004-11-14 Per Hedblom <perhedblom@abem.se> |
| 1873 | 58 Andrew Lunn <andrew.lunn@ascom.ch> |
| 59 | |
| 1871 | 60 * src/os-ecos.h: Added gc tread support |
| 61 * src/fs-ecos.c: Removed some includes | |
| 62 * cdl/jffs2.cdl: Added gc thread support | |
| 1873 | 63 * tests/jffs2_3.c: New text to exersise the garbage collect code. |
| 64 | |
|
1858
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
65 2004-12-13 John Dallaway <jld@ecoscentric.com> |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
66 |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
67 * tests/fileio1.c: Rename to jffs2_1.c. eCos test names should be |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
68 unique. |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
69 * tests/fseek1.c: Rename to jffs2_2.c. |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
70 * cdl/jffs2.cdl: Build the renamed tests. |
|
ed77ba8848ad
* fs/ram/current/tests/fseek1.c, fs/jffs2/current/tests/fileio1.c,
jld
parents:
1856
diff
changeset
|
71 |
|
1856
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
72 2004-12-10 Per Hedblom <per.hedblom@abem.se> |
|
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
73 |
|
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
74 * src/fs-ecos.c: Use filesystem locking not file locking otherwise |
|
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
75 the node cache can be corrupted by multiple operations on |
|
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
76 different files at the same time. |
|
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
77 |
| 1834 | 78 2004-11-11 Andrew Lunn <andrew.lunn@ascom.ch> |
| 79 | |
| 80 * Merge from public MTD. | |
| 81 | |
| 82 2004-11-11 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 83 | |
| 84 * src/build.c: Removed Oyvind Harboe's patch from 2004-04-19 | |
| 85 since it was rejected upstream. | |
| 86 | |
|
1816
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
87 2004-10-20 Per Hedblom <perhedblom@abem.se> |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
88 |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
89 * src/fs-ecos.c (jffs2_open): Call iput on dir node if |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
90 jffs2_create fails. |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
91 * src/fs-ecos.c (jffs2_umount): use jffs2_free_full_dirent instead |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
92 of free. |
|
658319b65ae3
* src/fs-ecos.c (jffs2_open): Call iput on dir node if
asl
parents:
1812
diff
changeset
|
93 |
|
1812
119d236b530c
* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
asl
parents:
1757
diff
changeset
|
94 2004-10-07 Knud Woehler <knud.woehler@microplex.de> |
|
119d236b530c
* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
asl
parents:
1757
diff
changeset
|
95 |
|
119d236b530c
* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
asl
parents:
1757
diff
changeset
|
96 * src/fs-ecos.c (find_entry): jffs2_lookup may return error codes. |
|
119d236b530c
* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
asl
parents:
1757
diff
changeset
|
97 Check added. |
|
119d236b530c
* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
asl
parents:
1757
diff
changeset
|
98 |
|
1757
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
99 2004-09-16 Dirk Eibach <eibach@gdsys.de> |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
100 2004-09-19 Andrew Lunn <andrew.lunn@ascom.ch> |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
101 |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
102 * cdl/jffs2.cdl: Fixed outdated definitions for compression options. |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
103 * src/fs-ecos.c: Added missing calls for jffs2_compressors_init() |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
104 and jffs2_compressors_exit() |
|
c4a8f3019f9c
* cdl/jffs2.cdl: Fixed outdated definitions for compression options.
asl
parents:
1714
diff
changeset
|
105 |
|
1714
3fc626a650ab
* src/compr.h: Committed this file which if forgot yesterday.
asl
parents:
1713
diff
changeset
|
106 2004-08-13 Andrew Lunn <andrew.lunn@ascom.ch> |
|
3fc626a650ab
* src/compr.h: Committed this file which if forgot yesterday.
asl
parents:
1713
diff
changeset
|
107 |
|
3fc626a650ab
* src/compr.h: Committed this file which if forgot yesterday.
asl
parents:
1713
diff
changeset
|
108 * src/compr.h: Committed this file which if forgot yesterday. |
|
3fc626a650ab
* src/compr.h: Committed this file which if forgot yesterday.
asl
parents:
1713
diff
changeset
|
109 |
| 1713 | 110 2004-08-12 Andrew Lunn <andrew.lunn@ascom.ch> |
| 111 Gary Thomas <gary@mlbassoc.com> | |
| 112 | |
| 113 * Merge from public MTD. | |
| 114 | |
|
2631
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
115 2004-07-10 Andrew Lunn <andrew.lunn@ascom.ch> |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
116 |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
117 * src/flashio.c (jffs2_flash_erase): Minor update for new |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
118 flash API. |
|
13376f3cfc60
Merge flashv2 branch to trunk, with eCosCentric additions
jlarmour
parents:
2475
diff
changeset
|
119 |
|
1620
d04fae1f5cde
* src/build.c: JFFS2 can now be used as a write-once, read many mode
jlarmour
parents:
1601
diff
changeset
|
120 2004-04-19 Oyvind Harboe <oyvind.harboe@zylin.com> |
|
d04fae1f5cde
* src/build.c: JFFS2 can now be used as a write-once, read many mode
jlarmour
parents:
1601
diff
changeset
|
121 |
|
d04fae1f5cde
* src/build.c: JFFS2 can now be used as a write-once, read many mode
jlarmour
parents:
1601
diff
changeset
|
122 * src/build.c: JFFS2 can now be used as a write-once, read many mode |
|
d04fae1f5cde
* src/build.c: JFFS2 can now be used as a write-once, read many mode
jlarmour
parents:
1601
diff
changeset
|
123 for really small flash disks, e.g. configuration parameters. |
|
d04fae1f5cde
* src/build.c: JFFS2 can now be used as a write-once, read many mode
jlarmour
parents:
1601
diff
changeset
|
124 |
| 1601 | 125 2004-04-21 Gary Thomas <gary@mlbassoc.com> |
| 126 | |
| 127 * src/fs-ecos.c: Merge from public MTD - verify file position | |
| 128 after each operation (safety check). | |
| 129 | |
|
1567
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
130 2004-04-06 Andrew Lunn <andrew.lunn@ascom.ch> |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
131 |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
132 * src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
133 * src/fs-ecos.c (jffs2_fo_lseek): Allow seeking past EOF. |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
134 * tests/fseek1.c (main): fseek and simple test of a hole in a file |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
135 * cdl/jffs2.cdl: Added new test program fseek1. |
|
9a3dbd0dc33d
* src/fs-ecos.c (jffs2_extend_file): Fix creation of hole inode's
asl
parents:
1562
diff
changeset
|
136 |
| 1562 | 137 2004-03-31 David Woodhouse <dwmw2@infradead.org> |
| 138 | |
| 139 * src/fs-ecos.c (jffs2_fo_write): Set ri.isize so that non-append | |
| 140 writes don't truncate the file. | |
| 141 | |
| 1550 | 142 2004-03-03 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 143 | |
| 144 * src/fs-ecos.c: | |
| 145 Make JFFS2 honor O_TRUNC flag (again) when opening files with read | |
| 146 Access. | |
| 147 | |
| 1549 | 148 2004-03-17 Oyvind Harboe <oyvind.harboe@zylin.com> |
| 149 | |
| 150 * src/fs-ecos.c: | |
| 151 With CYGOPT_FS_JFFS2_WRITE=1, file creation failed. The problem | |
| 152 was introduced in fs-ecos.c 1.20 | |
| 153 | |
| 1547 | 154 2004-03-11 Oyvind Harboe <oyvind.harboe@zylin.com> |
| 155 | |
| 156 * src/fs-ecos.c: | |
| 157 Fixed umount memory leak. root->jffs2_i.dents where not freed. | |
| 158 | |
| 1533 | 159 2004-02-20 Vincent Catros <Vincent.Catros@elios-informatique.fr> |
| 160 | |
| 161 * src/fs-ecos.c : | |
| 162 (jffs2_find) Policy to skip path separator is no longer | |
| 163 "if '/' then skip" but "while '/' then skip" allowing | |
| 164 multi '/' separators (i.e : /tmp////foo). | |
| 165 (find_entry) Policy to detect end of path is no longer | |
| 166 "if '\0' then end_of_path" | |
| 167 but "while '/' skip it and then if '\0' then end_of_path" | |
| 168 allowing path terminated with any number of '/' | |
| 169 (i.e : chdir(/tmp///)). | |
| 170 | |
|
1536
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
171 2004-03-03 Thomas Koeller <thomas.koeller@baslerweb.com> |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
172 |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
173 * src/fs-ecos.c: |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
174 Make JFFS2 honor O_TRUNC flag when opening files /w read access. |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
175 |
|
1856
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
176 2004-02-17 David Woodhouse <dwmw2@infradead.org> |
|
1481
ba7fea8efa2f
* src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().
asl
parents:
1458
diff
changeset
|
177 |
| 1500 | 178 * src/fs-ecos.c: |
| 179 Don't re-initialise the already-locked f->sem. It makes eCos unhappy. | |
| 180 | |
|
1856
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
181 2004-01-27 David Woodhouse <dwmw2@infradead.org> |
|
1481
ba7fea8efa2f
* src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().
asl
parents:
1458
diff
changeset
|
182 |
| 1500 | 183 * src/write.c: |
| 184 Fix bug noted by Howard Gray; dirents belong to, and should dirty, | |
| 185 the _parent_inode, not the child (which may be zero in the case | |
| 186 of an unlink). | |
|
1458
b535fe01cba6
* cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
asl
parents:
1443
diff
changeset
|
187 |
|
1536
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
188 2004-01-09 Thomas Koeller <thomas.koeller@baslerweb.com> |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
189 |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
190 * src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link(). |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
191 |
|
748c09136e09
Redo some previous changes that were lost in merge with MTD files
gthomas
parents:
1533
diff
changeset
|
192 2004-01-05 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 1500 | 193 |
| 194 * cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been | |
|
1458
b535fe01cba6
* cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
asl
parents:
1443
diff
changeset
|
195 removed by previous change. |
| 1500 | 196 |
|
1856
15dd41bdd560
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
asl
parents:
1834
diff
changeset
|
197 2003-11-26 David Woodhouse <dwmw2@infradead.org> |
| 1443 | 198 |
| 199 JFFS2 cleanup and import of newer code. Remove last vestiges of | |
| 200 Linuxisms such as 'struct inode' from the core code, leaving eCos | |
| 201 with no excuse, and renaming the eCos 'struct inode' to make that | |
| 202 point. Fix i_count handling throughout. Clean up remaining Linuxisms | |
| 203 such as 'struct qstr' to the point where jffs2port.h can be removed. | |
| 204 Add skeleton for background garbage-collect thread. Fix compression | |
| 205 so that it's actually called, and even with the right pointers. Turn | |
| 206 on -Werror again. Zero tolerance is a good thing. Make the i_mode | |
| 207 conversion functions non-inline to avoid warnings. Fix namespace | |
| 208 pollution (of all but ^jffs2_* at least). Move physical flash I/O | |
| 209 functions into separate file flashio.c for relatively easy | |
| 210 substitution. Various other cruftectomy. | |
| 211 | |
|
1403
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
212 2003-11-25 Andrew Lunn <andrew.lunn@ascom.ch> |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
213 |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
214 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
215 ARM gcc 3.2 compiler. |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
216 |
| 1378 | 217 2003-11-21 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 218 | |
| 219 * cdl/jffs2.cdl: Do not require zlib package if no | |
| 220 compression configured. | |
| 221 | |
| 1373 | 222 2003-11-20 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 223 | |
| 224 * cdl/jffs2.cdl: | |
| 225 * src/malloc-ecos.c: | |
| 226 * src/fs-ecos.c: Allocate jffs2_raw_node_ref structs | |
| 227 from pool or malloc depending on a CDL configuration. | |
| 228 | |
| 229 2003-11-20 David Woodhouse <dwmw2@infradead.org> | |
| 230 | |
| 231 * Rearrangement of the compression code into a cleaner API | |
| 232 which can be disabled under control from CDL. | |
| 233 | |
| 1305 | 234 2003-10-14 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 235 | |
| 1373 | 236 * src/os-ecos.h: Made definition of CONFIG_JFFS2_FS_DEBUG |
| 237 conditional, so it can be overwritten by a -D compiler | |
| 238 option. | |
| 1305 | 239 |
| 1271 | 240 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 241 | |
| 242 * src/fs-ecos.c: Another umount() fix. | |
| 243 | |
|
1269
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
244 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch> |
|
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
245 |
| 1373 | 246 * src/fs-ecos.c: Added test to detect known broken ARM compiler |
|
1269
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
247 |
| 1241 | 248 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 249 | |
| 250 * src/fs-ecos.c: Fixed broken hard link creation. | |
| 1373 | 251 |
|
1239
b3be08d8eebb
* src/fs-ecos.c: Minor optimization of previous patch.
asl
parents:
1238
diff
changeset
|
252 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch> |
|
b3be08d8eebb
* src/fs-ecos.c: Minor optimization of previous patch.
asl
parents:
1238
diff
changeset
|
253 |
| 1373 | 254 * src/fs-ecos.c: Minor optimization of previous patch. |
| 255 | |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
256 2003-09-21 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 1373 | 257 Andrew Lunn <andrew.lunn@ascom.ch> |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
258 |
| 1373 | 259 * src/fs-ecos.c: Do not decrement mount count for unsuccessful |
| 260 umount attempts. | |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
261 |
| 1222 | 262 2003-09-19 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 263 | |
| 1373 | 264 * src/fs-ecos.c: Another inode number fix. |
| 1222 | 265 |
|
1220
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
266 2003-09-18 Thomas Koeller <thomas.koeller@baslerweb.com> |
|
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
267 |
| 1373 | 268 * src/fs-ecos.c: Inode number returned by stat() was bogus. |
|
1220
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
269 |
|
1139
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
270 2003-07-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
271 |
| 1373 | 272 * src/os-ecos.h: Added new #defines require for the recent jffs2 |
| 273 import. | |
|
1139
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
274 |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
275 2003-07-27 Michael Checky <Michael_Checky@ThermoKing.com> |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
276 |
| 1373 | 277 * src/fs-ecos.c: Changed the return error code to be negative as |
| 278 expected by jffs2_flash_read() and jffs2_flash_write(). | |
| 279 | |
|
954
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
280 2003-04-23 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
|
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
281 |
| 1373 | 282 * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end. |
|
954
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
283 |
| 875 | 284 2003-03-25 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 285 | |
| 1373 | 286 * src/fs-ecos.c |
| 875 | 287 Fixed segmentation fault when unmounting file system. |
| 288 | |
| 705 | 289 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
| 290 | |
| 1373 | 291 * cdl/jffs2.cdl: Fix doc link. |
| 705 | 292 |
|
572
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
293 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com> |
|
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
294 |
| 1373 | 295 * cdl/jffs2.cdl: Remove unused flash geometry CDL options. |
|
572
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
296 |
| 570 | 297 2003-02-04 Gary Thomas <gary@mlbassoc.com> on behalf of |
| 1373 | 298 2003-02-04 David Woodhouse <dwmw2@cambridge.redhat.com> |
| 570 | 299 |
| 1373 | 300 * src/write.c: |
| 301 * src/scan.c: | |
| 302 * src/readinode.c: | |
| 303 * src/read.c: | |
| 304 * src/pushpull.h: | |
| 305 * src/os-ecos.h: | |
| 306 * src/nodemgmt.c: | |
| 307 * src/nodelist.h: | |
| 308 * src/nodelist.c: | |
| 309 * src/malloc-ecos.c: | |
| 310 * src/jffs2port.h: | |
| 311 * src/gc.c: | |
| 312 * src/file-ecos.c: | |
| 313 * src/erase.c: | |
| 314 * src/dir-ecos.c: | |
| 315 * src/compr_zlib.c: | |
| 316 * src/compr_rubin.c: | |
| 317 * src/compr_rtime.c: | |
| 318 * src/compr.c: | |
| 319 * src/build.c: | |
| 320 * cdl/jffs2.cdl: Update to latest public JFFS2 codebase. | |
| 570 | 321 |
| 1373 | 322 * src/list.h: |
| 323 * src/jffs2_fs_sb.h: | |
| 324 * src/jffs2_fs_i.h: | |
| 325 * src/jffs2.h: | |
| 326 * src/jffs2.c: | |
| 327 * src/crc32.h: | |
| 328 * src/background.c: Removed/renamed file(s). | |
| 570 | 329 |
| 1373 | 330 * src/fs-ecos.c: |
| 331 * include/linux/jffs2_fs_sb.h: | |
| 332 * include/linux/jffs2_fs_i.h: | |
| 333 * include/linux/jffs2.h: New file(s). | |
| 570 | 334 |
| 561 | 335 2002-12-06 Andrew Lunn <andrew.lunn@ascom.ch> |
| 336 | |
| 1373 | 337 * cdl/jffs2.cdl: Implements the CYGINT_IO_FILEIO_FS interface. |
| 561 | 338 |
|
368
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
339 2002-10-11 Andrew Lunn <andrew.lunn@ascom.ch> |
|
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
340 |
| 1373 | 341 * src/crc32.h (crc32): Use the CRC package for crc calculation |
| 342 * tests/romfileio1.c (main): Pass the name of the device to mount | |
|
368
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
343 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
344 2002-05-20 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
345 |
| 1373 | 346 * src/LICENCE: New file. Contains license for JFFS2, now GPL+exception. |
| 347 * src/background.c: Point at LICENSE file instead of existing text. | |
| 348 * src/build.c: Ditto. | |
| 349 * src/compr.c: Ditto. | |
| 350 * src/compr_rtime.c: Ditto. | |
| 351 * src/compr_rubin.c: Ditto. | |
| 352 * src/compr_zlib.c: Ditto. | |
| 353 * src/dir-ecos.c: Ditto. | |
| 354 * src/erase.c: Ditto. | |
| 355 * src/file-ecos.c: Ditto. | |
| 356 * src/gc.c: Ditto. | |
| 357 * src/jffs2.h: Ditto. | |
| 358 * src/list.h: Ditto. | |
| 359 * src/malloc-ecos.c: Ditto. | |
| 360 * src/nodelist.c: Ditto. | |
| 361 * src/nodelist.h: Ditto. | |
| 362 * src/nodemgmt.c: Ditto. | |
| 363 * src/os-ecos.h: Ditto. | |
| 364 * src/pushpull.h: Ditto. | |
| 365 * src/read.c: Ditto. | |
| 366 * src/readinode.c: Ditto. | |
| 367 * src/scan.c: Ditto. | |
| 368 * src/write.c: Ditto. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
369 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
370 2002-01-28 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
371 |
| 1373 | 372 * src/super-ecos.c: Removed. |
| 373 * src/jffs2.c: Merge jffs2_write_super() and jffs2_put_super() into | |
| 374 the routines from which they were called, put jffs2_read_super() | |
| 375 in as a static function with a view to doing same RSN. | |
| 376 * src/jffs2port.h: Remove prototypes of functions that died. | |
| 377 * cdl/jffs2.cdl: Remove super-ecos.c | |
| 378 * src/dir-ecos.c src/write.c: Increase highest_version _before_ | |
| 379 assigning to new node, not after. | |
| 380 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
381 2002-01-27 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
382 |
| 1373 | 383 * src/read.c (jffs2_read_inode_range): Deal correctly with |
| 384 non-page-aligned read requests. We have to deal with the | |
| 385 case where we want to read from somewhere other than the | |
| 386 beginning of a frag. | |
| 387 * src/jffs2.c (jffs2_fo_read): Use jffs2_read_inode_range | |
| 388 instead of jffs2_readpage. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
389 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
390 2002-01-25 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
391 |
| 1373 | 392 * cdl/jffs2.cdl: We want CYGPKG_IO_FILEIO_INODE. |
| 393 * src/dir-ecos.c (jffs2_symlink): Remove. eCos doesn't support symlinks. | |
| 394 (jffs2_mknod): Similar. | |
| 395 (jffs2_mkdir): Don't call d_instantiate - its a nop. | |
| 396 (jffs2_rename): Ditto. | |
| 397 * src/file-ecos.c (jffs2_commit_write): Don't set blocks. | |
| 398 * src/jffs2.c (jffs2_flash_writev): Rewrite to only write aligned | |
| 399 quantities to flash. | |
| 400 * src/jffs2port.h: Lots of decrufting. | |
| 401 * src/os-ecos.h: Ditto (a bit). | |
| 402 * src/readinode.c (jffs2_read_inode): Don't set blocks/blksize in inode. | |
| 403 * src/write.c (jffs2_new_inode): Ditto when __ECOS. | |
| 404 (jffs2_write_dnode): don't call writev with extra vectors | |
| 405 unnecessarily. | |
| 406 * src/super-ecos.c (jffs2_statfs): Remove - unused. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
407 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
408 2002-01-25 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
409 |
| 1373 | 410 * src/super-ecos.c: Cruftectomy. |
| 411 * src/compr*.[ch] src/pushpull.h: Namespace cleanups merged from | |
| 412 mainstream sources. Bit push functions made inline. | |
| 413 * src/pushpull.c: Removed. | |
| 414 * cdl/jffs2.c: Remove reference to pushpull.c | |
| 415 * src/file-ecos.c: Cruftectomy. Lots of unused stuff here. | |
| 416 * src/jffs2.c src/jffs2port.h: Remove some functions from jffs2.c | |
| 417 which are no longer used, move some others to jffs2port.h as | |
| 418 inline functions so they don't pollute the namespace. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
419 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
420 2002-01-24 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
421 |
| 1373 | 422 * tests/fileio1.c: Check in listdir that the number of dirents is |
| 423 correct, taking into account existing files in case it's live. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
424 |
| 1373 | 425 * src/dir-ecos.c (jffs2_readdir): move to.... |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
426 |
| 1373 | 427 * src/jffs2.c (jffs2_fo_dirread): here. And fix the return code |
| 428 in the process so it now works. | |
| 429 (filldir): Make inline and simpler. | |
| 430 * src/jffs2port.h: remove filldir related stuff. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
431 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
432 2002-01-24 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
433 |
| 1373 | 434 * src/dir-ecos.c: Cruftectomy. Remove most of the stuff that was |
| 435 commented out. Remove jffs2_do_{create,link,unlink} to write.c | |
| 436 * src/write.c: Add jffs2_do_{create,link,unlink} as in mainline. | |
| 437 * src/nodelist.h: Prototypes for the above. | |
| 438 * src/jffs2port.h: Don't include <pkgconf/kernel.h>. | |
| 439 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
440 2002-01-23 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
441 |
| 1373 | 442 * src/jffs2.c (jffs2_mount): Allow multiple FSs, and integration |
| 443 with flash block device. | |
| 444 (jffs2_flash_read): Use flash block device. | |
| 445 (jffs2_flash_erase): Ditto. | |
| 446 (jffs2_flash_write): Ditto. | |
| 447 (do_flash_init): Remove - now done by block device layer | |
| 448 * src/list.h: Remove and reimplement from scratch to avoid GPL. | |
| 449 * src/os-ecos.h: Keep flash block dev handle in superblock. | |
| 450 eCos does support obsoleting as it isn't NAND only. | |
| 451 * src/dir-ecos.c (jffs2_readdir): Return correct value on success. | |
| 452 Merge in changes mutatis mutandis from between v1.49 and v1.51 of | |
| 453 dir.c in main repository. | |
| 454 * cdl/jffs2.cdl: CYGPKG_MEMALLOC more accurately CYGINT_ISO_MALLOC. | |
| 455 Only jffs2.c needs to be in libextras.a | |
| 456 Requires Flash block devices as an alternative for hardcoding | |
| 457 the sector size, flash size and base address. | |
| 458 * src/super-ecos.c (jffs2_read_super): Use flash block device for | |
| 459 sector and flash sizes. | |
| 460 * tests/fileio1.c: mount using block device (defined by CDL). | |
| 461 No need to init here - done by flash block device layer. | |
| 462 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
463 2002-01-21 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
464 |
| 1373 | 465 * src/read.c: Obtain inode lock around reading symlink target. |
| 466 * src/dir-ecos.c: Fix the long-standing up() without down() in | |
| 467 jffs2_readdir() when only the '.' and '..' entries are read, from | |
| 468 v1.52 of master dir.c. Merge copyright date change from v1.50 - note | |
| 469 that the portability cleanups from v1.51 aren't yet merged. | |
| 470 * src/os-ecos.h: Add jffs2_can_mark_obsolete() and the macros | |
| 471 for getting at generic inode fields from a struct jffs2_inode_info* | |
| 472 * src/nodemgmt.c: Remove an #ifndef __ECOS and use | |
| 473 jffs2_can_mark_obsolete() instead. | |
| 474 * src/jffs2port.h: up() is cyg_drv_mutex_unlock() not _release() | |
| 475 * src/gc.c: Merge portability cleanups - get rid of a lot of | |
| 476 references to 'struct inode'. Also include the attempt at NAND | |
| 477 support in jffs2_garbage_collect_deletion_dirent(). | |
| 478 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
479 2002-01-11 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
480 |
| 1373 | 481 * src/jffs2port.h: Switch semaphore emulation to cyg_drv_mutex_t, |
| 482 remove some kernel includes which seem gratuitous. | |
| 483 * cdl/jffs2.cdl: Require CYGPKG_MEMALLOC | |
| 484 * src/compr_zlib.c src/compr.c: Merge changes from mainline code | |
| 485 to make mkfs.jffs2 compile again. | |
| 486 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
487 2002-01-10 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
488 |
| 1373 | 489 * src/jffs2.c: The 'mode' arg passed to jffs2_open() shouldn't |
| 490 have been called 'mode'. It's 'oflags'. You have to make up a | |
| 491 mode for the newly-created file yourself. | |
| 492 * src/nodelist.h src/read.c: Fix jffs2_getlink() so it takes | |
| 493 portable arguments, not a dentry. Move it to read.c and symlink.c | |
| 494 becomes obsolete. | |
| 495 * src/symlink-ecos.c: Removed. | |
| 496 * cdl/jffs2.cdl: Remove symlink-ecos.c | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
497 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
498 2002-01-09 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
499 |
| 1373 | 500 * Import updated JFFS2 sources into eCos tree. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
501 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
502 2000-08-28 Dominic Ostrowski (dominic.ostrowski@3glab.com) |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
503 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
504 * started on port of JFFS2 using ramfs as a template |
| 1373 | 505 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
506 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
507 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
508 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
509 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
510 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
511 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
512 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
513 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
514 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
515 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
516 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
517 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
518 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
519 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
520 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
521 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
522 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
523 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
524 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
525 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
526 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2631
diff
changeset
|
527 // ####GPLCOPYRIGHTEND#### |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
528 //=========================================================================== |
| 1373 | 529 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
530 |
