aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Fix warnings in yaffsSimon Glass1-8/+7
2011-11-16fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin1-23/+9
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
2011-10-27GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut1-6/+6
2011-10-27GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut1-149/+0
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk1-2/+0
2011-10-26FAT: Add FAT write featureDonggeun Kim3-0/+1093
2011-10-25ext2: Cache line aligned partial sector bounce bufferAnton staaf1-1/+1
2011-10-15punt unused clean/distclean targetsMike Frysinger1-7/+0
2011-10-12ubifs bad superblock bugLars Poeschel1-2/+4
2011-10-09fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not usedWolfgang Denk1-10/+4
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov1-5/+4
2011-10-01fat: root directory cluster only makes sense for FAT32Sergei Shtylyov1-8/+6
2011-10-01fat: cannot compare bytes and sectorsSergei Shtylyov1-3/+4
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov1-37/+60
2011-09-10UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk1-1/+1
2011-09-10UBIFS: Change ubifsload to set the filesize variableBastian Ruppert1-1/+5
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-9/+10
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-3/+3
2011-09-10YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warningsWolfgang Denk2-2/+2
2011-09-10YAFFS2: fs/yaffs2/Makefile - fix build warningsWolfgang Denk1-1/+1
2011-09-10YAFFS2: fs/yaffs2/yaffscfg.c - fix build warningsWolfgang Denk1-2/+2
2011-08-19ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk1-4/+2
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD9-9/+9
2011-07-28ext2: Simplify partial sector access logicAnton Staaf1-27/+15
2011-07-28ext2: Fix checkpatch violationsAnton Staaf1-39/+43
2011-07-26scaled down version of generic libraries for SPLAneesh V1-1/+5
2011-05-10cramfs: make cramfs usable without a NOR flashHeiko Schocher1-0/+4
2011-04-12Fix misc spelling errors found by lintianLoïc Minier2-2/+2
2011-04-02fat32 root directory handlingErik Hansen1-14/+23
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