summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
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
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11fat: handle paths that include ../Stephen Warren
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren
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
2014-02-19fat: implement exists() for FAT fsStephen Warren
2013-11-08fs:fat: fix set file name functionPiotr Wilczek
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada
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-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren
2012-10-25FAT: remove cur_part_nrStephen Warren
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson
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
2012-01-05fs/fat: Improve error handlingKyle Moffett