aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever4-25/+33
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever5-29/+35
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever1-16/+9
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever3-17/+21
2019-04-25xprtrdma: Fix an frwr_map recovery nitChuck Lever1-1/+1
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2-2/+2
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust1-1/+7
2019-04-25SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust1-5/+7
2019-04-25SUNRPC: Start the first major timeout calculation at task creationTrond Myklebust1-10/+34
2019-04-25SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust1-0/+9
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust2-13/+28
2019-04-25SUNRPC: Ensure that the transport layer respect major timeoutsTrond Myklebust1-4/+13
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2-2/+6
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-4/+2
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust3-2/+16
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust5-33/+81
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-4/+3
2019-04-25SUNRPC: Refactor rpc_sleep_on()Trond Myklebust1-16/+24
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust4-43/+48
2019-04-25SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust1-13/+17
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust3-17/+29
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-3/+0
2019-04-24SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust1-3/+3
2019-04-24SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust1-6/+9
2019-04-24SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust1-2/+3
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2-5/+11
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-31/+54
2019-04-24SUNRPC: Clean up generic dispatcher codeTrond Myklebust1-28/+47
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-37/+76
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-5/+22
2019-04-24sunrpc/cache: handle missing listeners better.NeilBrown1-1/+3
2019-04-23Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+3
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust1-2/+5
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-37/+8
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-04-05sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi1-2/+2
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust1-1/+11
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-20/+16
2019-03-15SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust1-4/+0
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust1-0/+1
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust1-13/+7
2019-03-15SUNRPC: Use the ENOTCONN error on socket disconnectTrond Myklebust1-1/+1
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust1-1/+6
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust1-1/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-47/+39
2019-03-10SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust1-1/+8
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust1-34/+65
2019-03-10SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust1-4/+40
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2-5/+1