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
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-11-02
Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
18
-75
/
+80
2022-11-02
Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+2
2022-11-02
nfsd: fix net-namespace logic in __nfsd_file_cache_purge
Jeff Layton
1
-3
/
+2
2022-10-31
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-40
/
+73
2022-10-30
Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-3
/
+11
2022-10-30
Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-15
/
+23
2022-10-28
mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off region
Sebastian Andrzej Siewior
1
-1
/
+1
2022-10-28
fs/ext4/super.c: remove unused `deprecated_msg'
Andrew Morton
1
-4
/
+0
2022-10-28
squashfs: fix buffer release race condition in readahead code
Phillip Lougher
1
-2
/
+3
2022-10-28
squashfs: fix extending readahead beyond end of file
Phillip Lougher
1
-4
/
+7
2022-10-28
squashfs: fix read regression introduced in readahead code
Phillip Lougher
3
-4
/
+12
2022-10-28
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
1
-0
/
+1
2022-10-27
Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+4
2022-10-27
nfs4: Fix kmemleak when allocate slot failed
Zhang Xiaoxu
1
-0
/
+1
2022-10-27
NFSv4.2: Fixup CLONE dest file size for zero-length count
Benjamin Coddington
1
-0
/
+3
2022-10-27
NFSv4: Retry LOCK on OLD_STATEID during delegation return
Benjamin Coddington
1
-2
/
+4
2022-10-27
NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
Trond Myklebust
1
-0
/
+1
2022-10-27
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
Trond Myklebust
1
-0
/
+1
2022-10-27
NFSv4: Fix a potential state reclaim deadlock
Trond Myklebust
1
-19
/
+17
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
14
-51
/
+51
2022-10-27
nfs: Remove redundant null checks before kfree
Yushan Zhou
1
-3
/
+2
2022-10-27
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-7
/
+13
2022-10-26
fs/binfmt_elf: Fix memory leak in load_elf_binary()
Li Zetao
1
-1
/
+2
2022-10-26
exec: Copy oldsighand->action under spin-lock
Bernd Edlinger
1
-2
/
+2
2022-10-25
btrfs: don't use btrfs_chunk::sub_stripes from disk
Qu Wenruo
1
-1
/
+11
2022-10-24
btrfs: fix type of parameter generation in btrfs_get_dentry
David Sterba
2
-2
/
+2
2022-10-24
btrfs: send: fix send failure of a subcase of orphan inodes
BingJing Chang
1
-11
/
+13
2022-10-24
btrfs: make thaw time super block check to also verify checksum
Qu Wenruo
3
-6
/
+22
2022-10-24
btrfs: fix tree mod log mishandling of reallocated nodes
Josef Bacik
1
-12
/
+13
2022-10-24
btrfs: reorder btrfs_bio for better packing
David Sterba
1
-1
/
+1
2022-10-24
btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failed
Qu Wenruo
1
-5
/
+7
2022-10-24
btrfs: raid56: properly handle the error when unable to find the missing stripe
Qu Wenruo
1
-2
/
+4
2022-10-24
cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
Zhang Xiaoxu
1
-0
/
+3
2022-10-24
cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()
Zhang Xiaoxu
1
-3
/
+7
2022-10-22
Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-16
/
+0
2022-10-22
Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
11
-32
/
+68
2022-10-22
Merge tag 'nfsd-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-2
/
+4
2022-10-21
Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-13
/
+12
2022-10-21
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
1
-16
/
+0
2022-10-21
mm: /proc/pid/smaps_rollup: fix maple tree search
Hugh Dickins
1
-1
/
+1
2022-10-21
ocfs2: clear dinode links count in case of error
Joseph Qi
1
-2
/
+10
2022-10-21
ocfs2: fix BUG when iput after ocfs2_mknod fails
Joseph Qi
1
-10
/
+1
2022-10-20
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
2
-7
/
+13
2022-10-20
cifs: update internal module number
Steve French
1
-2
/
+2
2022-10-20
cifs: fix memory leaks in session setup
Paulo Alcantara
1
-8
/
+7
2022-10-20
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
3
-0
/
+27
2022-10-19
smb3: interface count displayed incorrectly
Steve French
1
-1
/
+2
2022-10-18
Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-25
/
+87
2022-10-18
cifs: Fix memory leak when build ntlmssp negotiate blob failed
Zhang Xiaoxu
1
-1
/
+1
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
1
-2
/
+4
[next]