| Tue, 09 Aug 2005 04:22:30 +0000 |
charles |
Strip obsolete code
|
| Tue, 09 Aug 2005 04:17:30 +0000 |
charles |
Strip obsolete code
|
| Tue, 09 Aug 2005 03:52:23 +0000 |
charles |
Complete shadowing
|
| Tue, 09 Aug 2005 01:02:04 +0000 |
charles |
yaffs_ramem2k.c moved to direct
|
| Tue, 09 Aug 2005 01:00:37 +0000 |
charles |
*** empty log message ***
|
| Thu, 04 Aug 2005 22:47:36 +0000 |
luc |
Fix an error in writepage when a file is extended.
|
| Tue, 02 Aug 2005 19:18:44 +0000 |
luc |
Check the return value of mtd->write_ecc() calls.
|
| Tue, 02 Aug 2005 19:17:55 +0000 |
luc |
Initialize the field eccbytes in nand_oobinfo.
|
| Tue, 02 Aug 2005 04:24:22 +0000 |
charles |
More stuff to fix shrinkHeader handling problem
|
| Mon, 01 Aug 2005 23:36:56 +0000 |
charles |
During scanning, only adjust shrinkSize if if is a shrink header
|
| Mon, 01 Aug 2005 21:03:06 +0000 |
luc |
Move around the option in Kconfig so that depending stuff are nicely indented.
|
| Mon, 01 Aug 2005 21:02:22 +0000 |
luc |
newconfig: use YAFFS_DOES_ECC instead of USE_NANDECC
|
| Mon, 01 Aug 2005 21:01:02 +0000 |
luc |
Remove the support for yaffsram.
|
| Mon, 01 Aug 2005 20:55:24 +0000 |
luc |
Adapt the code structure after removing of the yaffsram support.
|
| Mon, 01 Aug 2005 20:54:45 +0000 |
luc |
Remove the support for yaffsram.
|
| Mon, 01 Aug 2005 20:52:35 +0000 |
luc |
Remove the support for the old MTD.
|
| Mon, 01 Aug 2005 20:50:24 +0000 |
luc |
Remove old code/tests that are in commented out.
|
| Mon, 01 Aug 2005 20:49:38 +0000 |
luc |
Remove never used functions and declarations.
|
| Mon, 01 Aug 2005 20:48:41 +0000 |
luc |
Correct the calculation of the block number to erase.
|
| Mon, 01 Aug 2005 20:46:44 +0000 |
luc |
Add missing default value for some Kconfig's entries.
|
| Mon, 01 Aug 2005 04:53:01 +0000 |
charles |
Fix handling of NULL calls to FindObjectByName
|
| Sun, 31 Jul 2005 09:26:35 +0000 |
marty |
Ooops. missed this one: Needed to change MTD_ defines to match changes
|
| Sun, 31 Jul 2005 09:04:13 +0000 |
marty |
Added files that support the ability to "patchin" yaffs2 into the 2.6
|
| Sun, 31 Jul 2005 08:38:41 +0000 |
marty |
Remove CONFIG_YAFFS_USE_CHUNK_SIZE
|
| Sun, 31 Jul 2005 06:56:57 +0000 |
charles |
Add flag for object shadowing
|
| Sun, 31 Jul 2005 06:54:19 +0000 |
charles |
Add stuff for object shadowing (more to come) and clean up some declarations
|
| Sun, 31 Jul 2005 06:52:40 +0000 |
charles |
Add stuff for object shadowing and fix a constness
|
| Sun, 31 Jul 2005 06:47:12 +0000 |
marty |
If kernel/config.h is included in yportenv.h, then yportenv.h must be
|
| Sun, 31 Jul 2005 04:09:26 +0000 |
marty |
applied patch 14-sparse-fix--remove-unused.diff
|
| Sun, 31 Jul 2005 04:08:08 +0000 |
marty |
applied patch 13-sparse-fix--make-some-symbol-static.diff
|
| Sun, 31 Jul 2005 04:05:14 +0000 |
marty |
applied patch 11-sparse-fix--use-C99-struct-initializer.diff
|
| Sun, 31 Jul 2005 03:58:17 +0000 |
marty |
Applied patch 03-read-super-MTD-if-CONFIG_YAFFS-or-YAFFS2_MTD_ENABLED.diff
|
| Sun, 31 Jul 2005 00:28:04 +0000 |
charles |
Replace linux/config.h with yportenv.h and remove some dead code
|
| Sun, 31 Jul 2005 00:26:57 +0000 |
charles |
Add linux/config.h here and change include markers
|
| Fri, 29 Jul 2005 23:51:44 +0000 |
luc |
Give a name to the nandemul2k MTD device.
|
| Fri, 29 Jul 2005 23:51:18 +0000 |
luc |
Fix devname which was faked by always using "(unavailable)".
|
| Fri, 29 Jul 2005 20:25:43 +0000 |
luc |
Set the correct uid/gid of newly created files when: use fsuid & fsgid and take care when the SGID bit is set on the parent directory.
|
| Fri, 29 Jul 2005 20:21:28 +0000 |
luc |
Make private the nand_scan() function defined in nandemul2k.c.
|
| Fri, 29 Jul 2005 20:19:06 +0000 |
luc |
Fix some declarations mismatch between the MTD interface and the implementation in nandemul2k.c: constness problems, iovec vs. kvec and int vs. loff_t
|
| Fri, 29 Jul 2005 20:16:23 +0000 |
luc |
Add missing #include file: yaffs_nandemul2k.h and removing a macro which is now redefined.
|
| Fri, 29 Jul 2005 20:13:23 +0000 |
luc |
Move the internals read_super() functions near the declaration of
|
| Fri, 29 Jul 2005 20:00:53 +0000 |
luc |
Remove #include file obsoleted in Linux-2.6
|
| Fri, 29 Jul 2005 19:57:38 +0000 |
luc |
Add missing #include <linux/config.h>
|
| Wed, 27 Jul 2005 20:23:15 +0000 |
charles |
Clean up field assignments
|
| Wed, 27 Jul 2005 02:00:48 +0000 |
charles |
Fix compiler warnings
|
| Tue, 26 Jul 2005 23:04:34 +0000 |
charles |
Allow /proc/yaffs to handle multiple fs
|
| Tue, 26 Jul 2005 20:23:30 +0000 |
charles |
Fix structure field assignments
|
| Tue, 26 Jul 2005 03:05:28 +0000 |
charles |
Prevent recursive gc
|
| Wed, 20 Jul 2005 18:57:05 +0000 |
charles |
Fix bad block offsets
|
| Tue, 19 Jul 2005 20:41:59 +0000 |
charles |
Apply Luc's patches
|
| Mon, 18 Jul 2005 23:16:04 +0000 |
charles |
Some improvements to garbage collection and st_xxx to yst_xxx changes
|
| Mon, 18 Jul 2005 23:12:00 +0000 |
charles |
Some tinkering on test harness and st_xxx to yst_xxx changes
|
| Wed, 06 Jul 2005 00:36:32 +0000 |
charles |
Fix issue with zero page
|
| Tue, 05 Jul 2005 23:54:59 +0000 |
charles |
Allow use of page zero
|
| Sun, 03 Jul 2005 10:32:40 +0000 |
charles |
Add cache write through and some benign fixes
|
| Sun, 03 Jul 2005 05:48:11 +0000 |
charles |
*** empty log message ***
|
| Fri, 29 Apr 2005 18:09:16 +0000 |
charles |
*** empty log message ***
|
| Fri, 29 Apr 2005 07:01:18 +0000 |
charles |
Fix df size problem
|
| Sun, 24 Apr 2005 09:57:06 +0000 |
charles |
Add scanning speedups
|
| Sun, 24 Apr 2005 09:26:08 +0000 |
charles |
Make bigger RAM emulation
|