summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce5-9/+436
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce7-1/+1504
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce5-6/+13
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields4-0/+6
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields1-0/+3
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields34-348/+863
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-04-22NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriateTrond Myklebust1-3/+13
2013-04-22LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2-3/+3
2013-04-20NFSv4: Ensure the LOCK call cannot use the delegation stateidTrond Myklebust1-1/+1
2013-04-20NFSv4: Use the open stateid if the delegation has the wrong modeTrond Myklebust3-1/+7
2013-04-20nfs: Send atime and mtime as a 64bit valueBryan Schumaker1-4/+2
2013-04-17nfsd4: put_client_renew_locked can be staticFengguang Wu1-1/+1
2013-04-17nfsd4: remove unused macroJ. Bruce Fields1-19/+0
2013-04-17NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust3-23/+31
2013-04-16nfsd4: remove some useless codefanchaoting1-2/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2-8/+50
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust3-0/+5
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust4-1/+11
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust3-4/+76
2013-04-12NFSv4: Fix handling of revoked delegations by setattrTrond Myklebust1-1/+5
2013-04-11NFSv4 release the sequence id in the return on close caseAndy Adamson1-1/+3
2013-04-10nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_cla...Jeff Layton1-3/+1
2013-04-10nfsd4: clean up validate_stateidJ. Bruce Fields1-5/+14
2013-04-10nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields4-24/+52
2013-04-10nfsd4: fix forechannel attribute negotiationJ. Bruce Fields1-67/+49
2013-04-09nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields1-5/+9
2013-04-09nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-04-09nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields1-1/+8
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields1-12/+16
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2-5/+5
2013-04-09nfsd4: remove some redundant commentsJ. Bruce Fields1-6/+0
2013-04-09nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-04-09NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust1-0/+9
2013-04-09NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust4-0/+66
2013-04-09NFSv4: Handle timeouts correctly when probing for lease validityTrond Myklebust2-3/+7
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields5-56/+43
2013-04-06NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust3-9/+9
2013-04-06NFSv4: Clean up nfs_expire_all_delegationsTrond Myklebust1-16/+27
2013-04-06NFSv4: Fix nfs_server_return_all_delegationsTrond Myklebust1-7/+17
2013-04-06NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust2-3/+28
2013-04-06NFSv4: Clean up delegation recall error handlingTrond Myklebust3-58/+29
2013-04-06NFSv4: Clean up nfs4_open_delegation_recallTrond Myklebust1-55/+41
2013-04-06NFSv4: Clean up nfs4_lock_delegation_recallTrond Myklebust1-48/+38
2013-04-06NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust1-0/+6
2013-04-06NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recallTrond Myklebust1-0/+6
2013-04-06sunrpc: drop "select NETVM"Paul Bolle1-1/+0
2013-04-06nfs: allow the v4.1 callback thread to freezeJeff Layton1-0/+3
2013-04-04nfsd4: remove unused nfs4_check_deleg argumentJ. Bruce Fields1-2/+2
2013-04-04nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields2-8/+8