| Thu, 27 Nov 2008 20:32:52 +0000 |
charles |
Add more tracing to yafs_VerifyDirectory
|
| Thu, 27 Nov 2008 02:46:45 +0000 |
charles |
gc part of the block at a time to reduce latency
|
| Wed, 26 Nov 2008 20:49:36 +0000 |
charles |
Some test case changes
|
| Wed, 26 Nov 2008 20:46:47 +0000 |
charles |
Keep shadowing through gc (compare with 1.64)
|
| Wed, 26 Nov 2008 20:42:04 +0000 |
charles |
Remove sprintf from yaffs_guts because it isn't always available
|
| Tue, 25 Nov 2008 00:29:32 +0000 |
charles |
Fix sign handling problem. This works, buut should probably be improved
|
| Fri, 21 Nov 2008 02:19:30 +0000 |
charles |
Tweaks to nor stress simulation. Save random seed so that we can do better debugging
|
| Fri, 21 Nov 2008 02:17:32 +0000 |
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
|
| Thu, 13 Nov 2008 01:50:16 +0000 |
charles |
Extra page status checking to combat power loss causing only one bit to change
|
| Tue, 11 Nov 2008 20:43:10 +0000 |
charles |
Add nor stress test script
|
| Tue, 11 Nov 2008 01:48:47 +0000 |
charles |
Reduce size for nor simulation testing to try force errors
|
| Tue, 11 Nov 2008 01:47:46 +0000 |
charles |
Fix uninitialised variable
|
| Fri, 07 Nov 2008 00:32:20 +0000 |
charles |
Some fixes and add NOR integrity code
|
| Sun, 02 Nov 2008 22:47:13 +0000 |
charles |
Update mtd interface for inband tags
|
| Thu, 30 Oct 2008 18:25:21 +0000 |
charles |
Clean up a bit of messy code and potential GC hole
|
| Thu, 30 Oct 2008 17:58:44 +0000 |
charles |
Merge in some clean-ups
|
| Mon, 13 Oct 2008 03:47:26 +0000 |
charles |
Fix looping on handles
|
| Thu, 11 Sep 2008 04:27:58 +0000 |
charles |
Change a few tests
|
| Thu, 28 Aug 2008 02:42:11 +0000 |
charles |
Add kmap for highmem access
|
| Tue, 19 Aug 2008 23:14:22 +0000 |
charles |
Change name matching algorithm
|
| Tue, 19 Aug 2008 21:47:44 +0000 |
charles |
Fix permissions on test files
|
| Tue, 12 Aug 2008 22:51:57 +0000 |
charles |
Ensure checkpt stream is not corrupted
|
| Tue, 12 Aug 2008 22:50:23 +0000 |
charles |
Ensure variable is sane
|
| Thu, 07 Aug 2008 22:45:44 +0000 |
charles |
update to latest configs
|
| Wed, 23 Jul 2008 03:35:12 +0000 |
charles |
Fix compilation on Linux 2.6.26, fix compilation warnings
|
| Mon, 21 Jul 2008 01:03:19 +0000 |
charles |
Clear out some redundant code, treat bad ECC chunk as deleted
|
| Thu, 03 Jul 2008 20:06:05 +0000 |
charles |
Some cleanups, Linux 2.6.25 handling, fix handing of root permissions
|
| Wed, 02 Jul 2008 21:28:06 +0000 |
charles |
Add new file
|
| Wed, 02 Jul 2008 20:17:41 +0000 |
charles |
Clean up some yaffs1 mode issues.
|
| Thu, 08 May 2008 23:23:26 +0000 |
charles |
Add YYIELD to yaffs_Scan loop
|
| Thu, 08 May 2008 23:21:28 +0000 |
charles |
Change direct partition prefix to YCHAR
|
| Thu, 08 May 2008 02:12:25 +0000 |
charles |
Add missing file
|
| Mon, 05 May 2008 07:58:58 +0000 |
charles |
Check in inband tags, some extra yaffs direct functions and some other changes
|
| Mon, 17 Mar 2008 19:46:59 +0000 |
charles |
Fix list init
|
| Thu, 13 Mar 2008 22:32:28 +0000 |
charles |
Change list macros
|
| Tue, 22 Jan 2008 10:30:45 +0000 |
colin |
Conditionally define old style info structures
|
| Tue, 22 Jan 2008 10:25:02 +0000 |
colin |
fix error in conditional define (and move it after header)
|
| Fri, 04 Jan 2008 15:54:03 +0000 |
colin |
Fix minor typo.
|
| Thu, 13 Dec 2007 15:35:17 +0000 |
wookey |
Cleanup patch - Remove all trailing whitespace and fix a few typos.
|
| Wed, 12 Dec 2007 18:08:15 +0000 |
colin |
Replace KERNEL_VERSION with MTD_VERSION so that builds which don't use
|
| Mon, 03 Dec 2007 03:21:48 +0000 |
charles |
Change checkpoint to calculate number of blocks required instead of using a hardcoded value
|
| Mon, 29 Oct 2007 14:59:57 +0000 |
imcd |
Add newlines to a couple of trace/diagnostic messages.
|
| Wed, 17 Oct 2007 01:29:31 +0000 |
charles |
Call callback to support mtd tools
|
| Tue, 16 Oct 2007 00:45:05 +0000 |
charles |
Adding fsx test to yaffs direct
|
| Mon, 01 Oct 2007 19:43:12 +0000 |
imcd |
Examine etags.eccResult before looking at etags.chunkUsed during query.
|
| Mon, 01 Oct 2007 19:40:33 +0000 |
imcd |
Fix bad-block status during query.
|
| Wed, 19 Sep 2007 20:37:38 +0000 |
imcd |
Add #include <linux/sched.h> -- needed for 2.6.23.
|
| Wed, 19 Sep 2007 20:35:40 +0000 |
imcd |
Add support 2.6.23 filesystem interface API.
|
| Thu, 16 Aug 2007 20:42:11 +0000 |
imcd |
Fix infinite loop when parsing numeric trace flags written to /proc/yaffs.
|
| Tue, 31 Jul 2007 18:53:38 +0000 |
imcd |
Fix typos and correct URL.
|
| Wed, 25 Jul 2007 01:05:10 +0000 |
charles |
Add files missing from kernel makefile
|
| Wed, 25 Jul 2007 01:04:38 +0000 |
charles |
Add a symlink option to the patching script
|
| Mon, 23 Jul 2007 19:43:07 +0000 |
imcd |
Update comments about use of CONFIG_YAFFS_9BYTE_TAGS option.
|
| Mon, 23 Jul 2007 19:14:04 +0000 |
imcd |
When configured with CONFIG_YAFFS_9BYTE_TAGS, set chunkDeleted state using
|
| Mon, 23 Jul 2007 19:10:11 +0000 |
imcd |
Make CONFIG_YAFFS_9BYTE_TAGS disabled by default.
|
| Mon, 23 Jul 2007 05:14:08 +0000 |
charles |
Fix yaffs_qsort linkage
|
| Mon, 23 Jul 2007 05:02:20 +0000 |
charles |
Add missing yaffs_mtdif1.h
|
| Wed, 18 Jul 2007 19:40:37 +0000 |
charles |
Rolling in Ians and other changes
|
| Mon, 21 May 2007 00:36:17 +0000 |
charles |
Change blockState field from enum to unsigned because some compilers use ints for enums which would break here
|
| Tue, 15 May 2007 23:46:06 +0000 |
charles |
Add yaffs_malloc.h
|