index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
clnt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-09-26
1
-7
/
+19
|
\
|
*
SUNRPC: Don't try to parse incomplete RPC messages
Trond Myklebust
2019-09-20
1
-1
/
+13
|
*
SUNRPC: RPC level errors should always set task->tk_rpc_status
Trond Myklebust
2019-09-17
1
-3
/
+3
|
*
SUNRPC: Dequeue the request from the receive queue while we're re-encoding
Trond Myklebust
2019-09-17
1
-3
/
+3
*
|
SUNRPC: Handle connection breakages correctly in call_status()
Trond Myklebust
2019-08-26
1
-1
/
+1
*
|
SUNRPC: Handle EADDRINUSE and ENOBUFS correctly
Trond Myklebust
2019-08-26
1
-3
/
+7
*
|
SUNRPC: Don't handle errors if the bind/connect succeeded
Trond Myklebust
2019-08-26
1
-11
/
+24
|
/
*
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
2019-07-18
1
-2
/
+1
*
SUNRPC: Fix up backchannel slot table accounting
Trond Myklebust
2019-07-18
1
-0
/
+13
*
SUNRPC: Fix transport accounting when caller specifies an rpc_xprt
Trond Myklebust
2019-07-12
1
-22
/
+20
*
NFS: send state management on a single connection.
NeilBrown
2019-07-06
1
-1
/
+23
*
SUNRPC: Allow creation of RPC clients with multiple connections
Trond Myklebust
2019-07-06
1
-1
/
+16
*
SUNRPC: Add basic load balancing to the transport switch
Trond Myklebust
2019-07-06
1
-3
/
+37
*
SUNRPC: Fix a credential refcount leak
Trond Myklebust
2019-06-21
1
-1
/
+0
*
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Lin Yi
2019-06-21
1
-0
/
+1
*
SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credential
Trond Myklebust
2019-05-30
1
-14
/
+14
*
SUNRPC fix regression in umount of a secure mount
Olga Kornievskaia
2019-05-30
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
SUNRPC: task should be exit if encode return EKEYEXPIRED more times
ZhangXiaoxu
2019-05-09
1
-1
/
+8
*
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2019-04-26
1
-0
/
+7
*
SUNRPC: Add the 'softerr' rpc_client flag
Trond Myklebust
2019-04-25
1
-1
/
+7
*
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
Trond Myklebust
2019-04-25
1
-5
/
+7
*
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
2019-04-25
1
-0
/
+9
*
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
2019-04-25
1
-13
/
+27
*
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
2019-04-25
1
-1
/
+1
*
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
1
-1
/
+0
*
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
Trond Myklebust
2019-04-25
1
-13
/
+17
*
SUNRPC: Fix up task signalling
Trond Myklebust
2019-04-25
1
-12
/
+2
*
SUNRPC: Ignore queue transmission errors on successful transmission
Trond Myklebust
2019-04-17
1
-2
/
+5
*
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
Trond Myklebust
2019-04-11
1
-37
/
+8
*
SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
Trond Myklebust
2019-03-23
1
-1
/
+11
*
SUNRPC: Remove redundant check for the reply length in call_decode()
Trond Myklebust
2019-03-15
1
-4
/
+0
*
SUNRPC: Handle the SYSTEM_ERR rpc error
Trond Myklebust
2019-03-15
1
-0
/
+1
*
SUNRPC: rpc_decode_header() must always return a non-zero value on error
Trond Myklebust
2019-03-15
1
-13
/
+7
*
SUNRPC: Fix the minimal size for reply buffer allocation
Trond Myklebust
2019-03-15
1
-1
/
+6
*
SUNRPC: Take the transport send lock before binding+connecting
Trond Myklebust
2019-03-10
1
-1
/
+8
*
SUNRPC: Micro-optimise when the task is known not to be sleeping
Trond Myklebust
2019-03-10
1
-34
/
+65
*
SUNRPC: Check whether the task was transmitted before rebind/reconnect
Trond Myklebust
2019-03-10
1
-4
/
+40
*
SUNRPC: Remove redundant calls to RPC_IS_QUEUED()
Trond Myklebust
2019-03-09
1
-3
/
+0
*
SUNRPC: Clean up
Trond Myklebust
2019-03-09
1
-33
/
+14
*
SUNRPC: Respect RPC call timeouts when retrying transmission
Trond Myklebust
2019-03-07
1
-18
/
+24
*
SUNRPC: Fix up RPC back channel transmission
Trond Myklebust
2019-03-07
1
-28
/
+33
*
SUNRPC: Prevent thundering herd when the socket is not connected
Trond Myklebust
2019-03-07
1
-4
/
+17
*
SUNRPC: Use au_rslack when computing reply buffer size
Chuck Lever
2019-02-14
1
-3
/
+4
*
SUNRPC: Add rpc_auth::au_ralign field
Chuck Lever
2019-02-14
1
-1
/
+1
*
NFS: Account for XDR pad of buf->pages
Chuck Lever
2019-02-14
1
-1
/
+5
*
SUNRPC: Introduce rpc_prepare_reply_pages()
Chuck Lever
2019-02-14
1
-0
/
+19
*
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
Chuck Lever
2019-02-14
1
-43
/
+45
*
SUNRPC: Clean up rpc_verify_header()
Chuck Lever
2019-02-13
1
-127
/
+96
*
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
2019-02-13
1
-31
/
+35
[next]