index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fat
Age
Commit message (
Expand
)
Author
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-12
fs: fat: check for buffer size before reading blocks
Ricardo Salveti
2021-07-12
fs: fat: add file attributes to struct fs_dirent
Heinrich Schuchardt
2021-04-10
fs: fat: fix file_fat_detectfs()
Heinrich Schuchardt
2021-02-03
fs: fat: remove trailing periods from long name
Heinrich Schuchardt
2021-02-03
fs: fat: must not write directory '.' and '..'
Heinrich Schuchardt
2021-02-03
fs: fat: usage basename in file_fat_write_at, fat_mkdir
Heinrich Schuchardt
2021-01-29
fs: fat: remove superfluous assignments
Heinrich Schuchardt
2021-01-29
fs: fat: avoid out of bounds access warning
Heinrich Schuchardt
2021-01-23
fs: fat: structure for name and extension
Heinrich Schuchardt
2021-01-23
fs: fat: consistent error handling for flush_dir()
Heinrich Schuchardt
2020-12-31
fs/fat: implement fsuuid command
Heinrich Schuchardt
2020-12-31
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
2020-12-10
fs: fat: deletion of long file names
Heinrich Schuchardt
2020-12-10
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
2020-12-10
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
2020-12-10
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
2020-12-10
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
2020-12-10
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
2020-12-10
fs: fat: flush new directory cluster
Heinrich Schuchardt
2020-12-10
fs: fat: set start cluster for root directory
Heinrich Schuchardt
2020-12-10
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
2020-12-10
fs: fat: generate unique short names
Heinrich Schuchardt
2020-12-10
fs: fat: call set_name() only once
Heinrich Schuchardt
2020-12-10
fs: fat: pass shortname to fill_dir_slot
Heinrich Schuchardt
2020-12-10
fs: fat: create correct short names
Heinrich Schuchardt
2020-12-10
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2020-12-10
fs: fat: correct first cluster for '..'
Heinrich Schuchardt
2020-11-29
fs: fat: use ATTR_ARCH instead of anonymous 0x20
Heinrich Schuchardt
2020-11-29
fs: fat: directory entries starting with 0x05
Heinrich Schuchardt
2020-11-29
fs: fat: avoid NULL dereference when root dir is full
Heinrich Schuchardt
2020-08-04
fs/fat/fat.c: Do not perform zero block reads if there are no blocks left
Jason Wessel
2020-07-11
fs/fat: reduce data size for FAT_WRITE
Heinrich Schuchardt
2020-07-07
fs: fat_write: fix short name creation.
Heinrich Schuchardt
2020-07-07
fs: fat: fix fat iteration
Christian Gmeiner
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-07
fat: write: adjust data written in each partial write
Marek Szyprowski
2020-02-07
fat: write: fix broken write to fragmented files
Marek Szyprowski
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-05
fs: fat: handle deleted directory entries correctly
AKASHI Takahiro
2019-10-11
fs: fat: get_contents() always returns -1 for errors
Heinrich Schuchardt
2019-10-11
fs: fat: treat invalid FAT clusters as errors
Heinrich Schuchardt
2019-08-26
fat: FAT filesystem premature release of info struct.
Martin Vystrčil
2019-05-28
fs: fat: allocate a new cluster for root directory of fat32
AKASHI Takahiro
2019-05-28
fs: fat: flush a directory cluster properly
AKASHI Takahiro
2019-05-28
fs: fat: write to non-cluster-aligned root directory
AKASHI Takahiro
2019-05-28
fs: fat: Fix possible double free of fatbuf
Andrew F. Davis
[next]