summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren
2012-10-25FAT: remove cur_part_nrStephen Warren
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin
2012-03-24FAT write: Fix compile errorsDonggeun Kim
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim
2012-01-05fs/fat: Improve error handlingKyle Moffett
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov
2011-12-23Merge branch 'next' of ../nextWolfgang Denk
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin
2011-12-17fat.c: fix printf() length modifierAndreas Bießmann
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk
2011-10-26FAT: Add FAT write featureDonggeun Kim
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov
2011-10-01fat: root directory cluster only makes sense for FAT32Sergei Shtylyov
2011-10-01fat: cannot compare bytes and sectorsSergei Shtylyov
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov
2011-07-26scaled down version of generic libraries for SPLAneesh V
2011-04-02fat32 root directory handlingErik Hansen
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-20FAT: buffer overflow with FAT12/16Stefano Babic
2010-10-12VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk
2010-07-24FAT32: fix broken root directory handling.Wolfgang Denk
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk
2010-05-28nios: remove nios-32 archThomas Chou
2009-06-12FAT replace compare_sign with strncmp.Tom Rix
2009-04-03mflash: Initial mflash supportunsik Kim
2009-01-27fat.c: fix warning: array subscript is above array boundsWolfgang Denk