summaryrefslogtreecommitdiff
path: root/net/sunrpc (follow)
Commit message (Expand)AuthorAge
...
| * | | xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever2015-01-30
| * | | xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever2015-01-30
| * | | xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever2015-01-30
| * | | xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2015-01-30
| * | | xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever2015-01-30
| * | | xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever2015-01-30
| * | | xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2015-01-30
| * | | xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-01-30
| * | | xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-01-30
| * | | xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever2015-01-30
| * | | xprtrdma: Move credit update to RPC reply handlerChuck Lever2015-01-30
| * | | xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2015-01-30
| * | | xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2015-01-30
| * | | xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2015-01-30
| * | | xprtrdma: Clean up hdrlenChuck Lever2015-01-30
| * | | xprtrdma: Display XIDs in host byte orderChuck Lever2015-01-30
| * | | xprtrdma: Modernize htonl and ntohlChuck Lever2015-01-30
| * | | xprtrdma: human-readable completion statusChuck Lever2015-01-30
| |/ /
* | | SUNRPC: Allow waiting on memory allocationTrond Myklebust2015-01-24
* | | SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust2015-01-24
|/ /
* | rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-07
* | sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-09
* | sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-09
* | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-09
* | sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-09
* | sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-09
* | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-09
* | sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-09
* | sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-09
* | sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-09
* | sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-09
* | sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-09
* | sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-09
* | sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-09
* | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-09
* | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-09
|\ \
| * | sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-27
| * | sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-27
| * | Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-26
| |\ \
| | * | xprtrdma: Display async errorsChuck Lever2014-11-25
| | * | xprtrdma: Enable pad optimizationChuck Lever2014-11-25
| | * | xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-25
| | * | xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-25
| | * | xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-25
| | * | xprtrdma: Cap req_cqinitChuck Lever2014-11-25
| | * | xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-25
| | |/
| * | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-26
| |\ \
| | * | SUNRPC: serialize iostats updatesChuck Lever2014-11-25
| | |/
| * | sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-24
| * | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-24