summaryrefslogtreecommitdiff
path: root/include/fat.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt1-1/+6
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt1-0/+12
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt1-1/+0
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt1-1/+6
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2018-09-23fs: fat: support unlinkAKASHI Takahiro1-0/+1
2018-09-23fs: fat: support mkdirAKASHI Takahiro1-0/+1
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro1-0/+2
2018-06-13fs: fat: fix wrong casting to unsigned value of sect_to_cluster()Seung-Woo Kim1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-23fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen1-1/+0
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark1-1/+5
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark1-1/+5
2017-09-15fat/fs: move ls to generic implementationRob Clark1-1/+4
2017-09-15fat/fs: remove a bunch of dead codeRob Clark1-20/+0
2017-09-15fat/fs: convert to directory iteratorsRob Clark1-6/+0
2017-09-15fs/fat: introduce new director iteratorsRob Clark1-0/+7
2017-09-15fs/fat: split out helper to init fsdataRob Clark1-0/+1
2017-06-04Kconfig: Migrate FS_FAT / FAT_WRITETom Rini1-3/+0
2016-11-29fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee1-0/+2
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns1-0/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-2/+3
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami1-6/+7
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+1
2014-06-05fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZESiva Durga Prasad Paladugu1-1/+5
2014-05-13fs: fat_write: fix the incorrect last cluster checkingWu, Josh1-0/+3
2014-05-13fs/fat: add fat12 cluster checkWu, Josh1-1/+3
2014-02-19fat: implement exists() for FAT fsStephen Warren1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-0/+2
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud1-3/+0
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-0/+1
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-0/+2
2012-05-22fat: fix FAT sector offsets overflow on large FAT partitionsAaron Williams1-3/+3
2011-10-26FAT: Add FAT write featureDonggeun Kim1-0/+3
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov1-1/+1
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov1-13/+7
2010-10-13VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov1-0/+4
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk1-34/+29
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-03Fix checking fat32 cluster size.michael1-1/+2
2006-08-15Fix fatload command on FAT32 formatted partitions.Wolfgang Denk1-2/+6
2004-04-24* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk1-7/+2
2004-04-16* Patch by Stephen Williams, 01 Apr 2004:wdenk1-0/+7
2004-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk1-0/+4
2004-02-10* Patch by Jian Zhang, 3 Feb 2004:wdenk1-2/+2
2003-12-08* Patch by Pierre Aubert, 24 Nov 2003:wdenk1-1/+1