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
dubhe_fpga_dev_v2024.10
master
pinetabv-devel
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
2024-06-08
fs: relax ext4_write_file() dependency
Baruch Siach
1
-1
/
+1
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-07
fs: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2024-01-17
fs: remove explicit efi configuration dependency
AKASHI Takahiro
1
-4
/
+3
2023-12-21
fs: Fix SPL build if FS_LOADER is enabled
Mayuresh Chitale
1
-1
/
+1
2023-12-13
command: Introduce functions to obtain command arguments
Simon Glass
1
-2
/
+2
2023-10-18
fs: Disable sandbox filesystem in SPL
Sean Anderson
1
-1
/
+1
2023-09-14
fs: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-16
/
+0
2023-07-14
fs: Create functions to load and allocate a file
Simon Glass
1
-0
/
+58
2022-08-10
common: Drop display_options.h from common header
Simon Glass
1
-0
/
+1
2022-04-25
fs: Add a function to set the filesystem type
Simon Glass
1
-0
/
+5
2022-04-21
fs: Allow to compile FS_SQUASHFS only for proper U-Boot
Pali Rohár
1
-1
/
+1
2022-04-19
fs: Allow to compile FS_BTRFS when SPL is enabled
Pali Rohár
1
-0
/
+2
2022-04-14
fs: Allow to compile CMD_UBIFS when SPL is enabled
Pali Rohár
1
-0
/
+2
2022-04-14
fs: Allow to compile FS_FAT only for proper U-Boot
Pali Rohár
1
-1
/
+1
2022-04-01
fs: Add semihosting filesystem
Sean Anderson
1
-0
/
+20
2022-03-15
fs/erofs: add erofs filesystem support
Huang Jianan
1
-0
/
+22
2021-09-24
fs: avoid superfluous messages
Heinrich Schuchardt
1
-1
/
+1
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-7
/
+7
2021-04-22
cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
Sean Anderson
1
-2
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-02-02
cmd: load, emit error message for invalid block device
Heinrich Schuchardt
1
-1
/
+3
2021-01-13
efi_loader: setting boot device
Heinrich Schuchardt
1
-1
/
+2
2020-12-31
fs/fat: implement fsuuid command
Heinrich Schuchardt
1
-1
/
+1
2020-11-19
fs/squashfs: implement exists() function
Richard Genoud
1
-1
/
+1
2020-11-19
fs/squashfs: fix board hang-up when calling .exists()
Richard Genoud
1
-0
/
+7
2020-09-06
fs: convert error and debug messages to log
Heinrich Schuchardt
1
-7
/
+9
2020-08-08
fs/fs.c: add symbolic link case to fs_ls_generic()
Joao Marcos Costa
1
-0
/
+3
2020-08-08
fs/squashfs: new filesystem
Joao Marcos Costa
1
-0
/
+15
2020-07-17
fs: error handling in do_load()
Heinrich Schuchardt
1
-5
/
+7
2020-07-07
cmd: fs: Add command to list supported fs types
Niel Fourie
1
-0
/
+20
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-14
/
+15
2020-05-19
common: Drop part.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
part: Drop disk_partition_t typedef
Simon Glass
1
-3
/
+3
2019-10-17
fs: add fs_get_type() for current filesystem type
AKASHI Takahiro
1
-0
/
+13
2019-10-17
fs: clean up around fs_type
AKASHI Takahiro
1
-3
/
+0
2019-10-17
fs: export fs_close()
AKASHI Takahiro
1
-1
/
+1
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
[next]