summaryrefslogtreecommitdiff
path: root/yaffs_guts.c (follow)
AgeCommit message (Expand)Author
2010-07-01yaffs Reactoring WIPCharles Manning
2010-07-01yaffs Refactor yaffs1 and yaffs2 specific code. WIPCharles Manning
2010-07-01yaffs Fix xattr error codesCharles Manning
2010-06-14yaffs: Refactor allocatorCharles Manning
2010-06-08yaffs: Add xattrib supportCharles Manning
2010-05-13yaffs Fix incorrect handling of deletion flagCharles Manning
2010-04-29yaffs Clean up compilation warningCharles Manning
2010-04-28yaffs: Don't do checkpoint for small partitions.Charles Manning
2010-04-27yaffs: Integrate Android tree differencesCharles Manning
2010-04-27yaffs Some cleanups.Charles Manning
2010-04-26yaffs: Change trace flag for partially written blocksCharles Manning
2010-04-20yaffs: More background gc tweaks.Charles Manning
2010-04-16yaffs New background garbage collector and related tweaksCharles Manning
2010-04-16work in progressCharles Manning
2010-03-25Add more test scripts to automate running tests.Charles Manning
2010-03-19Re-enable soft delete for yaffs1 mode.Charles Manning
2010-03-15Add garbage collection controlcharles
2010-03-12Faster block iteration where all blocks are being checkedcharles
2010-03-12Reduce shrink header writingcharles
2010-03-11Update tags when rewriting object header during gccharles
2010-03-09Add background processing of updated directoriescharles
2010-03-07Add extra checks to oldest dirty sequence checkingcharles
2010-03-07Dynamically update the oldest dirty sequence number so that it does not have ...charles
2010-03-05Add dummy uses for unused variables to clear compilation warningscharles
2010-03-05Remove oldestDirtySequence from checkpointcharles
2010-03-02Clean up yaffs_FindNiceObject to be thread safe and simpler. Fix code that do...charles
2010-02-25Add block refreshing featurecharles
2010-02-24Pass correct argument to markSuperBlockDirtycharles
2010-02-18Rationalise context and parameter handlingcharles
2010-02-17Clean ups and improve some out of memory handlingcharles
2010-01-11Move tracing out of yportenv.hcharles
2010-01-06Change direct handle management to use an inode layer to make it consistent w...charles
2010-01-05Fix issue with unlinking hardlinks failing sanity checkcharles
2010-01-01Clear creation counters when deinitialising.charles
2009-12-30Add more comment for yaffs_PruneWorker function.charles
2009-12-25Fix pruning to work correctly with wide Tnodescharles
2009-12-22Fix obvious 64-bit issues. Mounts and does basic touch, rm etccharles
2009-12-14New partial block handing to improve robustnesscharles
2009-12-07Change to strnlen() and strncpy() to avoid problems from unbounded stringscharles
2009-12-06Clear shadowing during garbage collection since its work is donecharles
2009-12-03Fix problem where symllink alias pointer was being used after freecharles
2009-11-11Fix low-mem issuecharles
2009-11-10Improve out of memory handlingcharles
2009-11-07Add fix for hanging objectscharles
2009-11-03Add cleanup for aborted checkpointcharles
2009-10-15Runtime disbale of lazy loading. Fix problem where resize was breading rename...charles
2009-09-23Improve sync to flush metadatacharles
2009-09-09No need to do chunk finding the group has one chunkcharles
2009-08-11Fix 2 problems: rmdir of non-empty dir, handling 255 char names bettercharles
2009-07-29Prevent corner case of a block changing state during a partial gccharles