summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)Author
2014-07-16fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu
2013-11-08fs:fat: fix set file name functionPiotr Wilczek
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin
2012-03-24FAT write: Fix compile errorsDonggeun Kim
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin
2011-10-26FAT: Add FAT write featureDonggeun Kim