index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
1
-0
/
+1
2019-06-21
fs: do_load: pass device path for efi payload
Mian Yousaf Kaukab
1
-0
/
+5
2019-04-10
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
1
-0
/
+44
2019-02-09
fs: ext4: Unmount FS in do_fs_type()
Marek Vasut
1
-0
/
+2
2019-02-02
lmb: handle more than one DRAM BANK
Simon Goldschmidt
1
-2
/
+1
2019-02-01
spl: fat/fs: Add control to build FS EXT4 in SPL
Tien Fong Chee
1
-1
/
+2
2019-02-01
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
1
-1
/
+1
2019-01-17
fs: prevent overwriting reserved memory
Simon Goldschmidt
1
-3
/
+53
2018-12-02
fs: update fs_dev_part in fs_set_blk_dev_with_part()
AKASHI Takahiro
1
-0
/
+1
2018-09-23
fs: fat: support unlink
AKASHI Takahiro
1
-1
/
+2
2018-09-23
fs: add unlink interface
AKASHI Takahiro
1
-0
/
+40
2018-09-23
fs: fat: support mkdir
AKASHI Takahiro
1
-1
/
+2
2018-09-23
fs: add mkdir interface
AKASHI Takahiro
1
-0
/
+45
2018-08-13
fs: fix typo 'dumm'
Heinrich Schuchardt
1
-1
/
+1
2018-05-30
fs: Add fs_get_type_name to return current filesystem name
Alex Kiernan
1
-0
/
+13
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-19
fs: remove distractive message in fs_read()
Heinrich Schuchardt
1
-1
/
+1
2017-10-16
fs: Set .opendir to fs_opendir_unsupported for btrfs
Marek Behún
1
-0
/
+1
2017-10-03
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
1
-0
/
+16
2017-09-15
fat/fs: move ls to generic implementation
Rob Clark
1
-2
/
+33
2017-09-15
fs: add fs_readdir()
Rob Clark
1
-0
/
+104
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-2
/
+2
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
1
-3
/
+3
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
1
-2
/
+2
2016-03-15
dm: blk: Rename get_device_and_partition()
Simon Glass
1
-1
/
+1
2016-03-15
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-3
/
+3
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-11
/
+1
2016-01-08
fs: handle the fileaddr variable in the same way as in the network case
David Müller (ELSOFT AG)
1
-0
/
+1
2015-10-24
ubifs: Add generic fs support
Hans de Goede
1
-0
/
+16
2015-08-13
fs/fs.c: read up to EOF when len would read past EOF
Max Krummenacher
1
-4
/
+2
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
1
-0
/
+1
2015-01-29
fs: Add command to retrieve the filesystem type
Sjoerd Simons
1
-0
/
+27
2014-12-01
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
Tom Rini
1
-2
/
+4
2014-11-23
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
1
-31
/
+46
2014-11-23
fs: make it possible to read the filesystem UUID
Christian Gmeiner
1
-0
/
+43
2014-08-09
fs: implement size/fatsize/ext4size
Stephen Warren
1
-0
/
+43
2014-07-22
catch wrong load address passed to fatload / ext2load
Pavel Machek
1
-1
/
+4
2014-02-19
fat: implement exists() for FAT fs
Stephen Warren
1
-1
/
+1
2014-02-19
ext4: implement exists() for ext4fs
Stephen Warren
1
-1
/
+1
2014-02-19
sandbox: implement exists() function
Stephen Warren
1
-1
/
+1
2014-02-19
fs: don't pass NULL dev_desc to most filesystems
Stephen Warren
1
-0
/
+16
2014-02-19
fs: implement infrastructure for an 'exists' function
Stephen Warren
1
-0
/
+32
2014-02-19
fs: fix generic save command implementation
Stephen Warren
1
-6
/
+3
2013-10-07
Fix number base handling of "load" command
Wolfgang Denk
1
-8
/
+8
2013-05-01
sandbox: fs: Add support for saving files to host filesystem
Simon Glass
1
-0
/
+1
2013-05-01
fs: Add support for saving data to filesystems
Simon Glass
1
-0
/
+74
2013-03-04
sandbox: Add host filesystem
Simon Glass
1
-0
/
+10
2013-03-04
fs: Move ls and read methods into ext4, fat
Simon Glass
1
-110
/
+8
2013-03-04
fs: Use map_sysmem() on read
Simon Glass
1
-8
/
+15
2013-03-04
fs: Tell probe functions where to put their results
Simon Glass
1
-8
/
+12
[next]