log

age author description
Tue, 13 Oct 2009 02:28:21 +0100 charles Add some python examples
Tue, 13 Oct 2009 00:05:49 +0100 charles Full change over to ctypes
Fri, 09 Oct 2009 07:12:26 +0100 charles Change from SWIG to ctypes... much easier
Fri, 09 Oct 2009 00:11:12 +0100 charles More SWIG pythonry
Thu, 08 Oct 2009 03:16:17 +0100 charles More python stuff
Thu, 08 Oct 2009 02:58:52 +0100 charles Add first cut of python bindings
Thu, 29 Oct 2009 17:37:17 +0000 Ross Younger yaffs_guts.c: Fix low-memory assert bug. (Also sent upstream.)
Fri, 09 Oct 2009 14:28:39 +0000 wry Update for upstream changes
Mon, 28 Sep 2009 16:51:16 +0000 wry yaffs: fixup tests (#1000826)
Thu, 24 Sep 2009 13:09:01 +0000 wry build fixes; docs fix
Fri, 18 Sep 2009 11:13:00 +0000 wry ecos-yaffs-nand.c: Correctly use ECC on YAFFS tags in yaffs2
Tue, 03 Nov 2009 15:33:54 +0000 Ross Younger Merge upstream up to Thu Oct 08 02:57:59 2009 +0100
Thu, 08 Oct 2009 02:57:59 +0100 charles Add missing function, if only stubs
Thu, 24 Sep 2009 00:24:55 +0100 charles Improve sync to flush metadata
Fri, 18 Sep 2009 01:46:11 +0100 charles Change defualt fs permissions
Fri, 18 Sep 2009 01:39:21 +0100 charles More recent 2.6.8 versions need this change too
Wed, 09 Sep 2009 04:03:01 +0100 charles Rationalise stats gathering for nand access. Does not instrument mounting.
Wed, 09 Sep 2009 01:56:53 +0100 charles No need to do chunk finding the group has one chunk
Wed, 02 Sep 2009 14:29:32 +0100 Ross Younger Make YAFFS_N_TEMP_BUFFERS a configurable parameter.
Fri, 28 Aug 2009 12:07:33 +0100 Ross Younger update YAFFS docs
Tue, 03 Nov 2009 15:09:04 +0000 Ross Younger Add ecos.db to ease testing of this repo
Tue, 03 Nov 2009 12:15:09 +0000 Ross Younger Graft in 20090826 source snapshot
Tue, 03 Nov 2009 12:04:57 +0000 Ross Younger Remove upstream sources we don't use
Tue, 03 Nov 2009 15:21:23 +0000 Ross Younger Move upstream sources to packages/fs/yaffs/current/src/
Tue, 11 Aug 2009 02:28:42 +0100 charles Fix 2 problems: rmdir of non-empty dir, handling 255 char names better
Wed, 29 Jul 2009 05:30:24 +0100 charles Prevent corner case of a block changing state during a partial gc
Tue, 28 Jul 2009 04:04:54 +0100 charles Fix problem where object creation fills flash
Fri, 19 Jun 2009 02:35:46 +0100 charles Handle malloc failure in checkpoint open.
Tue, 09 Jun 2009 00:50:44 +0100 charles Only subtract softDeletions once ber block gc.
Tue, 26 May 2009 05:50:08 +0100 charles mtime and ctime should be changed when a directory is changed
Tue, 26 May 2009 02:22:44 +0100 charles Get directory mtime to update correctly
Mon, 25 May 2009 03:27:36 +0100 charles Get directory mtime to update correctly
Tue, 12 May 2009 03:23:51 +0100 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:56 +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 pre-checkpatch-20090306
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:31 +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