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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2022-03-23
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
3
-2
/
+54
2022-03-23
ocfs2: fix crash when initialize filecheck kobj fails
Joseph Qi
1
-11
/
+11
2022-03-16
btrfs: make send work with concurrent block group relocation
Filipe Manana
7
-104
/
+395
2022-03-16
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
1
-1
/
+2
2022-03-16
watch_queue, pipe: Free watchqueue state after clearing pipe ring
David Howells
1
-3
/
+5
2022-03-16
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
3
-1
/
+13
2022-03-16
fuse: fix fileattr op failure
Miklos Szeredi
1
-3
/
+6
2022-03-08
proc: fix documentation and description of pagemap
Yun Zhou
1
-1
/
+2
2022-03-08
btrfs: do not start relocation until in progress drops are done
Josef Bacik
7
-1
/
+91
2022-03-08
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
1
-0
/
+28
2022-03-08
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
1
-0
/
+18
2022-03-08
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
1
-1
/
+8
2022-03-08
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
1
-3
/
+13
2022-03-08
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
1
-1
/
+1
2022-03-08
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
1
-1
/
+31
2022-03-08
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
1
-12
/
+31
2022-03-08
btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
Filipe Manana
1
-64
/
+78
2022-03-08
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
1
-7
/
+18
2022-03-08
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
3
-0
/
+24
2022-03-08
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
1
-4
/
+157
2022-03-08
ext4: fast commit may miss file actions
Xin Yin
3
-10
/
+7
2022-03-08
ext4: fast commit may not fallback for ineligible commit
Xin Yin
10
-22
/
+41
2022-03-08
ext4: simplify updating of fast commit stats
Harshad Shirwadkar
3
-59
/
+68
2022-03-08
ext4: drop ineligible txn start stop APIs
Harshad Shirwadkar
5
-75
/
+20
2022-03-08
exfat: fix i_blocks for files truncated over 4 GiB
Christophe Vu-Brugier
3
-6
/
+6
2022-03-08
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
Christophe Vu-Brugier
4
-18
/
+17
2022-03-08
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
1
-1
/
+4
2022-03-08
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
1
-0
/
+1
2022-03-08
cifs: do not use uninitialized data in the owner/group sid
Ronnie Sahlberg
1
-2
/
+2
2022-03-08
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
1
-2
/
+10
2022-03-02
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
3
-4
/
+17
2022-03-02
btrfs: autodefrag: only scan one inode once
Qu Wenruo
1
-62
/
+22
2022-03-02
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...
Qu Wenruo
1
-9
/
+39
2022-03-02
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
1
-0
/
+11
2022-03-02
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
1
-4
/
+0
2022-03-02
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
1
-0
/
+20
2022-03-02
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
1
-6
/
+11
2022-03-02
tracefs: Set the group ownership in apply_options() not parse_options()
Steven Rostedt (Google)
1
-2
/
+3
2022-03-02
configfs: fix a race in configfs_{,un}register_subsystem()
ChenXiaoSong
1
-0
/
+14
2022-03-02
io_uring: add a schedule point in io_add_buffers()
Eric Dumazet
1
-0
/
+1
2022-03-02
io_uring: disallow modification of rsrc_data during quiesce
Dylan Yudaken
1
-1
/
+9
2022-03-02
io_uring: don't convert to jiffies for waiting on timeouts
Jens Axboe
1
-6
/
+7
2022-03-02
btrfs: tree-checker: check item_size for dev_item
Su Yue
1
-0
/
+8
2022-03-02
btrfs: tree-checker: check item_size for inode_item
Su Yue
1
-0
/
+7
2022-02-23
mm: io_uring: allow oom-killer from io_uring_setup
Shakeel Butt
1
-3
/
+2
2022-02-23
ksmbd: don't align last entry offset in smb2 query directory
Namjae Jeon
2
-3
/
+5
2022-02-23
ksmbd: fix same UniqueId for dot and dotdot entries
Namjae Jeon
1
-1
/
+4
2022-02-23
NFS: Do not report writeback errors in nfs_getattr()
Trond Myklebust
1
-6
/
+3
2022-02-23
NFS: LOOKUP_DIRECTORY is also ok with symlinks
Trond Myklebust
1
-2
/
+2
2022-02-23
NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
Trond Myklebust
1
-2
/
+1
[next]