yaffs: Remove SHORT_NAMES_IN_RAM and WIDE_TNODE_DISABLE configs
[yaffs2.git] / yaffs_guts.c
2010-11-08 Charles Manningyaffs: Remove SHORT_NAMES_IN_RAM and WIDE_TNODE_DISABLE...
2010-11-07 Charles Manningyaffs Clean up conditional bracing
2010-11-03 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2010-11-03 Charles Manningyaffs: Redo Lindent
2010-11-03 Charles Manningyaffs: More clean up
2010-11-02 Charles Manningyaffs: More clean up.
2010-11-02 Charles Manningyaffs: More clean up
2010-11-02 Charles Manningyaffs: More clean up
2010-11-01 Charles Manningyaffs: More clean up
2010-11-01 Charles Manningyaffs: Change __uxx types to uxx
2010-11-01 Charles Manningyaffs: More name changes
2010-10-28 Timothy ManningMerge branch 'timothy'
2010-10-27 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2010-10-27 Charles Manningyaffs Further name changes and file reorganisation
2010-10-22 Timothy Manningyaffs Normalise copyright headers
2010-10-20 Timothy Manningyaffs: Merge branch 'python_play'
2010-10-11 Charles Manningyaffs Merge branch 'namechange'
2010-10-06 Charles Manningyaffs Make more symbol changes
2010-10-06 Charles Manningyaffs More symbol changes
2010-10-06 Charles Manningyaffs First round of name changes
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
next