summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon 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
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