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
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-05
SUNRPC: Fix a suspicious RCU usage warning
Anna Schumaker
1
-2
/
+15
2024-02-01
SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
Lucas Stach
1
-2
/
+2
2024-01-26
SUNRPC: fix _xprt_switch_find_current_entry logic
Olga Kornievskaia
1
-1
/
+1
2024-01-01
SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
Chuck Lever
1
-3
/
+2
2023-12-20
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-3
/
+0
2023-11-28
svcrdma: Drop connection after an RDMA Read error
Chuck Lever
1
-1
/
+2
2023-11-28
SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
felix
1
-1
/
+4
2023-11-28
SUNRPC: Add an IS_ERR() check back to where it was
Dan Carpenter
1
-0
/
+4
2023-11-28
SUNRPC: ECONNRESET might require a rebind
Trond Myklebust
1
-1
/
+1
2023-09-27
SUNRPC/TLS: Lock the lower_xprt during the tls handshake
Anna Schumaker
1
-0
/
+6
2023-09-27
Revert "SUNRPC dont update timeout value on connection reset"
Trond Myklebust
1
-2
/
+1
2023-09-27
SUNRPC: Fail quickly when server does not recognize TLS
Chuck Lever
3
-6
/
+19
2023-09-13
NFSv4.1: fix pnfs MDS=DS session trunking
Olga Kornievskaia
1
-4
/
+7
2023-09-13
Revert "SUNRPC: Fail faster on bad verifier"
Trond Myklebust
1
-1
/
+1
2023-09-13
SUNRPC: Mark the cred for revalidation if the server rejects it
Trond Myklebust
1
-0
/
+1
2023-09-01
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-17
/
+76
2023-09-01
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
18
-1340
/
+252
2023-08-30
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
1
-6
/
+2
2023-08-30
SUNRPC: make rqst_should_sleep() idempotent()
NeilBrown
1
-3
/
+5
2023-08-30
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
1
-35
/
+25
2023-08-30
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
2
-1
/
+4
2023-08-30
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
2
-36
/
+42
2023-08-30
SUNRPC: Move trace_svc_xprt_enqueue
Chuck Lever
1
-1
/
+1
2023-08-30
SUNRPC: Add enum svc_auth_status
Chuck Lever
4
-17
/
+40
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2
-20
/
+16
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-17
/
+11
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
2
-2
/
+2
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-10
/
+6
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
1
-6
/
+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
1
-15
/
+18
2023-08-30
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
2
-44
/
+70
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
SUNRPC: Fix the recent bv_offset fix
Chuck Lever
1
-1
/
+3
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-41
/
+54
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+4
2023-08-24
SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()
Trond Myklebust
1
-0
/
+5
2023-08-24
SUNRPC: Allow specification of TCP client connect timeout at setup
Trond Myklebust
2
-2
/
+7
2023-08-24
SUNRPC: Refactor and simplify connect timeout
Trond Myklebust
1
-13
/
+21
2023-08-24
SUNRPC: Set the TCP_SYNCNT to match the socket timeout
Trond Myklebust
1
-0
/
+14
[next]