summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)Author
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae
2014-05-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh
2014-05-12fs: 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