aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-31jffs2, suen3: Fix compiler warningHeiko Schocher1-15/+22
2010-01-15JFFS2: drop support for LZARI compression modeWolfgang Denk5-273/+35
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-3/+0
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-12-05EXT2FS: fix inode size for ext2fs rev#0Michael Brandt1-7/+13
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+4
2009-09-28ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom1-1/+1
2009-09-23ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom1-25/+43
2009-09-15Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom1-32/+0
2009-08-21jffs2: some fixes to summary supportIlya Yanok1-41/+81
2009-08-18jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok1-3/+14
2009-07-28ext2: fix inode size and calculationsWeirich, Bernhard1-21/+32
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood2-24/+0
2009-06-12FAT replace compare_sign with strncmp.Tom Rix1-33/+3
2009-06-09ubifs: fix small error path mismatchDaniel Mack1-4/+2
2009-04-30ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2-3/+5
2009-04-28ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado1-0/+1
2009-04-28UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese1-1102/+0
2009-04-28UBIFS: fix recovery bugAdrian Hunter1-47/+23
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-1/+0
2009-04-04UBIFS: add R/O compatibilityArtem Bityutskiy4-11/+71
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+2
2009-03-20UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick1-1/+4
2009-03-20UBIFS: Implement read-only UBIFS support in U-BootStefan Roese27-0/+16972
2009-01-27fat.c: fix warning: array subscript is above array boundsWolfgang Denk1-3/+7
2009-01-24fat: fix unaligned errorsBryan Wu1-3/+5
2008-12-16jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok1-5/+1
2008-12-10fs/fat: handle FAT on SATASonic Zhang1-0/+3
2008-12-09jffs2: cache data_crc resultsIlya Yanok2-1/+5
2008-12-09jffs2: summary supportIlya Yanok2-1/+349
2008-12-09jffs2: add buffer to cache flash accessesIlya Yanok2-45/+73
2008-12-09jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok1-56/+171
2008-12-09jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok1-3/+2
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer1-2/+2
2008-10-31JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood1-7/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-13/+13
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park1-0/+118
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD30-109/+32
2008-08-21Make the YAFFS filesystem workRemy Bohmer1-1/+4
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk33-937/+928
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-4/+4
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul36-34/+2
2008-08-12Clean out unneeded filesWilliam Juul27-10446/+0
2008-08-12Create symlinks from yaffs2/direct to yaffs2William Juul26-0/+26
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul28-88/+448
2008-08-12YAFFS2 importWilliam Juul63-0/+24326
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2-8/+12
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2