summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-27nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields1-0/+1
2013-04-27nfsd: fix EXDEV checking in renameJ. Bruce Fields1-4/+2
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields24-326/+737
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 Myklebust2-23/+30
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 Myklebust2-0/+4
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 Fields3-24/+49
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 Myklebust3-0/+59
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-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
2013-04-04nfsd4: shut down more of delegation earlierJ. Bruce Fields1-6/+7
2013-04-04nfsd4: minor cb_recall simplificationJ. Bruce Fields1-5/+3
2013-04-03nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting1-1/+3
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-03nfsd: convert the file_hashtbl to a hlistJeff Layton2-11/+5
2013-04-03nfsd4: don't destroy in-use sessionJ. Bruce Fields2-33/+43