summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fat32 root directory handlingErik Hansen2011-04-021-14/+23
* UBIFS: Fix dereferencing type-punned pointer compiler warningDirk Behme2011-01-111-1/+2
* Merge branch 'master' of ../master into nextWolfgang Denk2010-12-162-15/+60
|\
| * ubifs.c: BUG: Error following linksRicardo Ribalda Delgado2010-12-031-1/+1
| * UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese2010-12-031-13/+58
| * UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-031-1/+1
* | ext2: constify file/dir namesMike Frysinger2010-11-281-2/+2
|/
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-178-16/+16
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* FAT: buffer overflow with FAT12/16Stefano Babic2010-10-201-1/+1
* VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov2010-10-121-12/+37
* ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace2010-08-071-1/+1
* fs/fat: Big code cleanup.Wolfgang Denk2010-07-242-549/+630
* FAT32: fix broken root directory handling.Wolfgang Denk2010-07-241-10/+50
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-241-2/+5
* nios: remove nios-32 archThomas Chou2010-05-281-3/+0
* ubifsmount fails due to not initialized listStefano Babic2010-04-281-0/+1
* jffs2, suen3: Fix compiler warningHeiko Schocher2010-03-311-15/+22
* JFFS2: drop support for LZARI compression modeWolfgang Denk2010-01-155-273/+35
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-3/+0
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-4/+0
* EXT2FS: fix inode size for ext2fs rev#0Michael Brandt2009-12-051-7/+13
* 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
OpenPOWER on IntegriCloud