summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat_write.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs:fat: fix set file name functionPiotr Wilczek2013-11-081-1/+1
* fs: fat: don't call disk_write with zero sector numWu, Josh2013-09-061-3/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fs/fat: Don't multiply fatsize with sector sizeEgbert Eich2013-05-011-1/+0
* FAT: remove ifdefs to make the code more readableRichard Genoud2013-02-041-8/+3
* FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-041-1/+2
* fs: fat: Fix mkcksum() function parametersMarek Vasut2012-10-171-1/+1
* FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-261-9/+9
* fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin2012-03-261-9/+1
* FAT write: Fix compile errorsDonggeun Kim2012-03-241-12/+8
* FAT: update the second FAT when writing a fileDonggeun Kim2012-01-051-0/+11
* FAT: fix some issues in FAT write support codeAnatolij Gustschin2011-12-201-5/+14
* FAT: Add FAT write featureDonggeun Kim2011-10-261-0/+1090
OpenPOWER on IntegriCloud