summaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
AgeCommit message (Expand)Author
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
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-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-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-08-09fs: implement size/fatsize/ext4sizeStephen Warren
2014-02-19fat: implement exists() for FAT fsStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
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-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-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
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson
2012-01-05fs/fat: Improve error handlingKyle Moffett
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov
2011-12-17fat.c: fix printf() length modifierAndreas Bießmann
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk
2011-10-26FAT: Add FAT write featureDonggeun Kim
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov
2011-10-01fat: root directory cluster only makes sense for FAT32Sergei Shtylyov
2011-10-01fat: cannot compare bytes and sectorsSergei Shtylyov
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov
2011-04-02fat32 root directory handlingErik Hansen
2010-10-20FAT: buffer overflow with FAT12/16Stefano Babic