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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-11
ubifs: Call ubifs_iput when ubifs_iget is used
Michael Trimarchi
2
-3
/
+7
2024-08-10
ubifs: mount fails after power cycle
Ravi Minnikanti
1
-1
/
+1
2024-08-10
fs: ubifs: Add volume mounted check
Alexander Dahl
1
-0
/
+20
2024-08-10
fs: ubifs: Make k(z)alloc/kfree symmetric
Alexander Dahl
1
-2
/
+2
2024-08-10
fs: ubifs: Set pointers to NULL after free
Alexander Dahl
2
-1
/
+4
2024-08-10
fs: ubifs: Fix memleak and double free in u-boot wrapper functions
Alexander Dahl
1
-12
/
+0
2024-07-15
fs: Remove duplicate newlines
Marek Vasut
37
-137
/
+0
2024-07-03
fs: ubifs: Add support for ZSTD decompression
Piotr Wojtaszczyk
2
-2
/
+53
2024-06-26
fs: btrfs: fix out of bounds write
Alex Shumsky
1
-2
/
+6
2024-06-14
fs/erofs: fix an overflow issue of unmapped extents
Jianan Huang
1
-1
/
+1
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
31
-32
/
+7
2024-05-20
Merge tag 'v2024.07-rc3' into next
Tom Rini
31
-7
/
+32
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
31
-7
/
+32
2024-05-14
zfs: fix function 'zlib_decompress' pointlessly calling itself
WHR
1
-1
/
+3
2024-05-14
zfs: recognize zpools formatted with features support
WHR
1
-7
/
+11
2024-05-07
fs: Remove <common.h> and add needed includes
Tom Rini
31
-32
/
+7
2024-04-19
fs/erofs: add DEFLATE algorithm support
Jianan Huang
3
-0
/
+99
2024-04-18
fs: fat: fill creation and change date
Heinrich Schuchardt
1
-0
/
+44
2024-04-18
fs: fat: convert change month correctly
Heinrich Schuchardt
1
-1
/
+1
2024-04-17
Merge patch series "zfs: Fix zfs support on aarch64"
Tom Rini
2
-5
/
+27
2024-04-17
zfs: Fix zfs_read() to actually work
mwleeds@mailtundra.com
1
-3
/
+2
2024-04-17
zfs: Fix return value of fs_devread()
mwleeds@mailtundra.com
1
-1
/
+1
2024-04-17
zfs: Fix unaligned read of uint64
mwleeds@mailtundra.com
1
-0
/
+18
2024-04-17
zfs: Add a comment to clarify nvlist memory layout
mwleeds@mailtundra.com
1
-0
/
+5
2024-04-17
zfs: Fix malloc() success check
mwleeds@mailtundra.com
1
-1
/
+1
2024-04-10
fs: ext4: all file paths are absolute
Heinrich Schuchardt
1
-5
/
+0
2024-04-10
fs: ext4: make "File System is consistent\n" a debug message
Heinrich Schuchardt
1
-1
/
+1
2024-04-10
fs: ext4: Change the Settings of file permissions
Jixiong Hu
1
-2
/
+18
2024-03-04
ext4: detect directories in ext4fs_exists()
Heinrich Schuchardt
3
-7
/
+11
2024-03-04
fs: drop reiserfs
Peter Robinson
8
-1645
/
+0
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-21
global: Drop common.h inclusion
Tom Rini
2
-2
/
+0
2023-12-13
Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"
Tom Rini
1
-2
/
+2
2023-12-13
command: Introduce functions to obtain command arguments
Simon Glass
1
-2
/
+2
2023-11-29
Merge patch series "fs: fat: calculate FAT type based on cluster count"
Tom Rini
1
-27
/
+87
2023-11-29
fs: fat: add bootsector validity check
Christian Taedcke
1
-0
/
+53
2023-11-29
fs: fat: simplify gotos from read_bootsectandvi
Christian Taedcke
1
-5
/
+4
2023-11-29
fs: fat: calculate FAT type based on cluster count
Christian Taedcke
1
-20
/
+28
2023-11-29
fs: fat: use get_unaligned_le16 to convert u8[2] to u16
Christian Taedcke
1
-4
/
+4
2023-11-17
fs: btrfs: fix reading when length specified
Sam Edwards
1
-9
/
+6
2023-11-17
treewide: use linux/time.h for time conversion defines
Igor Prusov
1
-1
/
+0
2023-11-17
fs: ext4: Remove unused parameter from ext4_mount
Sean Anderson
2
-2
/
+2
2023-11-17
fs/squashfs: enable LZ4 compression support
David Oberhollenzer
1
-0
/
+23
2023-11-17
fs/squashfs: remove unused declarations
David Oberhollenzer
3
-58
/
+0
2023-10-30
Kconfig: Remove all default n/no options
Michal Simek
1
-1
/
+0
2023-10-18
fs: Disable sandbox filesystem in SPL
Sean Anderson
1
-1
/
+1
2023-10-18
Revert "fs: ext4: check the minimal partition size to mount"
Sean Anderson
1
-4
/
+0
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
6
-0
/
+6
[next]