summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami11-122/+138
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami7-100/+128
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren11-0/+110
2014-06-05fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZESiva Durga Prasad Paladugu2-1/+11
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh2-1/+4
2014-05-12fs/fat: add fat12 cluster checkWu, Josh1-1/+3
2014-02-19fat: implement exists() for FAT fsStephen Warren3-5/+16
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass5-110/+67
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud3-5/+4
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren3-39/+36
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau4-38/+105
2012-05-22fat: fix FAT sector offsets overflow on large FAT partitionsAaron Williams1-3/+3
2011-10-26FAT: Add FAT write featureDonggeun Kim5-0/+1101
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov2-6/+5
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov2-50/+67
2010-10-12VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov2-12/+41
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk4-755/+697
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer2-3/+3
2008-05-20Big white-space cleanup.Wolfgang Denk1010-13540/+13551
2008-03-02Fix checking fat32 cluster size.michael2-5/+6
2006-08-14Fix fatload command on FAT32 formatted partitions.Wolfgang Denk2-2/+9
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk20-187/+954
2004-04-15* Patch by Stephen Williams, 01 Apr 2004:wdenk19-1313/+3320
2004-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk36-27/+3340
2004-02-10* Patch by Jian Zhang, 3 Feb 2004:wdenk9-49/+45
2003-12-07* Patch by Pierre Aubert, 24 Nov 2003:wdenk7-22/+44
2003-09-10* Patches by Denis Peter, 9 Sep 2003:wdenk47-2475/+1270
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hwdenk42-2628/+7037