~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fat: correct sign for deletion markHeinrich Schuchardt2023-08-03
* fs: fat: Shrink the size of a few stringsSimon Glass2023-07-17
* fs: fat: do not mangle short filenamesStefan Herbrechtsmeier2023-03-30
* log: Add a category for filesystemsSimon Glass2023-02-06
* fs: fat: remove trailing periods from long nameHeinrich Schuchardt2021-02-03
* fs: fat: must not write directory '.' and '..'Heinrich Schuchardt2021-02-03
* fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt2021-02-03
* fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-29
* fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-29
* fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-23
* fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt2021-01-23
* fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-10
* fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-10
* fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-10
* fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-10
* fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-10
* fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-10
* fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-10
* fs: fat: generate unique short namesHeinrich Schuchardt2020-12-10
* fs: fat: call set_name() only onceHeinrich Schuchardt2020-12-10
* fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt2020-12-10
* fs: fat: create correct short namesHeinrich Schuchardt2020-12-10
* fs: fat: correct first cluster for '..'Heinrich Schuchardt2020-12-10
* fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt2020-11-29
* fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt2020-11-29
* fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt2020-07-11
* fs: fat_write: fix short name creation.Heinrich Schuchardt2020-07-07
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* | fat: write: adjust data written in each partial writeMarek Szyprowski2020-02-07
* | fat: write: fix broken write to fragmented filesMarek Szyprowski2020-02-07
|/
* fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro2019-05-28
* fs: fat: flush a directory cluster properlyAKASHI Takahiro2019-05-28
* fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro2019-05-28
* fs: fat: correct file name normalizationHeinrich Schuchardt2019-05-28
* fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt2019-02-28
* fs: fat: Fix warning in normalize_longname()Tom Rini2018-10-16
* fs: fat: fix set_cluster()Heinrich Schuchardt2018-10-06
* fs: fat: memory leak in fat_unlink()Heinrich Schuchardt2018-10-06
* fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-23
* fs: fat: support unlinkAKASHI Takahiro2018-09-23
* fs: fat: support mkdirAKASHI Takahiro2018-09-23
* fs: fat: support write with non-zero offsetAKASHI Takahiro2018-09-23
* fs: fat: refactor write interface for a file offsetAKASHI Takahiro2018-09-23
* fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-23
* fs: fat: write returns error code instead of -1AKASHI Takahiro2018-09-23
* fs: fat: check and normalize file nameAKASHI Takahiro2018-09-23
* Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro2018-09-23