summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt1-12/+76
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt1-1/+1
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt1-23/+6
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt1-12/+22
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt1-1/+61
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt1-9/+19
2020-12-10fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt1-1/+1
2020-12-10fs: fat: generate unique short namesHeinrich Schuchardt1-5/+36
2020-12-10fs: fat: call set_name() only onceHeinrich Schuchardt1-33/+54
2020-12-10fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt1-8/+12
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt1-76/+139
2020-12-10fs: fat: correct first cluster for '..'Heinrich Schuchardt1-1/+5
2020-11-29fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt1-1/+2
2020-11-29fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt1-3/+2
2020-07-12fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt1-2/+7
2020-07-08fs: fat_write: fix short name creation.Heinrich Schuchardt1-3/+12
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+1
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski1-1/+3
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski1-2/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
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: correct file name normalizationHeinrich Schuchardt1-28/+20
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt1-3/+3
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 Schuchardt1-1/+1
2018-09-23fs: fat: support unlinkAKASHI Takahiro1-0/+132
2018-09-23fs: fat: support mkdirAKASHI Takahiro1-0/+136
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 Takahiro1-313/+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-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt1-1/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-23fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen1-2/+1
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot1-2/+2
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark1-5/+3
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark1-2/+2
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi1-1/+1
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns1-113/+5
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns1-10/+12
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov1-8/+53
2016-11-29fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee1-1/+2