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