summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat_write.c
Commit message (Expand)AuthorAgeFilesLines
* fs: fat: remove trailing periods from long nameHeinrich Schuchardt2021-02-031-2/+28
* fs: fat: must not write directory '.' and '..'Heinrich Schuchardt2021-02-031-10/+3
* fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt2021-02-031-14/+13
* fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-291-3/+3
* fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-291-5/+2
* fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-231-11/+9
* fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt2021-01-231-27/+31
* fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-101-12/+76
* fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-101-1/+1
* fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-101-23/+6
* fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-101-12/+22
* fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-101-1/+61
* fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-101-9/+19
* fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-101-1/+1
* fs: fat: generate unique short namesHeinrich Schuchardt2020-12-101-5/+36
* fs: fat: call set_name() only onceHeinrich Schuchardt2020-12-101-33/+54
* fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt2020-12-101-8/+12
* fs: fat: create correct short namesHeinrich Schuchardt2020-12-101-76/+139
* fs: fat: correct first cluster for '..'Heinrich Schuchardt2020-12-101-1/+5
* fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt2020-11-291-1/+2
* fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt2020-11-291-3/+2
* fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt2020-07-111-2/+7
* fs: fat_write: fix short name creation.Heinrich Schuchardt2020-07-071-3/+12
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+1
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* | fat: write: adjust data written in each partial writeMarek Szyprowski2020-02-071-1/+3
* | fat: write: fix broken write to fragmented filesMarek Szyprowski2020-02-071-2/+2
|/
* fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro2019-05-281-2/+8
* fs: fat: flush a directory cluster properlyAKASHI Takahiro2019-05-281-19/+14
* fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro2019-05-281-25/+53
* fs: fat: correct file name normalizationHeinrich Schuchardt2019-05-281-28/+20
* fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt2019-02-281-3/+3
* fs: fat: Fix warning in normalize_longname()Tom Rini2018-10-161-1/+1
* fs: fat: fix set_cluster()Heinrich Schuchardt2018-10-061-10/+17
* fs: fat: memory leak in fat_unlink()Heinrich Schuchardt2018-10-061-1/+7
* fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-231-1/+1
* fs: fat: support unlinkAKASHI Takahiro2018-09-231-0/+132
* fs: fat: support mkdirAKASHI Takahiro2018-09-231-0/+136
* fs: fat: support write with non-zero offsetAKASHI Takahiro2018-09-231-15/+273
* fs: fat: refactor write interface for a file offsetAKASHI Takahiro2018-09-231-114/+65
* fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-231-313/+156
* fs: fat: write returns error code instead of -1AKASHI Takahiro2018-09-231-4/+15
* fs: fat: check and normalize file nameAKASHI Takahiro2018-09-231-8/+44
* Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro2018-09-231-15/+1
* fs: fat: cannot write to subdirectoriesHeinrich Schuchardt2018-07-251-1/+15
* 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-2/+1
* fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot2018-01-101-2/+2