summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeLines
* UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk2011-09-10-1/+1
* UBIFS: Change ubifsload to set the filesize variableBastian Ruppert2011-09-10-1/+5
* YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk2011-09-10-9/+10
* YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk2011-09-10-3/+3
* YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warningsWolfgang Denk2011-09-10-2/+2
* YAFFS2: fs/yaffs2/Makefile - fix build warningsWolfgang Denk2011-09-10-1/+1
* YAFFS2: fs/yaffs2/yaffscfg.c - fix build warningsWolfgang Denk2011-09-10-2/+2
* ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk2011-08-19-4/+2
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-04-9/+9
* ext2: Simplify partial sector access logicAnton Staaf2011-07-28-27/+15
* ext2: Fix checkpatch violationsAnton Staaf2011-07-28-39/+43
* scaled down version of generic libraries for SPLAneesh V2011-07-26-1/+5
* cramfs: make cramfs usable without a NOR flashHeiko Schocher2011-05-10-0/+4
* Fix misc spelling errors found by lintianLoïc Minier2011-04-12-2/+2
* fat32 root directory handlingErik Hansen2011-04-02-14/+23
* UBIFS: Fix dereferencing type-punned pointer compiler warningDirk Behme2011-01-11-1/+2
* Merge branch 'master' of ../master into nextWolfgang Denk2010-12-16-15/+60
|\
| * ubifs.c: BUG: Error following linksRicardo Ribalda Delgado2010-12-03-1/+1
| * UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese2010-12-03-13/+58
| * UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-03-1/+1
* | ext2: constify file/dir namesMike Frysinger2010-11-28-2/+2
|/
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-16/+16
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* FAT: buffer overflow with FAT12/16Stefano Babic2010-10-20-1/+1
* VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov2010-10-12-12/+37
* ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace2010-08-07-1/+1
* fs/fat: Big code cleanup.Wolfgang Denk2010-07-24-549/+630
* FAT32: fix broken root directory handling.Wolfgang Denk2010-07-24-10/+50
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-24-2/+5
* nios: remove nios-32 archThomas Chou2010-05-28-3/+0
* ubifsmount fails due to not initialized listStefano Babic2010-04-28-0/+1
* jffs2, suen3: Fix compiler warningHeiko Schocher2010-03-31-15/+22
* JFFS2: drop support for LZARI compression modeWolfgang Denk2010-01-15-273/+35
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-21-3/+0
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-4/+0
* EXT2FS: fix inode size for ext2fs rev#0Michael Brandt2009-12-05-7/+13
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-0/+4
* ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom2009-09-28-1/+1
* ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom2009-09-23-25/+43
* Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom2009-09-15-32/+0
* jffs2: some fixes to summary supportIlya Yanok2009-08-21-41/+81
* jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok2009-08-18-3/+14
* ext2: fix inode size and calculationsWeirich, Bernhard2009-07-28-21/+32
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-16-24/+0
* FAT replace compare_sign with strncmp.Tom Rix2009-06-12-33/+3
* ubifs: fix small error path mismatchDaniel Mack2009-06-09-4/+2
* ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2009-04-30-3/+5
* ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado2009-04-28-0/+1
* UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese2009-04-28-1102/+0
* UBIFS: fix recovery bugAdrian Hunter2009-04-28-47/+23