summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
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-25kconfig: 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-13fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-13fs: 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-09fs: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-02fs/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-30fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren1-2/+2
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-35/+31
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren1-2/+6
2012-10-25FAT: remove cur_part_nrStephen Warren1-7/+2
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut2-9/+13
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-0/+2
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren1-1/+1
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau2-28/+88
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau1-4/+4
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau1-13/+1
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau1-12/+30
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau1-26/+33
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau1-1/+0
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau1-2/+2
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau1-23/+21
2012-06-21Block: Remove MG DISK supportMarek Vasut1-2/+0
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson1-10/+12
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1
2012-03-25FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11
2012-01-05fs/fat: Improve error handlingKyle Moffett1-4/+14
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett1-63/+52
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov1-0/+2
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-1/+1
2011-12-21FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-18fat.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-11-08fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
2011-10-28fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-28fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk1-2/+0