summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0
* xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
* xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-252-28/+4
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-255-36/+41
* xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-252-11/+0
* SUNRPC: Update comments based on recent changesChuck Lever2019-04-251-2/+2
* xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25
* xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1
* xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23
* xprtrdma: Trace marshaling failuresChuck Lever2019-04-252-0/+28
* xprtrdma: Increase maximum number of backchannel requestsChuck Lever2019-04-251-3/+5
* xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever2019-04-251-64/+40
* xprtrdma: Clean up regbuf helpersChuck Lever2019-04-253-82/+80
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-253-47/+39
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-254-25/+33
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-255-29/+35
* xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever2019-04-251-16/+9
* xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-253-17/+21
* xprtrdma: Fix an frwr_map recovery nitChuck Lever2019-04-251-1/+1
* SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2019-04-252-2/+2
* Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng2019-04-251-1/+1
* NFS: Remove redundant open context from nfs_pageTrond Myklebust2019-04-252-8/+3
* NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-258-23/+31
* NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust2019-04-251-4/+9
* NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust2019-04-252-34/+106
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-255-2/+36
* NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-255-14/+13
* NFS: Fix up NFS I/O subrequest creationTrond Myklebust2019-04-251-38/+55
* NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-254-46/+26
* NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-252-4/+4
* NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust2019-04-251-2/+1
* NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust2019-04-251-1/+1
* NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust2019-04-253-3/+15
* NFS: Move internal constants out of uapi/linux/nfs_mount.hTrond Myklebust2019-04-252-9/+9
* NFS: Consider ETIMEDOUT to be a fatal errorTrond Myklebust2019-04-251-0/+1
* SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust2019-04-252-1/+9
* SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust2019-04-251-5/+7
* SUNRPC: Start the first major timeout calculation at task creationTrond Myklebust2019-04-251-10/+34
* SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust2019-04-251-0/+9
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-253-13/+30
* SUNRPC: Ensure that the transport layer respect major timeoutsTrond Myklebust2019-04-251-4/+13
* SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2019-04-252-2/+6
* SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-252-5/+2
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-255-3/+18
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-257-40/+101
* SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-253-6/+4
* SUNRPC: Refactor rpc_sleep_on()Trond Myklebust2019-04-251-16/+24
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-255-46/+51
* SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-251-13/+17