yaffs more updates on coy_files_into_yaffs_fs
[yaffs2.git] / yaffs_guts.c
2010-09-25 Charles Manningyaffs Clean up some code
2010-09-25 Charles Manningyaffs Remove obsolete list debugging code
2010-09-08 Charles Manningyaffs Compilation clean ups
2010-09-08 Charles Manningyaffs: Cache object xattrib state.
2010-09-03 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2010-09-03 Charles Manningyaffs Add stats tracking and control for background...
2010-08-19 Charles Manningyaffs Tweak gc parameters
2010-08-18 Charles Manningyaffs Add gc block counter
2010-08-15 Charles Manningyaffs Clean up some yaffs1 related comments and messages
2010-08-10 Charles Manningyaffs: Batter read-only support handling
2010-08-09 Charles Manningyaffs Fix yaffs1 soft delete issue
2010-08-04 Charles Manningyaffs: Fix AutoUnicode handling
2010-07-22 Charles Manningyaffs Clean up WinCE compilation issues
2010-07-21 Charles Manningyaffs Refactor yaffs direct device list management...
2010-07-01 Charles Manningyaffs Refactorisation first phase
2010-07-01 Charles Manningyaffs Reactoring WIP
2010-07-01 Charles Manningyaffs Refactor yaffs1 and yaffs2 specific code. WIP
2010-07-01 Charles Manningyaffs Fix xattr error codes
2010-06-30 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2010-06-13 Charles Manningyaffs: Refactor allocator
2010-06-08 Charles Manningyaffs: Add xattrib support
2010-05-13 Charles Manningyaffs Fix incorrect handling of deletion flag
2010-04-29 Charles Manningyaffs Clean up compilation warning
2010-04-28 Charles Manningyaffs: Don't do checkpoint for small partitions.
2010-04-27 Charles Manningyaffs: Integrate Android tree differences
2010-04-26 Charles Manningyaffs Some cleanups.
2010-04-25 Charles Manningyaffs: Change trace flag for partially written blocks
2010-04-20 Charles Manningyaffs: More background gc tweaks.
2010-04-16 Charles Manningyaffs New background garbage collector and related...
2010-04-16 Charles Manningwork in progress
2010-03-25 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2010-03-25 Charles ManningAdd more test scripts to automate running tests.
2010-03-19 Charles ManningRe-enable soft delete for yaffs1 mode.
2010-03-15 charlesAdd garbage collection control
2010-03-12 charlesFaster block iteration where all blocks are being checked
2010-03-12 charlesReduce shrink header writing
2010-03-11 charlesUpdate tags when rewriting object header during gc
2010-03-09 charlesAdd background processing of updated directories
2010-03-07 charlesAdd extra checks to oldest dirty sequence checking
2010-03-07 charlesDynamically update the oldest dirty sequence number...
2010-03-05 charlesAdd dummy uses for unused variables to clear compilatio...
2010-03-05 charlesRemove oldestDirtySequence from checkpoint
2010-03-02 charlesClean up yaffs_FindNiceObject to be thread safe and...
2010-02-25 charlesAdd block refreshing feature
2010-02-24 charlesPass correct argument to markSuperBlockDirty
2010-02-18 charlesRationalise context and parameter handling
2010-02-17 charlesClean ups and improve some out of memory handling
2010-01-11 charlesMove tracing out of yportenv.h
2010-01-06 charlesChange direct handle management to use an inode layer...
2010-01-05 charlesFix issue with unlinking hardlinks failing sanity check
2010-01-01 charlesClear creation counters when deinitialising.
2009-12-30 charlesAdd more comment for yaffs_PruneWorker function.
2009-12-25 charlesFix pruning to work correctly with wide Tnodes
2009-12-22 charlesFix obvious 64-bit issues. Mounts and does basic touch...
2009-12-14 charlesNew partial block handing to improve robustness
2009-12-07 charlesChange to strnlen() and strncpy() to avoid problems...
2009-12-06 charlesClear shadowing during garbage collection since its...
2009-12-03 charlesFix problem where symllink alias pointer was being...
2009-11-11 charlesFix low-mem issue
2009-11-10 charlesImprove out of memory handling
2009-11-07 charlesAdd fix for hanging objects
2009-11-03 charlesAdd cleanup for aborted checkpoint
2009-10-15 charlesRuntime disbale of lazy loading. Fix problem where...
2009-09-23 charlesImprove sync to flush metadata
2009-09-09 charlesNo need to do chunk finding the group has one chunk
2009-08-11 charlesFix 2 problems: rmdir of non-empty dir, handling 255...
2009-07-29 charlesPrevent corner case of a block changing state during...
2009-07-28 charlesFix problem where object creation fills flash
2009-06-08 charlesOnly subtract softDeletions once ber block gc.
2009-05-26 charlesmtime and ctime should be changed when a directory...
2009-05-25 charlesGet directory mtime to update correctly
2009-03-09 charlesMore formatting fixes
2009-03-06 wookeyMajor whitespace/style changes to match Linux checkpatc...
2009-03-05 charlesRemove bigus test
2009-03-05 charlesChange inode deletion to prevent issue raised by YBUG
2009-01-27 charlesChange string concats to work with all OSs
2009-01-27 charlesConsolidate with Android fixes
2009-01-23 charlesStrip out obsolete WinCE code. No longer needed because...
2009-01-23 charlesUpdate free chunk count for skipped chunks
2009-01-18 charlesReplace printf with proper tracing
2009-01-16 charlesChange some object verification
2009-01-16 charlesHandle unfixed ecc errors better when scanning
2009-01-12 charlesConsolidate unlinked file handling durinit init to...
2009-01-09 charlesFix chunk start problem properly
2009-01-04 charlesRestructure tests
2008-11-27 charlesAdd more tracing to yafs_VerifyDirectory
2008-11-27 charlesgc part of the block at a time to reduce latency
2008-11-26 charlesKeep shadowing through gc (compare with 1.64)
2008-11-26 charlesRemove sprintf from yaffs_guts because it isn't always...
2008-11-25 charlesFix sign handling problem. This works, buut should...
2008-11-21 charlesFix problem where duplicate object headers were not...
2008-11-07 charlesSome fixes and add NOR integrity code
2008-10-30 charlesClean up a bit of messy code and potential GC hole
2008-10-30 charlesMerge in some clean-ups
2008-07-21 charlesClear out some redundant code, treat bad ECC chunk...
2008-07-03 charlesSome cleanups, Linux 2.6.25 handling, fix handing of...
2008-07-02 charlesClean up some yaffs1 mode issues.
2008-05-08 charlesAdd YYIELD to yaffs_Scan loop
2008-05-05 charlesCheck in inband tags, some extra yaffs direct functions...
2007-12-13 wookeyCleanup patch - Remove all trailing whitespace and...
next