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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
5
-46
/
+17
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
5
-10
/
+3
2023-08-30
nfsd: separate nfsd_last_thread() from nfsd_put()
NeilBrown
2
-34
/
+25
2023-08-30
nfsd: Simplify code around svc_exit_thread() call in nfsd()
NeilBrown
2
-36
/
+0
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
4
-33
/
+9
2023-08-30
lockd: remove SIGKILL handling
NeilBrown
1
-24
/
+0
2023-08-30
fs: lockd: avoid possible wrong NULL parameter
Su Hui
1
-0
/
+3
2023-08-30
exportfs: remove kernel-doc warnings in exportfs
Zhu Wang
1
-0
/
+1
2023-08-30
SUNRPC: Reduce thread wake-up rate when receiving large RPC messages
Chuck Lever
1
-1
/
+11
2023-08-30
SUNRPC: Revert e0a912e8ddba
Chuck Lever
2
-8
/
+0
2023-08-30
SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
Chuck Lever
1
-11
/
+13
2023-08-30
SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
Chuck Lever
2
-15
/
+20
2023-08-30
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
3
-44
/
+72
2023-08-30
nfsd: inherit required unset default acls from effective set
Jeff Layton
1
-5
/
+29
2023-08-30
sunrpc: Remove unused extern declarations
YueHaibing
1
-3
/
+0
2023-08-30
lockd: nlm_blocked list race fixes
Alexander Aring
1
-1
/
+12
2023-08-30
nfsd: set missing after_change as before_change + 1
Jeff Layton
1
-1
/
+1
2023-08-30
nfsd: remove unsafe BUG_ON from set_change_info
Jeff Layton
2
-11
/
+32
2023-08-30
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
5
-37
/
+65
2023-08-30
nfsd: add a MODULE_DESCRIPTION
Jeff Layton
1
-0
/
+1
2023-08-30
NFSD: Rename struct svc_cacherep
Chuck Lever
4
-28
/
+28
2023-08-30
NFSD: Remove svc_rqst::rq_cacherep
Chuck Lever
4
-12
/
+16
2023-08-30
NFSD: Refactor the duplicate reply cache shrinker
Chuck Lever
1
-43
/
+39
2023-08-30
NFSD: Replace nfsd_prune_bucket()
Chuck Lever
2
-15
/
+85
2023-08-30
NFSD: Rename nfsd_reply_cache_alloc()
Chuck Lever
1
-3
/
+3
2023-08-30
NFSD: Refactor nfsd_reply_cache_free_locked()
Chuck Lever
1
-7
/
+20
2023-08-30
SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.c
Chuck Lever
3
-114
/
+1
2023-08-30
SUNRPC: Remove the ->import_ctx method
Chuck Lever
2
-12
/
+1
2023-08-30
SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEM
Chuck Lever
2
-14
/
+0
2023-08-30
SUNRPC: Remove gss_import_v1_context()
Chuck Lever
1
-141
/
+1
2023-08-30
SUNRPC: Remove krb5_derive_key_v1()
Chuck Lever
2
-90
/
+0
2023-08-30
SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIED
Chuck Lever
5
-486
/
+0
2023-08-30
SUNRPC: Remove DES and DES3 enctypes from the supported enctypes list
Chuck Lever
1
-52
/
+0
2023-08-30
SUNRPC: Remove Kunit tests for the DES3 encryption type
Chuck Lever
1
-196
/
+0
2023-08-30
SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DES
Chuck Lever
2
-29
/
+0
2023-08-30
NFSD: Enable write delegation support
Dai Ngo
2
-20
/
+78
2023-08-30
NFSD: Report zero space limit for write delegations
Chuck Lever
1
-3
/
+6
2023-08-30
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
5
-0
/
+82
2023-08-30
locks: allow support for write delegation
Dai Ngo
1
-7
/
+0
2023-08-30
SUNRPC: Fix the recent bv_offset fix
Chuck Lever
1
-1
/
+3
2023-08-28
Linux 6.5
Linus Torvalds
1
-1
/
+1
2023-08-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-57
/
+6
2023-08-26
Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+9
2023-08-26
Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+6
2023-08-26
Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
22
-38
/
+42
2023-08-26
genirq: Fix software resend lockup and nested resend
Johan Hovold
1
-1
/
+6
2023-08-26
LoongArch: Fix hw_breakpoint_control() for watchpoints
Huacai Chen
1
-2
/
+1
2023-08-26
LoongArch: Ensure FP/SIMD registers in the core dump file is up to date
Huacai Chen
2
-4
/
+22
2023-08-26
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-48
/
+51
2023-08-25
lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
Helge Deller
1
-26
/
+6
[next]