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
/
clnt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
SUNRPC: remove call_allocate() BUG_ONs
Mike Snitzer
1
-6
/
+0
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-07-08
SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
NeilBrown
1
-1
/
+2
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
2024-03-09
sunrpc: add a struct rpc_stats arg to rpc_create_args
Josef Bacik
1
-1
/
+4
2024-01-11
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-26
/
+25
2024-01-05
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
1
-2
/
+4
2024-01-04
SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switch
Anna Schumaker
1
-13
/
+21
2024-01-04
SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()
Anna Schumaker
1
-8
/
+0
2024-01-04
SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()
Anna Schumaker
1
-3
/
+0
2023-11-30
SUNRPC: Replace strlcpy() with strscpy()
Kees Cook
1
-2
/
+8
2023-11-01
SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
felix
1
-1
/
+4
2023-10-23
SUNRPC: Don't skip timeout checks in call_connect_status()
Trond Myklebust
1
-1
/
+2
2023-10-23
SUNRPC: ECONNRESET might require a rebind
Trond Myklebust
1
-1
/
+1
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
1
-1
/
+9
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-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
1
-0
/
+2
2023-08-23
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
1
-0
/
+1
2023-06-19
NFS: add sysfs shutdown knob
Benjamin Coddington
1
-0
/
+5
2023-06-19
SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
Chuck Lever
1
-0
/
+3
2023-06-19
SUNRPC: Trace the rpc_create_args
Chuck Lever
1
-1
/
+1
2023-06-19
SUNRPC: Plumb an API for setting transport layer security
Chuck Lever
1
-0
/
+4
2023-06-19
SUNRPC: support abstract unix socket addresses
NeilBrown
1
-2
/
+6
2023-04-20
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
1
-3
/
+0
2023-02-15
NFS: fix disabling of swap
NeilBrown
1
-0
/
+2
2022-12-06
SUNRPC: Fix missing release socket in rpc_sockname()
Wang ShaoBo
1
-1
/
+1
2022-10-06
SUNRPC: Add API to force the client to disconnect
Trond Myklebust
1
-0
/
+14
2022-10-06
SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls
Trond Myklebust
1
-0
/
+37
2022-10-06
SUNRPC: Fix races with rpc_killall_tasks()
Trond Myklebust
1
-4
/
+2
2022-10-03
SUNRPC: Directly use ida_alloc()/free()
Bo Liu
1
-2
/
+2
2022-09-08
Revert "SUNRPC: Remove unreachable error condition"
Dan Aloni
1
-0
/
+3
2022-08-20
SUNRPC: RPC level errors should set task->tk_rpc_status
Trond Myklebust
1
-1
/
+1
2022-07-27
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
1
-1
/
+0
2022-07-25
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
1
-0
/
+65
2022-07-25
SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
Olga Kornievskaia
1
-21
/
+31
2022-07-25
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
1
-1
/
+15
2022-07-25
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
1
-0
/
+14
2022-07-25
SUNRPC create an iterator to list only OFFLINE xprts
Olga Kornievskaia
1
-2
/
+9
2022-07-25
SUNRPC add function to offline remove trunkable transports
Olga Kornievskaia
1
-0
/
+46
2022-07-23
SUNRPC: Fail faster on bad verifier
Chuck Lever
1
-1
/
+1
2022-06-07
sunrpc: set cl_max_connect when cloning an rpc_clnt
Scott Mayhew
1
-0
/
+1
2022-05-07
SUNRPC: Ensure that the gssproxy client can start in a connected state
Trond Myklebust
1
-0
/
+33
2022-05-07
Revert "SUNRPC: Ensure gss-proxy connects on setup"
Trond Myklebust
1
-3
/
+0
2022-04-29
SUNRPC: Ensure gss-proxy connects on setup
Trond Myklebust
1
-0
/
+3
[next]