aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-03-26SUNRPC: fix uninitialized variable warningGravatar Alakesh Haloi 1-2/+2
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedGravatar Trond Myklebust 1-1/+11
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-20/+16
2019-03-15SUNRPC: Remove redundant check for the reply length in call_decode()Gravatar Trond Myklebust 1-4/+0
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorGravatar Trond Myklebust 1-0/+1
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorGravatar Trond Myklebust 1-13/+7
2019-03-15SUNRPC: Use the ENOTCONN error on socket disconnectGravatar Trond Myklebust 1-1/+1
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationGravatar Trond Myklebust 1-1/+6
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesGravatar Trond Myklebust 1-1/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-47/+39
2019-03-10SUNRPC: Take the transport send lock before binding+connectingGravatar Trond Myklebust 1-1/+8
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingGravatar Trond Myklebust 1-34/+65
2019-03-10SUNRPC: Check whether the task was transmitted before rebind/reconnectGravatar Trond Myklebust 1-4/+40
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Gravatar Trond Myklebust 2-5/+1
2019-03-09SUNRPC: Clean upGravatar Trond Myklebust 1-33/+14
2019-03-07SUNRPC: Respect RPC call timeouts when retrying transmissionGravatar Trond Myklebust 1-18/+24
2019-03-07SUNRPC: Fix up RPC back channel transmissionGravatar Trond Myklebust 1-28/+33
2019-03-07SUNRPC: Prevent thundering herd when the socket is not connectedGravatar Trond Myklebust 1-4/+17
2019-03-02SUNRPC: Allow dynamic allocation of back channel slotsGravatar Trond Myklebust 1-16/+25
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcGravatar Trond Myklebust 3-8/+5
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedGravatar Trond Myklebust 1-0/+7
2019-02-26SUNRPC: Fix an Oops in udp_poll()Gravatar Trond Myklebust 1-2/+19
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 27-847/+858
2019-02-21svcrpc: fix UDP on servers with lots of threadsGravatar J. Bruce Fields 1-10/+10
2019-02-20SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Gravatar Trond Myklebust 1-12/+4
2019-02-20SUNRPC: Further cleanups of xs_sendpages()Gravatar Trond Myklebust 1-10/+1
2019-02-20SUNRPC: Convert socket page send code to use iov_iter()Gravatar Trond Myklebust 2-36/+14
2019-02-20SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Gravatar Trond Myklebust 1-15/+23
2019-02-20SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveGravatar Trond Myklebust 1-1/+4
2019-02-20SUNRPC: Don't suppress socket errors when a message read completesGravatar Trond Myklebust 1-5/+2
2019-02-20SUNRPC: Handle zero length fragments correctlyGravatar Trond Myklebust 1-14/+29
2019-02-20SUNRPC: Don't reset the stream record info when the receive worker is runningGravatar Trond Myklebust 1-3/+9
2019-02-20SUNRPC: remove pointless test in unx_match()Gravatar NeilBrown 1-1/+1
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionGravatar Trond Myklebust 5-7/+0
2019-02-20SUNRPC: Use poll() to fix up the socket requeue racesGravatar Trond Myklebust 1-2/+24
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsGravatar Trond Myklebust 3-3/+17
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-2/+3
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistGravatar Scott Mayhew 1-11/+38
2019-02-14SUNRPC: Use au_rslack when computing reply buffer sizeGravatar Chuck Lever 1-3/+4
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldGravatar Chuck Lever 4-6/+16
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeGravatar Chuck Lever 3-1/+6
2019-02-14NFS: Account for XDR pad of buf->pagesGravatar Chuck Lever 2-1/+7
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Gravatar Chuck Lever 2-0/+28
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesGravatar Chuck Lever 8-136/+9
2019-02-14SUNRPC: Remove xdr_buf_trim()Gravatar Chuck Lever 3-45/+6
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koGravatar Chuck Lever 4-89/+99
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerGravatar Chuck Lever 5-196/+232
2019-02-13SUNRPC: Clean up rpc_verify_header()Gravatar Chuck Lever 1-127/+96
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerGravatar Chuck Lever 5-176/+221