summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)Author
2021-02-03fs: fat: remove trailing periods from long nameHeinrich Schuchardt
2021-02-03fs: fat: must not write directory '.' and '..'Heinrich Schuchardt
2021-02-03fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt
2021-01-29fs: fat: avoid out of bounds access warningHeinrich Schuchardt
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt
2021-01-23fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt
2020-12-10fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt
2020-12-10fs: fat: generate unique short namesHeinrich Schuchardt
2020-12-10fs: fat: call set_name() only onceHeinrich Schuchardt
2020-12-10fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt
2020-12-10fs: fat: correct first cluster for '..'Heinrich Schuchardt
2020-11-29fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt
2020-11-29fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt
2020-07-11fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt
2020-07-07fs: fat_write: fix short name creation.Heinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon 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-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: correct file name normalizationHeinrich Schuchardt
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt
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: 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-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-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot