yaffs2.git
2006-05-21 charlesFix some checkpoint stuff, add qsort
2006-05-21 charlesAdd qsort
2006-05-17 charlesAdd non-partitioned checkpointing
2006-05-17 charlesNon-partitioned checkpointing; fix to cache small read...
2006-05-08 charlesCheckpointing changes
2006-04-25 wookeyFix a couple of mistakes in TRACE/Error messages. Updat...
2006-04-21 colinFix trivial compiler warning
2006-03-21 charlesFix unmount spare buffer leak
2006-03-08 charlesFlush entire cache at umount
2006-03-01 charlesFix possible null ptr dereference
2006-03-01 charlesAdd lazy loading and mtd depend
2006-03-01 charlesAdd lazy loading
2006-02-08 charlesAdd hardlinks to yaffs direct
2006-02-08 charlesFix free space reporting as per Mikhail Rileev's patch
2006-02-08 charlesAdd Todds readdir rewind mechanism
2006-02-02 charlesFix negative hash problem
2006-01-27 tpoynorAdd /proc interface for modifying debugging trace flags...
2006-01-27 charlesRemove unused lazyloaded field
2006-01-25 tpoynorHandle partial writes more gracefully: return partial...
2006-01-24 tpoynorAdd generic sendfile method for yaffs2, also thereby...
2005-12-20 charlesDon't mark objects deleted during scanning
2005-12-19 charlesFix deleted hardlink handling
2005-12-15 charlesFix conditional
2005-12-14 charlesAdd yaffs2 autoselection
2005-12-13 tpoynorMake the "convert" argument to mkyaffs*image optional.
2005-12-08 charlesApply Reed's deadlocking fix (manually applied)
2005-12-08 charlesFix kernel compilation probs
2005-12-07 charlesHook wide tnode support into Linux
2005-12-07 charlesBack out mistaken checkin
2005-12-07 charlesWide tnode support
2005-12-06 tpoynorAdd mkyaffsimage to yaffs2 module, some further "make...
2005-11-29 martySubject: [Yaffs] Avoid tagsEccUnfixed stats bump on...
2005-11-14 charlesApply 2.6.14 patches from Andre
2005-11-07 charlesChange tracing flags
2005-11-07 charlesRemove kernel version test
2005-11-02 charlesAdd first cut mkyaffs2image util
2005-10-27 martyPatch from Sergey Kubushyn [ksi@koi8.net]
2005-10-27 martyPatch from Todd Poyner (tpoynor@mvista.com)
2005-10-13 charlesThrow out obsolete code
2005-10-09 charlesUse vmalloc for large memory allocations
2005-10-07 charlesImprove YDI lookup and device prefic handling
2005-10-07 charlesAdd support for vmallocing large blockInfos
2005-09-21 martyAdded some documentation to moduleconfig.h and set...
2005-09-21 charlesFix problem introduced my mv over fix
2005-09-20 charlesMove comment
2005-09-20 charlesImprove ecc warnings
2005-09-20 martySilly Marty, picked wrong guard for moduleconfig.h
2005-09-20 charlesTake out CONFIG_YAFFS_YAFFS1s for easier build
2005-09-20 charlesFix rename over problem
2005-09-20 charlesAdd support for faster yaffs direct look-ups. Fix renam...
2005-09-20 charlesAdd support for faster yaffs direct look-ups.
2005-09-18 martyModified Makefile to allow 'out of kernel tree' module...
2005-08-16 charleslindent
2005-08-11 charles*** empty log message ***
2005-08-11 martylindent
2005-08-11 martylindent
2005-08-11 charlesLindent
2005-08-10 charles*** empty log message ***
2005-08-10 charlesChange bad block marker to Y to identify YAFFS-marked...
2005-08-09 charlesStrip obsolete code
2005-08-09 charlesStrip obsolete code
2005-08-09 charlesComplete shadowing
2005-08-09 charlesyaffs_ramem2k.c moved to direct
2005-08-09 charles*** empty log message ***
2005-08-04 lucFix an error in writepage when a file is extended.
2005-08-02 lucCheck the return value of mtd->write_ecc() calls.
2005-08-02 lucInitialize the field eccbytes in nand_oobinfo.
2005-08-02 charlesMore stuff to fix shrinkHeader handling problem
2005-08-01 charlesDuring scanning, only adjust shrinkSize if if is a...
2005-08-01 lucMove around the option in Kconfig so that depending...
2005-08-01 lucnewconfig: use YAFFS_DOES_ECC instead of USE_NANDECC
2005-08-01 lucRemove the support for yaffsram.
2005-08-01 lucAdapt the code structure after removing of the yaffsram...
2005-08-01 lucRemove the support for yaffsram.
2005-08-01 lucRemove the support for the old MTD.
2005-08-01 lucRemove old code/tests that are in commented out.
2005-08-01 lucRemove never used functions and declarations.
2005-08-01 lucCorrect the calculation of the block number to erase.
2005-08-01 lucAdd missing default value for some Kconfig's entries.
2005-08-01 charlesFix handling of NULL calls to FindObjectByName
2005-07-31 martyOoops. missed this one: Needed to change MTD_ defines...
2005-07-31 martyAdded files that support the ability to "patchin" yaffs...
2005-07-31 martyRemove CONFIG_YAFFS_USE_CHUNK_SIZE
2005-07-31 charlesAdd flag for object shadowing
2005-07-31 charlesAdd stuff for object shadowing (more to come) and clean...
2005-07-31 charlesAdd stuff for object shadowing and fix a constness
2005-07-31 martyIf kernel/config.h is included in yportenv.h, then...
2005-07-31 martyapplied patch 14-sparse-fix--remove-unused.diff
2005-07-31 martyapplied patch 13-sparse-fix--make-some-symbol-static...
2005-07-31 martyapplied patch 11-sparse-fix--use-C99-struct-initializer...
2005-07-31 martyApplied patch 03-read-super-MTD-if-CONFIG_YAFFS-or...
2005-07-31 charlesReplace linux/config.h with yportenv.h and remove some...
2005-07-31 charlesAdd linux/config.h here and change include markers
2005-07-29 lucGive a name to the nandemul2k MTD device.
2005-07-29 lucFix devname which was faked by always using "(unavailab...
2005-07-29 lucSet the correct uid/gid of newly created files when...
2005-07-29 lucMake private the nand_scan() function defined in nandem...
2005-07-29 lucFix some declarations mismatch between the MTD interfac...
2005-07-29 lucAdd missing #include file: yaffs_nandemul2k.h and remov...
2005-07-29 lucMove the internals read_super() functions near the...
next