summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* fs: fat: do not mangle short filenamesStefan Herbrechtsmeier2023-03-301-4/+7
* log: Add a category for filesystemsSimon Glass2023-02-061-0/+2
* fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt2023-01-201-17/+5
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-1/+1
* blk: Use a function for whether block devices are availableSimon Glass2022-09-161-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-4/+4
* fs: fat: check for buffer size before reading blocksRicardo Salveti2021-10-121-13/+10
* fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt2021-07-121-1/+31
* fs: fat: fix file_fat_detectfs()Heinrich Schuchardt2021-04-101-34/+4
* fs: fat: remove trailing periods from long nameHeinrich Schuchardt2021-02-031-2/+28
* fs: fat: must not write directory '.' and '..'Heinrich Schuchardt2021-02-031-10/+3
* fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt2021-02-031-14/+13
* fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-292-4/+5
* fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-291-5/+2
* fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-232-27/+25
* fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt2021-01-231-27/+31
* fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-311-0/+18
* fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2020-12-311-3/+2
* fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-101-12/+76
* fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt2020-12-101-2/+18
* fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-101-1/+1
* fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-101-23/+6
* fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-101-12/+22
* fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-101-1/+61
* fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-101-9/+19
* fs: fat: set start cluster for root directoryHeinrich Schuchardt2020-12-101-1/+3
* fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-101-1/+1
* fs: fat: generate unique short namesHeinrich Schuchardt2020-12-101-5/+36
* fs: fat: call set_name() only onceHeinrich Schuchardt2020-12-101-33/+54
* fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt2020-12-101-8/+12
* fs: fat: create correct short namesHeinrich Schuchardt2020-12-101-76/+139
* fs: fat: export fat_next_cluster()Heinrich Schuchardt2020-12-101-32/+74
* fs: fat: correct first cluster for '..'Heinrich Schuchardt2020-12-101-1/+5
* fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt2020-11-291-1/+2
* fs: fat: directory entries starting with 0x05Heinrich Schuchardt2020-11-291-2/+1
* fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt2020-11-291-3/+2
* fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel2020-08-041-1/+4
* fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt2020-07-111-2/+7
* fs: fat_write: fix short name creation.Heinrich Schuchardt2020-07-071-3/+12
* fs: fat: fix fat iterationChristian Gmeiner2020-07-071-3/+1
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-3/+3
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+1
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* | fat: write: adjust data written in each partial writeMarek Szyprowski2020-02-071-1/+3
* | fat: write: fix broken write to fragmented filesMarek Szyprowski2020-02-071-2/+2
|/
* 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