summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil
2019-05-28fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro
2019-05-28fs: fat: flush a directory cluster properlyAKASHI Takahiro
2019-05-28fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis
2019-05-28fs: fat: correct file name normalizationHeinrich Schuchardt
2019-04-09fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt
2019-02-19fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee
2019-02-19fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini
2018-12-06fs: fix FAT name extractionPatrick Wildt
2018-12-06fs: check FAT cluster sizePatrick Wildt
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL
2018-10-16fs: fat: Fix warning in normalize_longname()Tom Rini
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt
2018-09-23fs: fat: support unlinkAKASHI Takahiro
2018-09-23fs: fat: support mkdirAKASHI Takahiro
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg
2018-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen
2018-01-22fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen