yaffs-ecoscentric

log

age author description
2009-01-16 charles Replace test scrips with nand and nor versions
2009-01-16 charles Improve test harness for yaffs2 mode
2009-01-16 charles Improve handling of ecc on tags
2009-01-16 charles Handle unfixed ecc errors better when scanning
2009-01-12 charles Consolidate unlinked file handling durinit init to take care of restored checkpoint case too.
2009-01-12 charles More test clean ups
2009-01-09 charles More test fiddling
2009-01-09 charles Fix compiler grizzle
2009-01-09 charles Fix chunk start problem properly
2009-01-04 charles Restructure tests
2008-11-27 charles Add more tracing to yafs_VerifyDirectory
2008-11-27 charles gc part of the block at a time to reduce latency
2008-11-26 charles Some test case changes
2008-11-26 charles Keep shadowing through gc (compare with 1.64)
2008-11-26 charles Remove sprintf from yaffs_guts because it isn't always available
2008-11-26 charles Remove sprintf from yaffs_guts because it isn't always available
2008-11-25 charles Fix sign handling problem. This works, buut should probably be improved
2008-11-21 charles Tweaks to nor stress simulation. Save random seed so that we can do better debugging
2008-11-21 charles Fix problem where duplicate object headers were not always being selected correctly due to not reading the serial number from the tags at the right place
2008-11-13 charles Extra page status checking to combat power loss causing only one bit to change
2008-11-11 charles Add nor stress test script
2008-11-11 charles Reduce size for nor simulation testing to try force errors
2008-11-11 charles Fix uninitialised variable
2008-11-07 charles Some fixes and add NOR integrity code
2008-11-07 charles Some fixes and add NOR integrity code
2008-11-07 charles Some fixes and add NOR integrity code
2008-11-07 charles Some fixes and add NOR integrity code
2008-11-02 charles Update mtd interface for inband tags
2008-10-30 charles Clean up a bit of messy code and potential GC hole
2008-10-30 charles Merge in some clean-ups
2008-10-13 charles Fix looping on handles
2008-09-11 charles Change a few tests
2008-08-28 charles Add kmap for highmem access
2008-08-20 charles Change name matching algorithm
2008-08-19 charles Fix permissions on test files
2008-08-12 charles Ensure checkpt stream is not corrupted
2008-08-12 charles Ensure variable is sane
2008-08-07 charles update to latest configs
2008-07-23 charles Fix compilation on Linux 2.6.26, fix compilation warnings
2008-07-21 charles Clear out some redundant code, treat bad ECC chunk as deleted
2008-07-03 charles Some cleanups, Linux 2.6.25 handling, fix handing of root permissions
2008-07-02 charles Add new file
2008-07-02 charles Clean up some yaffs1 mode issues.
2008-05-09 charles Add YYIELD to yaffs_Scan loop
2008-05-09 charles Change direct partition prefix to YCHAR
2008-05-08 charles Add missing file
2008-05-05 charles Check in inband tags, some extra yaffs direct functions and some other changes
2008-03-17 charles Fix list initpre-inbandtags-checkin
2008-03-13 charles Change list macros
2008-01-22 colin Conditionally define old style info structures
2008-01-22 colin fix error in conditional define (and move it after header)
2008-01-04 colin Fix minor typo.
2007-12-13 wookey Cleanup patch - Remove all trailing whitespace and fix a few typos.
2007-12-12 colin Replace KERNEL_VERSION with MTD_VERSION so that builds which don't use
2007-12-03 charles Change checkpoint to calculate number of blocks required instead of using a hardcoded value
2007-10-29 imcd Add newlines to a couple of trace/diagnostic messages.
2007-10-17 charles Call callback to support mtd tools
2007-10-16 charles Adding fsx test to yaffs direct
2007-10-16 charles Adding fsx test to yaffs direct
2007-10-01 imcd Examine etags.eccResult before looking at etags.chunkUsed during query.