summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom2009-09-281-1/+1
* ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom2009-09-231-25/+43
* Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom2009-09-151-32/+0
* jffs2: some fixes to summary supportIlya Yanok2009-08-211-41/+81
* jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok2009-08-181-3/+14
* ext2: fix inode size and calculationsWeirich, Bernhard2009-07-281-21/+32
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-162-24/+0
* FAT replace compare_sign with strncmp.Tom Rix2009-06-121-33/+3
* ubifs: fix small error path mismatchDaniel Mack2009-06-091-4/+2
* ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2009-04-302-3/+5
* ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado2009-04-281-0/+1
* UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese2009-04-281-1102/+0
* UBIFS: fix recovery bugAdrian Hunter2009-04-281-47/+23
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-1/+0
* UBIFS: add R/O compatibilityArtem Bityutskiy2009-04-044-11/+71
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
* mflash: Initial mflash supportunsik Kim2009-04-031-0/+2
* UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick2009-03-201-1/+4
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-2027-0/+16972
* fat.c: fix warning: array subscript is above array boundsWolfgang Denk2009-01-271-3/+7
* fat: fix unaligned errorsBryan Wu2009-01-241-3/+5
* jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok2008-12-161-5/+1
* fs/fat: handle FAT on SATASonic Zhang2008-12-101-0/+3
* jffs2: cache data_crc resultsIlya Yanok2008-12-092-1/+5
* jffs2: summary supportIlya Yanok2008-12-092-1/+349
* jffs2: add buffer to cache flash accessesIlya Yanok2008-12-092-45/+73
* jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok2008-12-091-56/+171
* jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok2008-12-091-3/+2
* Remove non-ascii characters from fat codeRemy Bohmer2008-12-041-2/+2
* JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood2008-10-311-7/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-183-13/+13
* Add JFFS2 command support on OneNANDKyungmin Park2008-09-061-0/+118
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-3130-109/+32
* Make the YAFFS filesystem workRemy Bohmer2008-08-211-1/+4
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-1433-937/+928
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-132-4/+4
* moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul2008-08-1236-34/+2
* Clean out unneeded filesWilliam Juul2008-08-1227-10446/+0
* Create symlinks from yaffs2/direct to yaffs2William Juul2008-08-1226-0/+26
* Incorporate yaffs2 into U-bootWilliam Juul2008-08-1228-88/+448
* YAFFS2 importWilliam Juul2008-08-1263-0/+24326
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-142-8/+12
* Fix some more printf() format problems.Wolfgang Denk2008-07-131-2/+2
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-131-2/+2
* jffs2_1pass.c: add watchdog supportStuart Wood2008-06-291-0/+3
* Cleanup nand_info[] declaration.Stelian Pop2008-05-281-3/+0
* Big white-space cleanup.Wolfgang Denk2008-05-215-82/+81
* jffs2_1pass.c: fix incompatible pointer type warningWolfgang Denk2008-04-281-4/+0
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-261-18/+2
|\
OpenPOWER on IntegriCloud