summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAgeLines
* fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak2015-01-05-18/+51
* fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini2014-12-01-4/+6
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-23-16/+7
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-86/+113
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-24-0/+0
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-09-0/+5
* disk: part_efi: clarify lbaint_t usageSteve Rae2014-06-05-1/+1
* fs/fat: correct FAT16/12 file finding in root dirWu, Josh2014-05-12-0/+27
* fs: fat_write: fix the incorrect last cluster checkingWu, Josh2014-05-12-1/+1
* fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu2014-05-12-1/+1
* fat: implement exists() for FAT fsStephen Warren2014-02-19-4/+14
* fs:fat: fix set file name functionPiotr Wilczek2013-11-08-1/+1
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-28/+3
* fs: fat: don't call disk_write with zero sector numWu, Josh2013-09-06-3/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-68/+4
* fs/fat: Don't multiply fatsize with sector sizeEgbert Eich2013-05-01-1/+0
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-04-0/+17
* FAT: remove ifdefs to make the code more readableRichard Genoud2013-02-04-34/+32
* FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-04-2/+4
* vfat: Fix mkcksum argument sizesMarek Vasut2013-01-31-2/+2
* fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren2012-10-29-2/+2
* FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren2012-10-25-35/+31
* FAT: initialize all fields in cur_part_info, simplify initStephen Warren2012-10-25-2/+6
* FAT: remove cur_part_nrStephen Warren2012-10-25-7/+2
* fs: fat: Fix mkcksum() function parametersMarek Vasut2012-10-17-9/+13
* ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-15-0/+2
* FAT: check for partition 0 not 1 for whole-disk fsStephen Warren2012-10-08-1/+1
* FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-26-28/+88
* FAT: Fix file contents listed as directoryBenoît Thébaudeau2012-09-18-4/+4
* FAT: Simplify get_contentsBenoît Thébaudeau2012-09-02-13/+1
* FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau2012-09-02-12/+30
* FAT: Fix redundant sector readBenoît Thébaudeau2012-09-02-26/+33
* FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau2012-09-02-1/+0
* FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau2012-09-02-2/+2
* FAT: cosmetic: Remove extra spacesBenoît Thébaudeau2012-09-02-23/+21
* Block: Remove MG DISK supportMarek Vasut2012-06-21-2/+0
* fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-30-10/+12
* fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin2012-03-26-9/+1
* FAT write: Fix compile errorsDonggeun Kim2012-03-24-12/+8
* FAT: update the second FAT when writing a fileDonggeun Kim2012-01-05-0/+11
* fs/fat: Improve error handlingKyle Moffett2012-01-05-4/+14
* fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett2012-01-05-63/+52
* fat: reset VFAT short alias checksum on first matchSergei Shtylyov2012-01-05-0/+2
* Merge branch 'next' of ../nextWolfgang Denk2011-12-23-1/+1
|\
| * fat.c: fix printf() length modifierAndreas Bießmann2011-12-17-1/+1
* | FAT: fix some issues in FAT write support codeAnatolij Gustschin2011-12-20-5/+14
|/
* fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-16/+19
* fat: correct ATTR_VFAT checkJ. Vijayanand2011-10-27-3/+3
* fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk2011-10-27-2/+0