summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.c
Commit message (Expand)AuthorAgeFilesLines
* fat: handle paths that include ../Stephen Warren2015-09-111-0/+29
* fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak2015-01-051-18/+51
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-16/+7
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-57/+78
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+5
* fat: implement exists() for FAT fsStephen Warren2014-02-191-4/+14
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-041-0/+17
* FAT: remove ifdefs to make the code more readableRichard Genoud2013-02-041-26/+29
* FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-041-1/+2
* vfat: Fix mkcksum argument sizesMarek Vasut2013-01-311-2/+2
* FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren2012-10-251-35/+31
* FAT: initialize all fields in cur_part_info, simplify initStephen Warren2012-10-251-2/+6
* FAT: remove cur_part_nrStephen Warren2012-10-251-7/+2
* fs: fat: Fix mkcksum() function parametersMarek Vasut2012-10-171-8/+12
* FAT: check for partition 0 not 1 for whole-disk fsStephen Warren2012-10-081-1/+1
* FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-261-19/+79
* FAT: Fix file contents listed as directoryBenoît Thébaudeau2012-09-181-4/+4
* FAT: Simplify get_contentsBenoît Thébaudeau2012-09-021-13/+1
* FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau2012-09-021-12/+30
* FAT: Fix redundant sector readBenoît Thébaudeau2012-09-021-26/+33
* FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau2012-09-021-1/+0
* FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau2012-09-021-2/+2
* FAT: cosmetic: Remove extra spacesBenoît Thébaudeau2012-09-021-23/+21
* Block: Remove MG DISK supportMarek Vasut2012-06-211-2/+0
* fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-301-10/+12
* fs/fat: Improve error handlingKyle Moffett2012-01-051-4/+14
* fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett2012-01-051-63/+52
* fat: reset VFAT short alias checksum on first matchSergei Shtylyov2012-01-051-0/+2
* fat.c: fix printf() length modifierAndreas Bießmann2011-12-171-1/+1
* fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-16/+19
* fat: correct ATTR_VFAT checkJ. Vijayanand2011-10-271-3/+3
* fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk2011-10-271-2/+0
* FAT: Add FAT write featureDonggeun Kim2011-10-261-0/+2
* fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov2011-10-011-5/+4
* fat: root directory cluster only makes sense for FAT32Sergei Shtylyov2011-10-011-8/+6
* fat: cannot compare bytes and sectorsSergei Shtylyov2011-10-011-3/+4
* fat: fix crash with big sector sizeSergei Shtylyov2011-10-011-37/+60
* fat32 root directory handlingErik Hansen2011-04-021-14/+23
* FAT: buffer overflow with FAT12/16Stefano Babic2010-10-201-1/+1
* VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov2010-10-121-12/+37
* fs/fat: Big code cleanup.Wolfgang Denk2010-07-241-540/+625
* FAT32: fix broken root directory handling.Wolfgang Denk2010-07-241-10/+50
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-241-2/+5
* nios: remove nios-32 archThomas Chou2010-05-281-3/+0
* FAT replace compare_sign with strncmp.Tom Rix2009-06-121-33/+3
* mflash: Initial mflash supportunsik Kim2009-04-031-0/+2
* fat.c: fix warning: array subscript is above array boundsWolfgang Denk2009-01-271-3/+7
* fat: fix unaligned errorsBryan Wu2009-01-241-3/+5
OpenPOWER on IntegriCloud