summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns1-1/+3
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns1-12/+19
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian1-1/+1
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-3/+2
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-2/+1
2015-10-12fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau1-21/+64
2015-10-12fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau1-48/+20
2015-10-12fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau1-3/+3
2015-10-12fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau1-12/+1
2015-10-12fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau1-14/+34
2015-09-12FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski1-2/+9
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini1-4/+6
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami1-27/+34
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-1/+1
2014-05-13fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-13fs: fat_write: fix the incorrect last cluster checkingWu, Josh1-1/+1
2014-05-12fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu1-1/+1
2013-11-09fs:fat: fix set file name functionPiotr Wilczek1-1/+1
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh1-3/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-02fs/fat: Don't multiply fatsize with sector sizeEgbert Eich1-1/+0
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud1-8/+3
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud1-1/+2
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut1-1/+1
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-9/+9
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1