summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-19sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton6-24/+72
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever3-12/+5
2016-09-19xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever1-3/+3
2016-09-19xprtrmda: Report address of frmr, not mwChuck Lever1-2/+6
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever2-4/+4
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever5-185/+207
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever6-7/+44
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever6-15/+53
2016-09-19rpcrdma: RDMA/CM private message data structureChuck Lever1-0/+35
2016-09-19xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2-7/+7
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever4-24/+24
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever4-11/+5
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever4-31/+23
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever4-26/+78
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever4-35/+36
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever3-5/+7
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever3-59/+99
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever5-12/+11
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever4-3/+6
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever8-31/+20
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever7-37/+63
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever5-37/+21
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever4-15/+6
2016-09-19NFS pnfs data server multipath session trunkingAndy Adamson4-14/+86
2016-09-19NFS test session trunking with exchange idAndy Adamson2-11/+44
2016-09-19NFS add xprt switch addrs test to match clientAndy Adamson1-1/+4
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson2-0/+76
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson4-1/+42
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson2-0/+8
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson2-0/+8
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson1-1/+0
2016-09-19NFS detect session trunkingAndy Adamson2-0/+92
2016-09-19NFS refactor nfs4_check_serverowner_major_idAndy Adamson1-6/+5
2016-09-19NFS refactor nfs4_match_clientidsAndy Adamson1-5/+5
2016-09-19NFS setup async exchange_idAndy Adamson1-81/+134
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust7-6/+33
2016-09-19NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threadsTrond Myklebust2-66/+15
2016-09-19NFSv4.x: Fix up the global tracking of the callback serverTrond Myklebust1-5/+9
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust2-3/+17
2016-09-19NFSv4.x: Set up struct svc_serv_ops for the callback channelTrond Myklebust1-18/+39
2016-09-19pnfs: track multiple layout types in fsinfo structureJeff Layton5-28/+35
2016-09-19sunrpc: Remove unnecessary variableAmitoj Kaur Chawla1-2/+1
2016-09-19Linux 4.8-rc7v4.8-rc7Linus Torvalds1-1/+1
2016-09-18Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-13/+20
2016-09-18Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+26
2016-09-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+16
2016-09-18openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1