aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)AuthorFilesLines
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-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-12fs: 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-08fs: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-01fs/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
2012-03-24FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-10-26FAT: Add FAT write featureDonggeun Kim1-0/+1090