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
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
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+4
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-30
sunrpc: fix prog selection loop in svc_process_common
NeilBrown
1
-7
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-5
/
+0
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
3
-31
/
+42
2024-09-23
SUNRPC: add svcauth_map_clnt_to_svc_cred_local
Weston Andros Adamson
1
-0
/
+28
2024-09-23
SUNRPC: remove call_allocate() BUG_ONs
Mike Snitzer
1
-6
/
+0
2024-09-23
net/sunrpc: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-7
/
+3
2024-09-23
SUNRPC: clnt.c: Remove misleading comment
Siddh Raman Pant
1
-5
/
+0
2024-09-23
SUNRPC: Fix -Wformat-truncation warning
Kunwu Chan
1
-1
/
+1
2024-09-21
sunrpc: xprtrdma: Use ERR_CAST() to return
Yan Zhen
1
-1
/
+1
2024-09-21
svcrdma: Handle device removal outside of the CM event handler
Chuck Lever
1
-1
/
+15
2024-09-21
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
1
-0
/
+10
2024-09-21
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
1
-18
/
+7
2024-09-21
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
1
-6
/
+0
2024-09-21
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-20
/
+11
2024-09-21
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
1
-0
/
+14
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
5
-34
/
+29
2024-08-19
rpcrdma: Trace connection registration and unregistration
Chuck Lever
1
-0
/
+2
2024-08-19
rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
Chuck Lever
1
-1
/
+1
2024-08-19
rpcrdma: Device kref is over-incremented on error from xa_alloc
Chuck Lever
1
-1
/
+1
2024-08-10
Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2
-3
/
+3
2024-07-19
sunrpc: avoid -Wformat-security warning
Arnd Bergmann
1
-1
/
+1
2024-07-19
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
9
-59
/
+266
2024-07-18
SUNRPC: Fix a race to wake a sync task
Benjamin Coddington
1
-1
/
+3
2024-07-17
Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-69
/
+128
2024-07-11
net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
Daniel Borkmann
1
-0
/
+7
2024-07-08
gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
Gaosheng Cui
1
-1
/
+1
2024-07-08
sunrpc: refactor pool_mode setting code
Jeff Layton
1
-21
/
+64
2024-07-08
sunrpc: fix up the special handling of sv_nrpools == 1
Jeff Layton
1
-19
/
+7
2024-07-08
SUNRPC: Add a trace point in svc_xprt_deferred_close
Chuck Lever
1
-0
/
+1
2024-07-08
svcrdma: Handle ADDR_CHANGE CM event properly
Chuck Lever
1
-1
/
+15
2024-07-08
svcrdma: Refactor the creation of listener CMA ID
Chuck Lever
1
-27
/
+40
2024-07-08
SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
NeilBrown
1
-1
/
+2
2024-07-08
xprtrdma: Remove temp allocation of rpcrdma_rep objects
Chuck Lever
3
-37
/
+26
2024-07-08
xprtrdma: Clean up synopsis of frwr_mr_unmap()
Chuck Lever
1
-3
/
+3
2024-07-08
xprtrdma: Handle device removal outside of the CM event handler
Chuck Lever
2
-9
/
+16
2024-07-08
rpcrdma: Implement generic device removal
Chuck Lever
3
-4
/
+197
2024-07-08
xprtrdma: Fix rpcrdma_reqs_reset()
Chuck Lever
2
-2
/
+17
2024-07-08
xprtrdma: removed asm-generic headers from verbs.c
Tanzir Hasan
1
-2
/
+2
2024-06-22
SUNRPC: Fix backchannel reply, again
Chuck Lever
1
-1
/
+4
2024-06-13
Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+3
2024-06-08
Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
2024-06-03
SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
Chuck Lever
1
-1
/
+1
2024-05-30
SUNRPC: return proper error from gss_wrap_req_priv
Chen Hanxiao
1
-1
/
+3
2024-05-23
Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-2
/
+18
2024-05-20
rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
Dan Aloni
1
-1
/
+5
2024-05-20
sunrpc: fix NFSACL RPC retry on soft mount
Dan Aloni
1
-0
/
+1
2024-05-20
SUNRPC: fix handling expired GSS context
Olga Kornievskaia
1
-1
/
+12
[next]