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
/
fat.c
Age
Commit message (
Expand
)
Author
2023-01-20
fs/fat: avoid noisy message fat_read_file()
Heinrich Schuchardt
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
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-01-29
fs: fat: remove superfluous assignments
Heinrich Schuchardt
2021-01-23
fs: fat: structure for name and extension
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: first dentry of long name in FAT iterator
Heinrich Schuchardt
2020-12-10
fs: fat: set start cluster for root directory
Heinrich Schuchardt
2020-12-10
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2020-11-29
fs: fat: directory entries starting with 0x05
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-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
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: Fix possible double free of fatbuf
Andrew F. Davis
2019-04-09
fs: fat: fix reading non-cluster-aligned root directory
Anssi Hannula
2019-02-19
fs: fat: Reduce default max clustersize 64KiB from malloc pool
Tien Fong Chee
2019-02-19
fs: fat: dynamically allocate memory for temporary buffer
Tien Fong Chee
2019-02-01
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
2019-01-11
Revert "fs: fat: assign rootdir sector when accessing root directory"
Tom Rini
2018-12-06
fs: fix FAT name extraction
Patrick Wildt
2018-12-06
fs: check FAT cluster size
Patrick Wildt
2018-11-20
fs: fat: assign rootdir sector when accessing root directory
Thomas RIENOESSL
2018-09-23
fs: fat: unaligned buffers are not an error
Heinrich Schuchardt
2018-09-23
fs: fat: remember the starting cluster number of directory
AKASHI Takahiro
2018-09-23
fs: fat: support write with sub-directory path
AKASHI Takahiro
2018-09-23
fs: fat: assure iterator's ->dent belongs to ->clust
AKASHI Takahiro
2018-09-23
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
AKASHI Takahiro
2018-09-23
fs: fat: extend get_fs_info() for write use
AKASHI Takahiro
2018-08-20
fs/fat: debug-print file read position during file_fat_read_at()
Andreas Dannenberg
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-22
fs: fat: Drop CONFIG_SUPPORT_VFAT
Tuomas Tynkkynen
2018-01-19
fs/fat: remove distractive message in file_fat_read_at()
Heinrich Schuchardt
2017-11-29
fat: Use cache aligned buffers for fat_opendir
Neil Armstrong
2017-10-08
fs/fat: Check malloc return values and fix memory leaks
Tuomas Tynkkynen
2017-10-08
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
Tuomas Tynkkynen
2017-10-06
fs/fat: Fix pathnames using '..' that lead to the root directory
Tuomas Tynkkynen
2017-09-22
fs/fat: Reduce stack usage
Tom Rini
2017-09-15
fs/fat: fix fatbuf leak
Rob Clark
2017-09-15
fs/fat: Clean up open-coded sector <-> cluster conversions
Rob Clark
[next]