aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-11UBIFS: Fix dereferencing type-punned pointer compiler warningDirk Behme1-1/+2
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk2-15/+60
2010-12-03ubifs.c: BUG: Error following linksRicardo Ribalda Delgado1-1/+1
2010-12-03UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese1-13/+58
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese1-1/+1
2010-11-28ext2: constify file/dir namesMike Frysinger1-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier8-16/+16
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-20FAT: buffer overflow with FAT12/16Stefano Babic1-1/+1
2010-10-12VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov1-12/+37
2010-08-07ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace1-1/+1
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk2-549/+630
2010-07-24FAT32: fix broken root directory handling.Wolfgang Denk1-10/+50
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk1-2/+5
2010-05-28nios: remove nios-32 archThomas Chou1-3/+0
2010-04-28ubifsmount fails due to not initialized listStefano Babic1-0/+1
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