summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAgeLines
...
* fs: fat: Fix mkcksum() function parametersMarek Vasut2012-10-17-9/+13
* ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-15-0/+2
* FAT: check for partition 0 not 1 for whole-disk fsStephen Warren2012-10-08-1/+1
* FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-26-28/+88
* FAT: Fix file contents listed as directoryBenoît Thébaudeau2012-09-18-4/+4
* FAT: Simplify get_contentsBenoît Thébaudeau2012-09-02-13/+1
* FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau2012-09-02-12/+30
* FAT: Fix redundant sector readBenoît Thébaudeau2012-09-02-26/+33
* FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau2012-09-02-1/+0
* FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau2012-09-02-2/+2
* FAT: cosmetic: Remove extra spacesBenoît Thébaudeau2012-09-02-23/+21
* Block: Remove MG DISK supportMarek Vasut2012-06-21-2/+0
* fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-30-10/+12
* fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin2012-03-26-9/+1
* FAT write: Fix compile errorsDonggeun Kim2012-03-24-12/+8
* FAT: update the second FAT when writing a fileDonggeun Kim2012-01-05-0/+11
* fs/fat: Improve error handlingKyle Moffett2012-01-05-4/+14
* fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett2012-01-05-63/+52
* fat: reset VFAT short alias checksum on first matchSergei Shtylyov2012-01-05-0/+2
* Merge branch 'next' of ../nextWolfgang Denk2011-12-23-1/+1
|\
| * fat.c: fix printf() length modifierAndreas Bießmann2011-12-17-1/+1
* | FAT: fix some issues in FAT write support codeAnatolij Gustschin2011-12-20-5/+14
|/
* fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-16/+19
* fat: correct ATTR_VFAT checkJ. Vijayanand2011-10-27-3/+3
* fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk2011-10-27-2/+0
* FAT: Add FAT write featureDonggeun Kim2011-10-26-0/+1093
* fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov2011-10-01-5/+4
* fat: root directory cluster only makes sense for FAT32Sergei Shtylyov2011-10-01-8/+6
* fat: cannot compare bytes and sectorsSergei Shtylyov2011-10-01-3/+4
* fat: fix crash with big sector sizeSergei Shtylyov2011-10-01-37/+60
* scaled down version of generic libraries for SPLAneesh V2011-07-26-1/+5
* fat32 root directory handlingErik Hansen2011-04-02-14/+23
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* 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
* 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
* FAT replace compare_sign with strncmp.Tom Rix2009-06-12-33/+3
* mflash: Initial mflash supportunsik Kim2009-04-03-0/+2
* fat.c: fix warning: array subscript is above array boundsWolfgang Denk2009-01-27-3/+7
* fat: fix unaligned errorsBryan Wu2009-01-24-3/+5
* fs/fat: handle FAT on SATASonic Zhang2008-12-10-0/+3
* Remove non-ascii characters from fat codeRemy Bohmer2008-12-04-2/+2
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-31-11/+3
* Fix checking fat32 cluster size.michael2008-03-03-4/+4
* Fix CONFIG_MMC usage in fat codeAndy Fleming2008-02-14-1/+1
* Fix my own merge stupidityAndy Fleming2008-01-09-34/+29
* Fix missing brace error in fs/fat/fat.cWolfgang Denk2007-08-07-28/+29