log

age author description
Wed, 09 Sep 2009 03:03:01 +0000 charles Rationalise stats gathering for nand access. Does not instrument mounting.
Wed, 09 Sep 2009 00:56:53 +0000 charles No need to do chunk finding the group has one chunk
Tue, 11 Aug 2009 01:28:42 +0000 charles Fix 2 problems: rmdir of non-empty dir, handling 255 char names better
Wed, 29 Jul 2009 04:30:24 +0000 charles Prevent corner case of a block changing state during a partial gc
Tue, 28 Jul 2009 03:04:54 +0000 charles Fix problem where object creation fills flash
Fri, 19 Jun 2009 01:35:46 +0000 charles Handle malloc failure in checkpoint open.
Mon, 08 Jun 2009 23:50:44 +0000 charles Only subtract softDeletions once ber block gc.
Tue, 26 May 2009 04:50:08 +0000 charles mtime and ctime should be changed when a directory is changed
Tue, 26 May 2009 01:22:44 +0000 charles Get directory mtime to update correctly
Mon, 25 May 2009 02:27:36 +0000 charles Get directory mtime to update correctly
Tue, 12 May 2009 02:23:51 +0000 charles Fix -ENOSPC to work properly with zero length writes
Tue, 17 Mar 2009 01:12:00 +0000 wookey This file escaped copyright date update. Fixed.
Mon, 09 Mar 2009 13:08:09 +0000 wookey One whitespace fix
Mon, 09 Mar 2009 08:11:07 +0000 charles More formatting
Mon, 09 Mar 2009 07:41:10 +0000 charles More formatting
Mon, 09 Mar 2009 07:25:09 +0000 charles More formatting
Mon, 09 Mar 2009 04:24:17 +0000 charles More formatting fixes
Fri, 06 Mar 2009 17:20:49 +0000 wookey Major whitespace/style changes to match Linux checkpatch.pl code style
Thu, 05 Mar 2009 21:46:46 +0000 charles Remove bigus test
Thu, 05 Mar 2009 01:47:17 +0000 charles Change yaffs_DeleteFile to yaffs_DeleteObject and improve symlink handling
Thu, 05 Mar 2009 01:45:28 +0000 charles Change inode deletion to prevent issue raised by YBUG
Thu, 05 Mar 2009 01:05:28 +0000 charles Get rid of KERN_DEBUG so that TRACE_OS works consistently
Sun, 01 Mar 2009 23:52:28 +0000 charles Add Linux 2.6.29 support
Mon, 09 Feb 2009 03:20:33 +0000 charles Add experimental yaffs_nandif.[ch]
Wed, 04 Feb 2009 21:40:27 +0000 charles Clean up ununed variable and formatting
Wed, 04 Feb 2009 19:46:48 +0000 charles Fix dependencies in Kconfig
Tue, 27 Jan 2009 03:09:37 +0000 charles Change string concats to work with all OSs
Tue, 27 Jan 2009 02:52:45 +0000 charles Change string concats to work with all OSs
Tue, 27 Jan 2009 02:00:42 +0000 charles Consolidate with Android fixes
Mon, 26 Jan 2009 23:29:20 +0000 charles Clean up come cruft
Mon, 26 Jan 2009 23:27:15 +0000 charles Change Linux kernel kmalloc flag to prevent deadlock
Mon, 26 Jan 2009 23:24:59 +0000 charles Remove obsolete file
Sun, 25 Jan 2009 18:21:17 +0000 charles Update to new tags field names
Fri, 23 Jan 2009 06:36:49 +0000 charles Strip out obsolete WinCE code. No longer needed because WinCE no longer causes page faults within the file system
Fri, 23 Jan 2009 00:31:01 +0000 charles Update free chunk count for skipped chunks
Thu, 22 Jan 2009 00:45:54 +0000 charles Change Linux glue code to work with 2.6.28
Thu, 22 Jan 2009 00:44:46 +0000 charles Change kernel patchin script for 2.6.28 friendliness
Mon, 19 Jan 2009 01:21:14 +0000 charles More test fiddling
Sun, 18 Jan 2009 23:24:08 +0000 charles Replace printf with proper tracing
Sun, 18 Jan 2009 21:50:37 +0000 charles Add autocheckpoint control
Fri, 16 Jan 2009 02:26:56 +0000 charles Tweak tests
Fri, 16 Jan 2009 02:14:52 +0000 charles Change some object verification
Fri, 16 Jan 2009 00:49:25 +0000 charles Replace test scrips with nand and nor versions
Fri, 16 Jan 2009 00:46:59 +0000 charles Improve test harness for yaffs2 mode
Fri, 16 Jan 2009 00:45:47 +0000 charles Improve handling of ecc on tags
Fri, 16 Jan 2009 00:44:45 +0000 charles Handle unfixed ecc errors better when scanning
Mon, 12 Jan 2009 00:53:47 +0000 charles Consolidate unlinked file handling durinit init to take care of restored checkpoint case too.
Mon, 12 Jan 2009 00:49:01 +0000 charles More test clean ups
Fri, 09 Jan 2009 02:59:47 +0000 charles More test fiddling
Fri, 09 Jan 2009 02:54:14 +0000 charles Fix compiler grizzle
Fri, 09 Jan 2009 02:52:28 +0000 charles Fix chunk start problem properly
Sun, 04 Jan 2009 21:44:23 +0000 charles Restructure tests
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