summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust4-3/+17
2016-09-23xprtrdma: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-09-23NFS: cache_lib: use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-09-23NFS: direct: use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-09-22SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust1-2/+2
2016-09-22SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust1-2/+5
2016-09-22NFS: nfs_prime_dcache must validate the filenameTrond Myklebust1-0/+8
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton4-1/+103
2016-09-22nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton1-27/+22
2016-09-22nfs: move nfs4_set_lock_state call into callerJeff Layton1-8/+10
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton3-1/+71
2016-09-22nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton2-0/+3
2016-09-22nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constantJeff Layton1-2/+3
2016-09-22nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton1-1/+1
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2-17/+7
2016-09-22nfs: the length argument to read_buf should be unsignedJeff Layton1-1/+1
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2-3/+2
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