summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2015-03-08sunrpc: fix braino in ->poll()Al Viro-1/+1
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-2/+3
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-0/+4
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter-0/+2
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust-2/+3
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever-2/+3
2015-02-18Merge branch 'cleanups'Trond Myklebust-151/+209
2015-02-17svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos-0/+2
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever-1/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-151/+209
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust-6/+1
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust-2/+3
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust-2/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust-3/+0
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust-35/+0
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust-66/+1
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust-2/+3
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust-6/+38
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust-16/+13
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust-2/+0
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust-0/+5
2015-02-08SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust-4/+49
2015-02-08Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust-3/+4
2015-02-05xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever-3/+4
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust-7/+13
2015-02-03Merge branch 'flexfiles'Trond Myklebust-7/+19
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson-7/+19
2015-02-03Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust-344/+468
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever-2/+5
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever-11/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever-23/+13
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever-23/+23
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever-29/+19
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever-104/+78
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever-0/+98
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever-7/+7
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever-7/+10
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever-24/+14
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever-8/+6
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever-16/+10
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever-17/+13
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever-12/+13
2015-01-30xprtrdma: Clean up hdrlenChuck Lever-5/+7