summaryrefslogtreecommitdiff
path: root/include/fat.h
Commit message (Expand)AuthorAgeFilesLines
* fs: fat: support unlinkAKASHI Takahiro2018-09-231-0/+1
* fs: fat: support mkdirAKASHI Takahiro2018-09-231-0/+1
* fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-231-0/+2
* fs: fat: fix wrong casting to unsigned value of sect_to_cluster()Seung-Woo Kim2018-06-131-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2018-01-221-1/+0
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-151-1/+5
* fs/fat: fix case for FAT shortnamesRob Clark2017-09-151-1/+5
* fat/fs: move ls to generic implementationRob Clark2017-09-151-1/+4
* fat/fs: remove a bunch of dead codeRob Clark2017-09-151-20/+0
* fat/fs: convert to directory iteratorsRob Clark2017-09-151-6/+0
* fs/fat: introduce new director iteratorsRob Clark2017-09-151-0/+7
* fs/fat: split out helper to init fsdataRob Clark2017-09-151-0/+1
* Kconfig: Migrate FS_FAT / FAT_WRITETom Rini2017-06-031-3/+0
* fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee2016-11-281-0/+2
* fs/fat: Do not write unmodified fat entries to diskStefan Brüns2016-09-231-0/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-2/+2
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-2/+3
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-6/+7
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+1
* fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZESiva Durga Prasad Paladugu2014-06-051-1/+5
* fs: fat_write: fix the incorrect last cluster checkingWu, Josh2014-05-121-0/+3
* fs/fat: add fat12 cluster checkWu, Josh2014-05-121-1/+3
* fat: implement exists() for FAT fsStephen Warren2014-02-191-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-041-0/+2
* FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-041-3/+0
* FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren2012-10-251-0/+1
* FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-261-0/+2
* fat: fix FAT sector offsets overflow on large FAT partitionsAaron Williams2012-05-221-3/+3
* FAT: Add FAT write featureDonggeun Kim2011-10-261-0/+3
* fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov2011-10-011-1/+1
* fat: fix crash with big sector sizeSergei Shtylyov2011-10-011-13/+7
* VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov2010-10-121-0/+4
* fs/fat: Big code cleanup.Wolfgang Denk2010-07-241-34/+29
* Remove non-ascii characters from fat codeRemy Bohmer2008-12-041-1/+1
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Fix checking fat32 cluster size.michael2008-03-031-1/+2
* Fix fatload command on FAT32 formatted partitions.Wolfgang Denk2006-08-141-2/+6
* * Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk2004-04-231-7/+2
* * Patch by Stephen Williams, 01 Apr 2004:wdenk2004-04-151-0/+7
* * Patch by Thomas Elste, 10 Feb 2004:wdenk2004-02-231-0/+4
* * Patch by Jian Zhang, 3 Feb 2004:wdenk2004-02-101-2/+2
* * Patch by Pierre Aubert, 24 Nov 2003:wdenk2003-12-071-1/+1
* * Patches by Denis Peter, 9 Sep 2003:U-Boot-0_4_8wdenk2003-09-101-0/+1
* * Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk2003-06-151-0/+208