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: dynamically allocate memory for temporary buffer
Tien Fong Chee
2019-02-19
1
-6
/
+12
*
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
2019-02-01
2
-3
/
+4
*
Revert "fs: fat: assign rootdir sector when accessing root directory"
Tom Rini
2019-01-11
1
-4
/
+1
*
fs: fix FAT name extraction
Patrick Wildt
2018-12-06
1
-0
/
+3
*
fs: check FAT cluster size
Patrick Wildt
2018-12-06
1
-0
/
+11
*
fs: fat: assign rootdir sector when accessing root directory
Thomas RIENOESSL
2018-11-20
1
-1
/
+4
*
fs: fat: Fix warning in normalize_longname()
Tom Rini
2018-10-16
1
-1
/
+1
*
fs: fat: fix set_cluster()
Heinrich Schuchardt
2018-10-06
1
-10
/
+17
*
fs: fat: memory leak in fat_unlink()
Heinrich Schuchardt
2018-10-06
1
-1
/
+7
*
fs: fat: unaligned buffers are not an error
Heinrich Schuchardt
2018-09-23
2
-2
/
+2
*
fs: fat: support unlink
AKASHI Takahiro
2018-09-23
1
-0
/
+132
*
fs: fat: support mkdir
AKASHI Takahiro
2018-09-23
1
-0
/
+136
*
fs: fat: remember the starting cluster number of directory
AKASHI Takahiro
2018-09-23
1
-0
/
+3
*
fs: fat: support write with non-zero offset
AKASHI Takahiro
2018-09-23
1
-15
/
+273
*
fs: fat: refactor write interface for a file offset
AKASHI Takahiro
2018-09-23
1
-114
/
+65
*
fs: fat: support write with sub-directory path
AKASHI Takahiro
2018-09-23
2
-322
/
+156
*
fs: fat: write returns error code instead of -1
AKASHI Takahiro
2018-09-23
1
-4
/
+15
*
fs: fat: check and normalize file name
AKASHI Takahiro
2018-09-23
1
-8
/
+44
*
Revert "fs: fat: cannot write to subdirectories"
AKASHI Takahiro
2018-09-23
1
-15
/
+1
*
fs: fat: assure iterator's ->dent belongs to ->clust
AKASHI Takahiro
2018-09-23
1
-8
/
+17
*
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
AKASHI Takahiro
2018-09-23
1
-0
/
+21
*
fs: fat: extend get_fs_info() for write use
AKASHI Takahiro
2018-09-23
1
-0
/
+7
*
fs/fat: debug-print file read position during file_fat_read_at()
Andreas Dannenberg
2018-08-20
1
-1
/
+1
*
fs: fat: cannot write to subdirectories
Heinrich Schuchardt
2018-07-25
1
-1
/
+15
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
3
-7
/
+3
*
fs: fat: Drop CONFIG_SUPPORT_VFAT
Tuomas Tynkkynen
2018-01-22
2
-13
/
+2
*
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
Tuomas Tynkkynen
2018-01-22
1
-1
/
+1
*
fs/fat: remove distractive message in file_fat_read_at()
Heinrich Schuchardt
2018-01-19
1
-1
/
+1
*
fat write: Fixed a problem with the case of file names when writing files
Jean-Jacques Hiblot
2018-01-10
1
-2
/
+2
*
fat: Use cache aligned buffers for fat_opendir
Neil Armstrong
2017-11-29
1
-1
/
+3
*
fs/fat: Check malloc return values and fix memory leaks
Tuomas Tynkkynen
2017-10-08
1
-10
/
+20
*
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
Tuomas Tynkkynen
2017-10-08
1
-5
/
+5
*
fs/fat: Fix pathnames using '..' that lead to the root directory
Tuomas Tynkkynen
2017-10-06
1
-1
/
+2
*
fs/fat: Reduce stack usage
Tom Rini
2017-09-22
1
-4
/
+10
*
fs/fat: fix fatbuf leak
Rob Clark
2017-09-15
1
-7
/
+16
*
fs/fat: Clean up open-coded sector <-> cluster conversions
Rob Clark
2017-09-15
2
-10
/
+6
*
fs/fat: fix case for FAT shortnames
Rob Clark
2017-09-15
2
-8
/
+12
*
fat/fs: move ls to generic implementation
Rob Clark
2017-09-15
1
-32
/
+0
*
fat/fs: remove a bunch of dead code
Rob Clark
2017-09-15
2
-187
/
+0
*
fs/fat: implement opendir/readdir/closedir
Rob Clark
2017-09-15
1
-0
/
+61
*
fat/fs: convert to directory iterators
Rob Clark
2017-09-15
1
-646
/
+76
*
fs/fat: introduce new director iterators
Rob Clark
2017-09-15
1
-3
/
+353
*
fs/fat: split out helper to init fsdata
Rob Clark
2017-09-15
1
-30
/
+43
*
fs: fat: fix fatwrite overflow calculation
Reno Farnesi
2017-08-26
1
-1
/
+1
*
fs/fat: Correct blk_dread() return value check
Tom Rini
2017-08-20
1
-1
/
+1
*
Kconfig: Add CONFIG_SATA to enable SATA
Simon Glass
2017-07-11
1
-1
/
+1
*
fs: fat: add kbuild configuration support
Sekhar Nori
2017-06-03
1
-0
/
+24
*
Kconfig: Add a CONFIG_IDE option
Simon Glass
2017-05-22
1
-1
/
+1
*
fs/fat: Fix unaligned __u16 reads for FAT12 access
Stefan BrĂ¼ns
2017-01-28
1
-3
/
+4
*
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
1
-1
/
+1
[prev]
[next]