aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+24
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns1-3/+4
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-1/+1
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns1-29/+5
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2-116/+27
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns2-10/+13
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov1-8/+53
2016-11-28fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee1-1/+2
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns1-1/+3
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns2-12/+20
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian1-1/+1
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass2-6/+5
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren2-4/+3
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau1-21/+64
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau1-48/+20
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau1-3/+3
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau1-12/+1
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau1-14/+34
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski2-4/+18
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-11fat: handle paths that include ../Stephen Warren1-0/+29
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak1-18/+51
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini1-4/+6
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-16/+7
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami3-86/+113
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+5
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-1/+1
2014-05-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh1-1/+1
2014-05-12fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu1-1/+1
2014-02-19fat: implement exists() for FAT fsStephen Warren1-4/+14
2013-11-08fs:fat: fix set file name functionPiotr Wilczek1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-28/+3
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh1-3/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich1-1/+0
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-0/+17
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud2-34/+32
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud2-2/+4
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut1-2/+2
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren1-2/+2