index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: fat: fix file_fat_detectfs()
Heinrich Schuchardt
2021-04-10
1
-34
/
+4
*
fs: fat: remove trailing periods from long name
Heinrich Schuchardt
2021-02-03
1
-2
/
+28
*
fs: fat: must not write directory '.' and '..'
Heinrich Schuchardt
2021-02-03
1
-10
/
+3
*
fs: fat: usage basename in file_fat_write_at, fat_mkdir
Heinrich Schuchardt
2021-02-03
1
-14
/
+13
*
fs: fat: remove superfluous assignments
Heinrich Schuchardt
2021-01-29
2
-4
/
+5
*
fs: fat: avoid out of bounds access warning
Heinrich Schuchardt
2021-01-29
1
-5
/
+2
*
fs: fat: structure for name and extension
Heinrich Schuchardt
2021-01-23
2
-27
/
+25
*
fs: fat: consistent error handling for flush_dir()
Heinrich Schuchardt
2021-01-23
1
-27
/
+31
*
fs/fat: implement fsuuid command
Heinrich Schuchardt
2020-12-31
1
-0
/
+18
*
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
2020-12-31
1
-3
/
+2
*
fs: fat: deletion of long file names
Heinrich Schuchardt
2020-12-10
1
-12
/
+76
*
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
2020-12-10
1
-2
/
+18
*
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
2020-12-10
1
-1
/
+1
*
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
2020-12-10
1
-23
/
+6
*
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
2020-12-10
1
-12
/
+22
*
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
2020-12-10
1
-1
/
+61
*
fs: fat: flush new directory cluster
Heinrich Schuchardt
2020-12-10
1
-9
/
+19
*
fs: fat: set start cluster for root directory
Heinrich Schuchardt
2020-12-10
1
-1
/
+3
*
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
2020-12-10
1
-1
/
+1
*
fs: fat: generate unique short names
Heinrich Schuchardt
2020-12-10
1
-5
/
+36
*
fs: fat: call set_name() only once
Heinrich Schuchardt
2020-12-10
1
-33
/
+54
*
fs: fat: pass shortname to fill_dir_slot
Heinrich Schuchardt
2020-12-10
1
-8
/
+12
*
fs: fat: create correct short names
Heinrich Schuchardt
2020-12-10
1
-76
/
+139
*
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2020-12-10
1
-32
/
+74
*
fs: fat: correct first cluster for '..'
Heinrich Schuchardt
2020-12-10
1
-1
/
+5
*
fs: fat: use ATTR_ARCH instead of anonymous 0x20
Heinrich Schuchardt
2020-11-29
1
-1
/
+2
*
fs: fat: directory entries starting with 0x05
Heinrich Schuchardt
2020-11-29
1
-2
/
+1
*
fs: fat: avoid NULL dereference when root dir is full
Heinrich Schuchardt
2020-11-29
1
-3
/
+2
*
fs/fat/fat.c: Do not perform zero block reads if there are no blocks left
Jason Wessel
2020-08-04
1
-1
/
+4
*
fs/fat: reduce data size for FAT_WRITE
Heinrich Schuchardt
2020-07-11
1
-2
/
+7
*
fs: fat_write: fix short name creation.
Heinrich Schuchardt
2020-07-07
1
-3
/
+12
*
fs: fat: fix fat iteration
Christian Gmeiner
2020-07-07
1
-3
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
1
-3
/
+3
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
1
-0
/
+1
|
\
|
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
|
fat: write: adjust data written in each partial write
Marek Szyprowski
2020-02-07
1
-1
/
+3
*
|
fat: write: fix broken write to fragmented files
Marek Szyprowski
2020-02-07
1
-2
/
+2
|
/
*
fs: fat: handle deleted directory entries correctly
AKASHI Takahiro
2019-12-05
1
-1
/
+32
*
fs: fat: get_contents() always returns -1 for errors
Heinrich Schuchardt
2019-10-11
1
-1
/
+1
*
fs: fat: treat invalid FAT clusters as errors
Heinrich Schuchardt
2019-10-11
1
-10
/
+20
*
fat: FAT filesystem premature release of info struct.
Martin Vystrčil
2019-08-26
1
-4
/
+0
*
fs: fat: allocate a new cluster for root directory of fat32
AKASHI Takahiro
2019-05-28
1
-2
/
+8
*
fs: fat: flush a directory cluster properly
AKASHI Takahiro
2019-05-28
1
-19
/
+14
*
fs: fat: write to non-cluster-aligned root directory
AKASHI Takahiro
2019-05-28
1
-25
/
+53
*
fs: fat: Fix possible double free of fatbuf
Andrew F. Davis
2019-05-28
1
-4
/
+5
*
fs: fat: correct file name normalization
Heinrich Schuchardt
2019-05-28
1
-28
/
+20
*
fs: fat: fix reading non-cluster-aligned root directory
Anssi Hannula
2019-04-09
1
-13
/
+34
*
fs: fat: fix link error when building with DEBUG=1
Heinrich Schuchardt
2019-02-28
1
-3
/
+3
[next]