summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-04mflash: Initial mflash supportunsik Kim1-0/+2
2009-03-21UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick1-1/+4
2009-03-21UBIFS: 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-10jffs2: cache data_crc resultsIlya Yanok2-1/+5
2008-12-10jffs2: summary supportIlya Yanok2-1/+349
2008-12-10jffs2: add buffer to cache flash accessesIlya Yanok2-45/+73
2008-12-10jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok1-56/+171
2008-12-10jffs2: 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-07Add 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
2008-06-29jffs2_1pass.c: add watchdog supportStuart Wood1-0/+3
2008-05-28Cleanup nand_info[] declaration.Stelian Pop1-3/+0
2008-05-21Big white-space cleanup.Wolfgang Denk5-82/+81
2008-04-29jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk1-4/+0
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-18/+2
2008-03-16cramfs: Fix ifdefJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2-4/+20
2008-03-03Fix checking fat32 cluster size.michael1-4/+4
2008-03-03fs: Fix ext2 read issueDave Liu1-0/+16
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz1-1/+1
2008-02-15Fix CONFIG_MMC usage in fat codeAndy Fleming1-1/+1
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz1-18/+2
2008-01-10Fix my own merge stupidityAndy Fleming1-34/+29
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-09Fix building with CRAMFS but not JFFS2 supportHarald Welte1-1/+1
2008-01-09Fix memset bug in ext2fs_read_file()Wolfgang Denk1-1/+1
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-3/+9
2007-09-16[FIX] remove files form repositoryMichal Simek2-289/+0
2007-09-15Synchronize with U-BOOT mainlineMichal Simek1-1/+1
2007-08-15[FIX] Correction command definitionMichal Simek1-1/+1
2007-08-08Merge git://www.denx.de/git/u-bootMichal Simek23-77/+89
2007-08-07Fix missing brace error in fs/fat/fat.cWolfgang Denk1-28/+29