index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel 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
2023-05-24
f2fs: fix to check readonly condition correctly
Chao Yu
2
-1
/
+6
2023-05-24
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2
-3
/
+12
2023-05-24
f2fs: Fix system crash due to lack of free space in LFS
Yonggil Song
3
-11
/
+40
2023-05-24
ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
1
-18
/
+31
2023-05-24
ext4: set goal start correctly in ext4_mb_normalize_request
Kemeng Shi
1
-6
/
+10
2023-05-24
gfs2: Fix inode height consistency check
Andreas Gruenbacher
1
-1
/
+2
2023-05-24
ext2: Check block size validity during mount
Jan Kara
2
-0
/
+8
2023-05-24
fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
Tetsuo Handa
1
-5
/
+23
2023-05-24
open: return EINVAL for O_DIRECTORY | O_CREAT
Christian Brauner
1
-5
/
+13
2023-05-24
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
5
-29
/
+82
2023-05-24
ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
Kemeng Shi
1
-1
/
+1
2023-05-24
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-24
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
2
-8
/
+17
2023-05-17
f2fs: inode: fix to do sanity check on extent cache correctly
Chao Yu
3
-16
/
+32
2023-05-17
f2fs: fix to do sanity check on extent cache correctly
Chao Yu
1
-6
/
+6
2023-05-17
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
1
-2
/
+3
2023-05-17
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
1
-1
/
+5
2023-05-17
ext4: fix lockdep warning when enabling MMP
Jan Kara
1
-9
/
+21
2023-05-17
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-17
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-17
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-17
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
2023-05-17
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-17
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-17
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-17
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-17
ext4: fix WARNING in mb_find_extent
Ye Bin
1
-0
/
+25
2023-05-17
ksmbd: fix racy issue from smb2 close and logoff with multichannel
Namjae Jeon
5
-32
/
+101
2023-05-17
ksmbd: block asynchronous requests when making a delay on session setup
Namjae Jeon
1
-1
/
+4
2023-05-17
ksmbd: destroy expired sessions
Namjae Jeon
4
-31
/
+41
2023-05-17
ksmbd: fix racy issue from session setup and logoff
Namjae Jeon
6
-49
/
+77
2023-05-17
ksmbd: Implements sess->ksmbd_chann_list as xarray
Dawei Li
3
-69
/
+30
2023-05-17
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
5
-115
/
+93
2023-05-17
f2fs: allocate the extent_cache by default
Jaegeuk Kim
4
-24
/
+27
2023-05-17
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
10
-281
/
+434
2023-05-17
f2fs: remove unnecessary __init_extent_tree
Jaegeuk Kim
1
-16
/
+5
2023-05-17
f2fs: move internal functions into extent_cache.c
Jaegeuk Kim
2
-76
/
+81
2023-05-17
f2fs: specify extent cache for read explicitly
Jaegeuk Kim
7
-18
/
+18
2023-05-17
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
3
-5
/
+3
2023-05-17
f2fs: fix potential corruption when moving a directory
Jaegeuk Kim
1
-1
/
+15
2023-05-17
f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
Jaegeuk Kim
1
-1
/
+1
2023-05-17
sysctl: clarify register_sysctl_init() base directory order
Luis Chamberlain
1
-4
/
+1
2023-05-17
proc_sysctl: enhance documentation
Luis Chamberlain
1
-5
/
+20
2023-05-17
proc_sysctl: update docs for __register_sysctl_table()
Luis Chamberlain
1
-3
/
+11
2023-05-17
SMB3: force unmount was failing to close deferred close files
Steve French
1
-0
/
+1
2023-05-17
smb3: fix problem remounting a share after shutdown
Steve French
1
-0
/
+7
2023-05-17
inotify: Avoid reporting event with invalid wd
Jan Kara
1
-2
/
+9
2023-05-17
cifs: release leases for deferred close handles when freezing
Steve French
1
-0
/
+15
2023-05-17
cifs: fix pcchunk length type in smb2_copychunk_range
Pawel Witek
1
-1
/
+1
2023-05-17
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
1
-4
/
+3
[next]