summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-091-2/+3
* SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-091-2/+2
* SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-091-16/+18
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-092-2/+0Star
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1Star
* SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-091-2/+2
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-3/+0Star
* SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-091-35/+0Star
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-091-66/+1Star
* SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-091-2/+3
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-092-6/+38
* SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-091-16/+13Star
* SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-091-2/+0Star
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-092-0/+5
* SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-091-4/+49
* Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust2015-02-081-3/+4
|\
| * xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever2015-02-051-3/+4
* | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-032-7/+13
* | Merge branch 'flexfiles'Trond Myklebust2015-02-031-7/+19
|\ \
| * | sunrpc: add rpc_count_iostats_idxWeston Andros Adamson2015-02-031-7/+19
* | | Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-034-344/+468
|\ \ \ | | |/ | |/|
| * | xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever2015-01-301-2/+5
| * | xprtrdma: Clean up after adding regbuf managementChuck Lever2015-01-302-11/+2Star
| * | xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever2015-01-303-23/+13Star
| * | xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever2015-01-303-23/+23
| * | xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-29/+19Star
| * | xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-104/+78Star
| * | xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2015-01-302-0/+98
| * | xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever2015-01-301-53/+95
| * | xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever2015-01-303-7/+7
| * | xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2015-01-302-7/+10
| * | xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-01-302-24/+14Star
| * | xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-01-301-3/+7
| * | xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever2015-01-304-8/+6Star
| * | xprtrdma: Move credit update to RPC reply handlerChuck Lever2015-01-303-16/+10Star
| * | xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2015-01-302-17/+13Star
| * | xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2015-01-302-2/+0Star
| * | xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2015-01-302-12/+13
| * | xprtrdma: Clean up hdrlenChuck Lever2015-01-301-5/+7
| * | xprtrdma: Display XIDs in host byte orderChuck Lever2015-01-301-3/+5
| * | xprtrdma: Modernize htonl and ntohlChuck Lever2015-01-301-22/+26
| * | xprtrdma: human-readable completion statusChuck Lever2015-01-301-13/+57
| |/
* | SUNRPC: Allow waiting on memory allocationTrond Myklebust2015-01-251-2/+2
* | SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust2015-01-251-1/+2
|/
* rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
* sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-091-20/+6Star
* sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-091-2/+4
* sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-7/+15
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-092-100/+128
* sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-091-6/+6