summaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-3/+3
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* fs: fat: handle deleted directory entries correctlyAKASHI Takahiro2019-12-051-1/+32
* fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-111-1/+1
* fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-111-10/+20
* fat: FAT filesystem premature release of info struct.Martin Vystrčil2019-08-261-4/+0
* fs: fat: Fix possible double free of fatbufAndrew F. Davis2019-05-281-4/+5
* fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-091-13/+34
* fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee2019-02-191-1/+9
* fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee2019-02-191-6/+12
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-011-1/+2
* Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini2019-01-111-4/+1
* fs: fix FAT name extractionPatrick Wildt2018-12-061-0/+3
* fs: check FAT cluster sizePatrick Wildt2018-12-061-0/+11
* fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL2018-11-201-1/+4
* fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-231-1/+1
* fs: fat: remember the starting cluster number of directoryAKASHI Takahiro2018-09-231-0/+3
* fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-231-9/+0
* fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro2018-09-231-8/+17
* fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro2018-09-231-0/+21
* fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-231-0/+7
* fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg2018-08-201-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2018-01-221-11/+1
* fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt2018-01-191-1/+1
* fat: Use cache aligned buffers for fat_opendirNeil Armstrong2017-11-291-1/+3
* fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen2017-10-081-10/+20
* fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen2017-10-081-5/+5
* fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-061-1/+2
* fs/fat: Reduce stack usageTom Rini2017-09-221-4/+10
* fs/fat: fix fatbuf leakRob Clark2017-09-151-7/+16
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-151-5/+3
* fs/fat: fix case for FAT shortnamesRob Clark2017-09-151-6/+10
* fat/fs: move ls to generic implementationRob Clark2017-09-151-32/+0
* fs/fat: implement opendir/readdir/closedirRob Clark2017-09-151-0/+61
* fat/fs: convert to directory iteratorsRob Clark2017-09-151-646/+76
* fs/fat: introduce new director iteratorsRob Clark2017-09-151-3/+353
* fs/fat: split out helper to init fsdataRob Clark2017-09-151-30/+43
* fs/fat: Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+1
* fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns2017-01-281-3/+4
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-1/+1
* fs/fat: simplify get_fatent for FAT12Stefan Brüns2016-12-271-29/+5
* fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2016-12-271-3/+22
* fs/fat: Avoid corruption of sectors following the FATStefan Brüns2016-12-271-0/+1
* fs/fat: Do not write unmodified fat entries to diskStefan Brüns2016-09-231-0/+1
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-3/+3