summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-5/+2
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson1-10/+12
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1
2012-03-25FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11
2012-01-05fs/fat: Improve error handlingKyle Moffett1-4/+14
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett1-63/+52
2012-01-05ext2: Cache line align indirection buffersSimon Glass1-6/+12
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov1-0/+2
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-1/+1
2011-12-21FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-18fat.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-12-12fs/reiserfs/reiserfs.c: Fix compiler warningAnatolij Gustschin1-1/+3
2011-12-11fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)Wolfgang Denk1-1/+1
2011-11-17Fix warnings in yaffsSimon Glass1-8/+7
2011-11-17fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin1-23/+9
2011-11-08fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
2011-10-28GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut1-6/+6
2011-10-28GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut1-149/+0
2011-10-28fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-28fs/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-16punt unused clean/distclean targetsMike Frysinger1-7/+0
2011-10-12ubifs bad superblock bugLars Poeschel1-2/+4
2011-10-10fs/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-05Convert 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-11cramfs: make cramfs usable without a NOR flashHeiko Schocher1-0/+4
2011-04-13Fix 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-17Merge 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