summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeLines
* fat.c: fix warning: array subscript is above array boundsWolfgang Denk2009-01-27-3/+7
* fat: fix unaligned errorsBryan Wu2009-01-24-3/+5
* jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok2008-12-16-5/+1
* fs/fat: handle FAT on SATASonic Zhang2008-12-10-0/+3
* jffs2: cache data_crc resultsIlya Yanok2008-12-09-1/+5
* jffs2: summary supportIlya Yanok2008-12-09-1/+349
* jffs2: add buffer to cache flash accessesIlya Yanok2008-12-09-45/+73
* jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok2008-12-09-56/+171
* jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok2008-12-09-3/+2
* Remove non-ascii characters from fat codeRemy Bohmer2008-12-04-2/+2
* JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood2008-10-31-7/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-13/+13
* Add JFFS2 command support on OneNANDKyungmin Park2008-09-06-0/+118
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-31-109/+32
* Make the YAFFS filesystem workRemy Bohmer2008-08-21-1/+4
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-14-937/+928
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-4/+4
* moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul2008-08-12-34/+2
* Clean out unneeded filesWilliam Juul2008-08-12-10446/+0
* Create symlinks from yaffs2/direct to yaffs2William Juul2008-08-12-0/+26
* Incorporate yaffs2 into U-bootWilliam Juul2008-08-12-88/+448
* YAFFS2 importWilliam Juul2008-08-12-0/+24326
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-14-8/+12
* Fix some more printf() format problems.Wolfgang Denk2008-07-13-2/+2
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-13-2/+2
* jffs2_1pass.c: add watchdog supportStuart Wood2008-06-29-0/+3
* Cleanup nand_info[] declaration.Stelian Pop2008-05-28-3/+0
* Big white-space cleanup.Wolfgang Denk2008-05-21-82/+81
* jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk2008-04-28-4/+0
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-26-18/+2
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12-4/+20
| |\
| * \ Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-21-1/+1
| |\ \
| * | | [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-07-18/+2
* | | | cramfs: Fix ifdefJean-Christophe PLAGNIOL-VILLARD2008-03-16-1/+1
| |_|/ |/| |
* | | Fix checking fat32 cluster size.michael2008-03-03-4/+4
* | | fs: Fix ext2 read issueDave Liu2008-03-02-0/+16
| |/ |/|
* | Fix CONFIG_MMC usage in fat codeAndy Fleming2008-02-14-1/+1
|/
* Fix my own merge stupidityAndy Fleming2008-01-09-34/+29
* fix comments with new drivers organizationMarcel Ziswiler2008-01-09-1/+1
* Fix building with CRAMFS but not JFFS2 supportHarald Welte2008-01-09-1/+1
* Fix memset bug in ext2fs_read_file()Wolfgang Denk2008-01-09-1/+1
* Build: split COBJS value into multiple linesGrant Likely2007-11-15-3/+9
* [FIX] remove files form repositoryMichal Simek2007-09-16-289/+0
* Synchronize with U-BOOT mainlineMichal Simek2007-09-15-1/+1
* [FIX] Correction command definitionMichal Simek2007-08-15-1/+1
* Merge git://www.denx.de/git/u-bootMichal Simek2007-08-07-77/+89
|\
| * Fix missing brace error in fs/fat/fat.cWolfgang Denk2007-08-07-28/+29
| * Merge branch 'testing' into workingAndy Fleming2007-08-03-53/+64
| |\
| | * fs/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-11/+11
| | * fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-42/+42