summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust2016-09-275-9/+122
* NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust2016-09-274-15/+33
* NFSv4.1: Add a helper function to deal with expired stateidsTrond Myklebust2016-09-271-21/+24
* NFSv4.1: Allow test_stateid to handle session errors without waitingTrond Myklebust2016-09-271-3/+18
* NFSv4.1: Don't check delegations that are already marked as revokedTrond Myklebust2016-09-271-0/+5
* NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust2016-09-271-4/+13
* NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust2016-09-271-0/+1
* NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust2016-09-271-5/+11
* NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust2016-09-274-3/+17
* xprtrdma: use complete() instead complete_all()Daniel Wagner2016-09-231-1/+1
* NFS: cache_lib: use complete() instead of complete_all()Daniel Wagner2016-09-231-1/+1
* NFS: direct: use complete() instead of complete_all()Daniel Wagner2016-09-231-1/+1
* SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust2016-09-221-2/+2
* SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust2016-09-221-2/+5
* NFS: nfs_prime_dcache must validate the filenameTrond Myklebust2016-09-221-0/+8
* nfs: allow blocking locks to be awoken by lock callbacksJeff Layton2016-09-224-1/+103
* nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton2016-09-221-27/+22
* nfs: move nfs4_set_lock_state call into callerJeff Layton2016-09-221-8/+10
* nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton2016-09-223-1/+71
* nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton2016-09-222-0/+3
* nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constantJeff Layton2016-09-221-2/+3
* nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton2016-09-221-1/+1
* nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2016-09-222-17/+7
* nfs: the length argument to read_buf should be unsignedJeff Layton2016-09-221-1/+1
* nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2016-09-202-3/+2
* sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
* pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-196-24/+72
* xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever2016-09-193-12/+5
* xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever2016-09-191-3/+3
* xprtrmda: Report address of frmr, not mwChuck Lever2016-09-191-2/+6
* xprtrdma: Support larger inline thresholdsChuck Lever2016-09-192-4/+4
* xprtrdma: Use gathered Send for large inline messagesChuck Lever2016-09-195-185/+207
* xprtrdma: Basic support for Remote InvalidationChuck Lever2016-09-196-7/+44
* xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever2016-09-196-15/+53
* rpcrdma: RDMA/CM private message data structureChuck Lever2016-09-191-0/+35
* xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2016-09-192-7/+7
* xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever2016-09-194-24/+24
* xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever2016-09-194-11/+5
* xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever2016-09-194-31/+23
* xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever2016-09-194-26/+78
* xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever2016-09-194-35/+36
* xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever2016-09-193-5/+7
* xprtrdma: Initialize separate RPC call and reply buffersChuck Lever2016-09-193-59/+99
* SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-195-12/+11
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-194-3/+6
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-198-31/+20
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-197-37/+63
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-195-37/+21
* xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever2016-09-194-15/+6
* NFS pnfs data server multipath session trunkingAndy Adamson2016-09-194-14/+86