~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fs: fat: Shrink the size of a few stringsSimon Glass2023-07-17
* fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt2023-01-20
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* blk: Use a function for whether block devices are availableSimon Glass2022-09-16
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* fs: fat: check for buffer size before reading blocksRicardo Salveti2021-10-12
* fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt2021-07-12
* fs: fat: fix file_fat_detectfs()Heinrich Schuchardt2021-04-10
* fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-29
* fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-23
* fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-31
* fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2020-12-31
* fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt2020-12-10
* fs: fat: set start cluster for root directoryHeinrich Schuchardt2020-12-10
* fs: fat: export fat_next_cluster()Heinrich Schuchardt2020-12-10
* fs: fat: directory entries starting with 0x05Heinrich Schuchardt2020-11-29
* fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel2020-08-04
* fs: fat: fix fat iterationChristian Gmeiner2020-07-07
* common: Drop log.h from common headerSimon Glass2020-05-18
* part: Drop disk_partition_t typedefSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* fs: fat: handle deleted directory entries correctlyAKASHI Takahiro2019-12-05
* fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-11
* fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-11
* fat: FAT filesystem premature release of info struct.Martin Vystrčil2019-08-26
* fs: fat: Fix possible double free of fatbufAndrew F. Davis2019-05-28
* fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-09
* fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee2019-02-19
* fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee2019-02-19
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-01
* Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini2019-01-11
* fs: fix FAT name extractionPatrick Wildt2018-12-06
* fs: check FAT cluster sizePatrick Wildt2018-12-06
* fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL2018-11-20
* fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-23
* fs: fat: remember the starting cluster number of directoryAKASHI Takahiro2018-09-23
* fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-23
* fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro2018-09-23
* fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro2018-09-23
* fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-23
* fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg2018-08-20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2018-01-22
* fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt2018-01-19
* fat: Use cache aligned buffers for fat_opendirNeil Armstrong2017-11-29
* fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen2017-10-08
* fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen2017-10-08
* fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-06
* fs/fat: Reduce stack usageTom Rini2017-09-22
* fs/fat: fix fatbuf leakRob Clark2017-09-15