summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-01rpcpipe: switch to ->free_inode()Al Viro
2019-04-26SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust
2019-04-26SUNRPC: Use the client user namespace when encoding credsTrond Myklebust
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25xprtrdma: Remove stale commentChuck Lever
2019-04-25xprtrdma: Update comments that reference ib_drain_qpChuck Lever
2019-04-25xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever
2019-04-25SUNRPC: Update comments based on recent changesChuck Lever
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever
2019-04-25xprtrdma: More Send completion batchingChuck Lever
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever
2019-04-25xprtrdma: Increase maximum number of backchannel requestsChuck Lever
2019-04-25xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever
2019-04-25xprtrdma: Fix an frwr_map recovery nitChuck Lever
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust
2019-04-25SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust
2019-04-25SUNRPC: Start the first major timeout calculation at task creationTrond Myklebust
2019-04-25SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust
2019-04-25SUNRPC: Ensure that the transport layer respect major timeoutsTrond Myklebust
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust
2019-04-25SUNRPC: Refactor rpc_sleep_on()Trond Myklebust
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-04-25SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust
2019-04-24SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust