aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-08-21jffs2: some fixes to summary supportIlya Yanok
2009-08-18jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok
2009-07-28ext2: fix inode size and calculationsWeirich, Bernhard
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2009-06-12FAT replace compare_sign with strncmp.Tom Rix
2009-06-09ubifs: fix small error path mismatchDaniel Mack
2009-04-30ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado
2009-04-28ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado
2009-04-28UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese
2009-04-28UBIFS: fix recovery bugAdrian Hunter
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk
2009-04-04UBIFS: add R/O compatibilityArtem Bityutskiy
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-04-03mflash: Initial mflash supportunsik Kim
2009-03-20UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick
2009-03-20UBIFS: Implement read-only UBIFS support in U-BootStefan Roese
2009-01-27fat.c: fix warning: array subscript is above array boundsWolfgang Denk
2009-01-24fat: fix unaligned errorsBryan Wu
2008-12-16jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok
2008-12-10fs/fat: handle FAT on SATASonic Zhang
2008-12-09jffs2: cache data_crc resultsIlya Yanok
2008-12-09jffs2: summary supportIlya Yanok
2008-12-09jffs2: add buffer to cache flash accessesIlya Yanok
2008-12-09jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok
2008-12-09jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer
2008-10-31JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-21Make the YAFFS filesystem workRemy Bohmer
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul
2008-08-12Clean out unneeded filesWilliam Juul
2008-08-12Create symlinks from yaffs2/direct to yaffs2William Juul
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul
2008-08-12YAFFS2 importWilliam Juul
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk
2008-07-13Fix some more printf() format problems.Wolfgang Denk
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-06-29jffs2_1pass.c: add watchdog supportStuart Wood
2008-05-28Cleanup nand_info[] declaration.Stelian Pop
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-28jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka
2008-03-16cramfs: Fix ifdefJean-Christophe PLAGNIOL-VILLARD
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz
2008-03-03Fix checking fat32 cluster size.michael
2008-03-02fs: Fix ext2 read issueDave Liu