summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-04-24SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust
2019-04-24SUNRPC: Clean up generic dispatcher codeTrond Myklebust
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust
2019-04-24sunrpc/cache: handle missing listeners better.NeilBrown
2019-04-23Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever
2019-04-05sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust
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