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-03-17
filelocks: use mount idmapping for setlease permission check
Seth Forshee
1
-1
/
+2
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
1
-9
/
+17
2023-03-17
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
1
-6
/
+6
2023-03-17
NFSD: Protect against filesystem freezing
Chuck Lever
1
-0
/
+2
2023-03-17
btrfs: fix extent map logging bit not cleared for split maps after dropping r...
Filipe Manana
1
-1
/
+6
2023-03-17
cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
Paulo Alcantara
4
-25
/
+106
2023-03-17
ext4: Fix possible corruption when moving a directory
Jan Kara
1
-1
/
+10
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
1
-1
/
+1
2023-03-17
fs: dlm: fix race setting stop tx flag
Alexander Aring
1
-1
/
+1
2023-03-17
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
1
-0
/
+1
2023-03-17
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
1
-9
/
+9
2023-03-17
fs: dlm: fix use after free in midcomms commit
Alexander Aring
1
-0
/
+7
2023-03-17
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
4
-17
/
+56
2023-03-17
fs: dlm: use packet in dlm_mhandle
Alexander Aring
1
-3
/
+3
2023-03-17
fs: dlm: remove send repeat remove handling
Alexander Aring
1
-74
/
+0
2023-03-17
fs: dlm: start midcomms before scand
Alexander Aring
1
-8
/
+8
2023-03-17
fs: dlm: add midcomms init/start functions
Alexander Aring
6
-12
/
+37
2023-03-17
fs: dlm: fix log of lowcomms vs midcomms
Alexander Aring
1
-1
/
+1
2023-03-17
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
1
-0
/
+1
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
1
-0
/
+3
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2
-2
/
+6
2023-03-17
ext4: fix another off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
1
-0
/
+2
2023-03-17
ext4: fix RENAME_WHITEOUT handling for inline directories
Eric Whitney
1
-6
/
+7
2023-03-17
ext4: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-5
/
+6
2023-03-17
erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
Gao Xiang
1
-1
/
+1
2023-03-17
btrfs: fix percent calculation for bg reclaim message
Johannes Thumshirn
1
-1
/
+2
2023-03-17
btrfs: fix unnecessary increment of read error stat on write error
Naohiro Aota
1
-1
/
+1
2023-03-17
fs: prevent out-of-bounds array speculation when closing a file descriptor
Theodore Ts'o
1
-0
/
+1
2023-03-11
ext4: fix incorrect options show of original mount_opt and extend mount_opt2
Zhang Yi
2
-7
/
+22
2023-03-11
f2fs: synchronize atomic write aborts
Daeho Jeong
4
-22
/
+38
2023-03-11
ext4: don't show commit interval if it is zero
Wang Jianjian
1
-1
/
+1
2023-03-11
ext4: use ext4_fc_tl_mem in fast-commit replay path
Eric Biggers
1
-18
/
+26
2023-03-11
f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
Yangtao Li
1
-1
/
+5
2023-03-11
ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
Zhihao Cheng
1
-5
/
+14
2023-03-11
ubifs: ubifs_writepage: Mark page dirty after writing inode failed
Zhihao Cheng
1
-3
/
+9
2023-03-11
ubifs: dirty_cow_znode: Fix memleak in error handling path
Zhihao Cheng
1
-1
/
+8
2023-03-11
ubifs: Re-statistic cleaned znode count if commit failed
Zhihao Cheng
1
-0
/
+15
2023-03-11
ubifs: Fix memory leak in alloc_wbufs()
Li Zetao
1
-4
/
+13
2023-03-11
ubifs: Reserve one leb for each journal head while doing budget
Zhihao Cheng
1
-4
/
+3
2023-03-11
ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
Zhihao Cheng
1
-0
/
+2
2023-03-11
ubifs: Fix wrong dirty space budget for dirty inode
Zhihao Cheng
1
-1
/
+1
2023-03-11
ubifs: Rectify space budget for ubifs_xrename()
Zhihao Cheng
1
-0
/
+5
2023-03-11
ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
Zhihao Cheng
1
-1
/
+1
2023-03-11
ubifs: Fix memory leak in ubifs_sysfs_init()
Liu Shixin
1
-0
/
+2
2023-03-11
ubifs: Fix build errors as symbol undefined
Li Hua
1
-0
/
+5
2023-03-11
f2fs: fix to abort atomic write only during do_exist()
Chao Yu
1
-1
/
+2
2023-03-11
f2fs: allow set compression option of files without blocks
Yangtao Li
1
-1
/
+1
2023-03-11
fs: f2fs: initialize fsdata in pagecache_write()
Alexander Potapenko
1
-1
/
+1
2023-03-11
f2fs: clear atomic_write_task in f2fs_abort_atomic_write()
Chao Yu
1
-0
/
+3
2023-03-11
f2fs: correct i_size change for atomic writes
Daeho Jeong
4
-12
/
+33
[next]