aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19fat: implement exists() for FAT fsStephen Warren1-4/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-0/+17
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud1-26/+29
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud1-1/+2
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut1-2/+2
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-35/+31
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren1-2/+6
2012-10-25FAT: remove cur_part_nrStephen Warren1-7/+2
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut1-8/+12
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren1-1/+1
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-19/+79
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau1-4/+4
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau1-13/+1
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau1-12/+30
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau1-26/+33
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau1-1/+0
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau1-2/+2
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau1-23/+21
2012-06-21Block: Remove MG DISK supportMarek Vasut1-2/+0
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson1-10/+12
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-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 Kim1-0/+2
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-04-02fat32 root directory handlingErik Hansen1-14/+23
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 Denk1-540/+625
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-VILLARD1-4/+0
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