summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2022-08-01LFU-374 Revert "MLK-20668-2 fat: Fix issue in rootdir table flush for FAT16/12"Ye Li
2022-04-06MLK-25820 fat_write: fix wrong short name check when no extFrank Li
2022-04-06MLK-20668-2 fat: Fix issue in rootdir table flush for FAT16/12Ye Li
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-12fs: fat: check for buffer size before reading blocksRicardo Salveti
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt
2021-04-10fs: fat: fix file_fat_detectfs()Heinrich Schuchardt
2021-02-03fs: fat: remove trailing periods from long nameHeinrich Schuchardt
2021-02-03fs: fat: must not write directory '.' and '..'Heinrich Schuchardt
2021-02-03fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt
2021-01-29fs: fat: avoid out of bounds access warningHeinrich Schuchardt
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt
2021-01-23fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt
2020-12-10fs: fat: set start cluster for root directoryHeinrich Schuchardt
2020-12-10fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt
2020-12-10fs: fat: generate unique short namesHeinrich Schuchardt
2020-12-10fs: fat: call set_name() only onceHeinrich Schuchardt
2020-12-10fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt
2020-12-10fs: fat: correct first cluster for '..'Heinrich Schuchardt
2020-11-29fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt
2020-11-29fs: fat: directory entries starting with 0x05Heinrich Schuchardt
2020-11-29fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt
2020-08-04fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel
2020-07-11fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt
2020-07-07fs: fat_write: fix short name creation.Heinrich Schuchardt
2020-07-07fs: fat: fix fat iterationChristian Gmeiner
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil
2019-05-28fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro