summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro1-1/+32
2019-10-12fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt1-1/+1
2019-10-12fs: 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-29fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro1-2/+8
2019-05-29fs: fat: flush a directory cluster properlyAKASHI Takahiro1-19/+14
2019-05-29fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro1-25/+53
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis1-4/+5
2019-05-28fs: fat: correct file name normalizationHeinrich Schuchardt1-28/+20
2019-04-10fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula1-13/+34
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt1-3/+3
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 Chee2-3/+4
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini1-4/+1
2018-12-07fs: fix FAT name extractionPatrick Wildt1-0/+3
2018-12-07fs: check FAT cluster sizePatrick Wildt1-0/+11
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL1-1/+4
2018-10-16fs: fat: Fix warning in normalize_longname()Tom Rini1-1/+1
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt1-10/+17
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt1-1/+7
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2-2/+2
2018-09-23fs: fat: support unlinkAKASHI Takahiro1-0/+132
2018-09-23fs: fat: support mkdirAKASHI Takahiro1-0/+136
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro1-0/+3
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro1-15/+273
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro1-114/+65
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro2-322/+156
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro1-4/+15
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro1-8/+44
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro1-15/+1
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-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt1-1/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-01-23fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2-13/+2
2018-01-23fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen1-1/+1
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt1-1/+1
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot1-2/+2
2017-11-30fat: 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 Clark2-10/+6
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark2-8/+12
2017-09-15fat/fs: move ls to generic implementationRob Clark1-32/+0