summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-15SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust
2019-03-15SUNRPC: Use the ENOTCONN error on socket disconnectTrond Myklebust
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-03-10SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust
2019-03-10SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust
2019-03-09SUNRPC: Clean upTrond Myklebust
2019-03-07SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust
2019-03-07SUNRPC: Fix up RPC back channel transmissionTrond Myklebust
2019-03-07SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust
2019-03-02SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust
2019-02-26SUNRPC: Fix an Oops in udp_poll()Trond Myklebust
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-21svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields
2019-02-20SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust
2019-02-20SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust
2019-02-20SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust
2019-02-20SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust
2019-02-20SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust
2019-02-20SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust
2019-02-20SUNRPC: Handle zero length fragments correctlyTrond Myklebust
2019-02-20SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust
2019-02-20SUNRPC: remove pointless test in unx_match()NeilBrown
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-02-20SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-02-14SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever