summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-151-5/+3
* fs/fat: fix case for FAT shortnamesRob Clark2017-09-151-2/+2
* fs: fat: fix fatwrite overflow calculationReno Farnesi2017-08-261-1/+1
* fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2016-12-271-113/+5
* fs/fat: Avoid corruption of sectors following the FATStefan Brüns2016-12-271-10/+12
* fat: fatwrite: fix the command for FAT12Philipp Skadorov2016-12-271-8/+53
* fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee2016-11-281-1/+2
* fs/fat: Correct description of determine_fatent functionStefan Brüns2016-09-231-1/+3
* fs/fat: Do not write unmodified fat entries to diskStefan Brüns2016-09-231-12/+19
* fs/fat: Remove two statements without effectStefan Brüns2016-09-231-4/+1
* Fix spelling of "supported/unsupported".Vagrant Cascadian2016-03-221-1/+1
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-3/+2
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-2/+1
* fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau2015-10-111-21/+64
* fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau2015-10-111-48/+20
* fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau2015-10-111-3/+3
* fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau2015-10-111-12/+1
* fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau2015-10-111-14/+34
* FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski2015-09-111-2/+9
* fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini2014-12-011-4/+6
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-27/+34
* disk: part_efi: clarify lbaint_t usageSteve Rae2014-06-051-1/+1
* fs/fat: correct FAT16/12 file finding in root dirWu, Josh2014-05-121-0/+27
* fs: fat_write: fix the incorrect last cluster checkingWu, Josh2014-05-121-1/+1
* fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu2014-05-121-1/+1