aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt1-17/+5
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-1/+1
2022-09-16blk: Use a function for whether block devices are availableSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-10-12fs: fat: check for buffer size before reading blocksRicardo Salveti1-13/+10
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt1-1/+31
2021-04-10fs: fat: fix file_fat_detectfs()Heinrich Schuchardt1-34/+4
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt1-1/+2
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt1-16/+16
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt1-0/+18
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt1-3/+2
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt1-2/+18
2020-12-10fs: fat: set start cluster for root directoryHeinrich Schuchardt1-1/+3
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt1-32/+74
2020-11-29fs: fat: directory entries starting with 0x05Heinrich Schuchardt1-2/+1
2020-08-04fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel1-1/+4
2020-07-07fs: fat: fix fat iterationChristian Gmeiner1-3/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-3/+3
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro1-1/+32
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt1-1/+1
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt1-10/+20
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil1-4/+0
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis1-4/+5
2019-04-09fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula1-13/+34
2019-02-19fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee1-1/+9
2019-02-19fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee1-6/+12
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee1-1/+2
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini1-4/+1
2018-12-06fs: fix FAT name extractionPatrick Wildt1-0/+3
2018-12-06fs: check FAT cluster sizePatrick Wildt1-0/+11
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL1-1/+4
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt1-1/+1
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro1-0/+3
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro1-9/+0
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro1-8/+17
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro1-0/+21
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro1-0/+7
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen1-11/+1
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt1-1/+1
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong1-1/+3
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen1-10/+20
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen1-5/+5
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen1-1/+2
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10
2017-09-15fs/fat: fix fatbuf leakRob Clark1-7/+16
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark1-5/+3