aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
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-24FAT 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-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov1-0/+2
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-1/+1
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-17fat.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
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-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-07-26scaled down version of generic libraries for SPLAneesh V1-1/+5
2011-04-02fat32 root directory handlingErik Hansen1-14/+23
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
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-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
2009-06-12FAT replace compare_sign with strncmp.Tom Rix1-33/+3
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+2
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-10fs/fat: handle FAT on SATASonic Zhang1-0/+3
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer1-2/+2
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD3-11/+3
2008-03-03Fix checking fat32 cluster size.michael1-4/+4
2008-02-14Fix CONFIG_MMC usage in fat codeAndy Fleming1-1/+1
2008-01-09Fix my own merge stupidityAndy Fleming1-34/+29
2007-08-07Fix missing brace error in fs/fat/fat.cWolfgang Denk1-28/+29
2007-08-03Merge branch 'testing' into workingAndy Fleming2-10/+18
2007-07-09fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-10/+10
2007-07-04fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-7/+9
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-19/+23
2007-05-18Reduce line lengths to 80 characters max.Peter Pearse1-2/+4
2007-05-09New board SMN42 branchPeter Pearse1-2/+5
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+7
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-08-06Add support for Altera NIOS DK1C20 boardWolfgang Denk1-0/+3
2004-12-16"static" from "do_fat_read" removedstroese1-1/+1
2004-09-29* Patches by Sean Chang, 09 Aug 2004:wdenk1-1/+1