aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-03NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust1-11/+19
2008-01-03NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust1-3/+1
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust1-5/+8
2007-10-19NFS: Fix a race in sillyrenameTrond Myklebust1-0/+6
2007-10-09NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust1-6/+4
2007-10-09NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust1-3/+2
2007-10-09NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooTrond Myklebust1-1/+6
2007-10-09NFS: Don't hash the negative dentry when optimising for an O_EXCL openTrond Myklebust1-1/+2
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust1-1/+1
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust1-0/+2
2007-10-09NFS: Fix atime revalidation in readdir()Trond Myklebust1-0/+3
2007-10-09NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust1-2/+5
2007-10-09NFSv4: Make NFSv4 ACCESS calls return attributes too...Trond Myklebust1-2/+9
2007-10-09NFSv4: Simplify _nfs4_do_access()Trond Myklebust1-33/+2
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-4/+4
2007-10-0964 bit ino support for NFS clientPeter Staubach1-2/+2
2007-09-01NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_fileTrond Myklebust1-1/+1
2007-09-01NFSv4: Fix a typo in _nfs4_do_open_reclaimTrond Myklebust1-1/+1
2007-08-07NFS: Fix NFSv4 open stateid regressionsTrond Myklebust1-9/+7
2007-07-19SUNRPC: Clean up the sillyrename codeTrond Myklebust1-36/+14
2007-07-19NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust1-16/+15
2007-07-19NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_openTrond Myklebust1-1/+6
2007-07-19NFSv4: 'constify' lookup arguments.Trond Myklebust1-5/+5
2007-07-19NFSv4: Fix open state recoveryTrond Myklebust1-12/+24
2007-07-10NFSv4: Make sure unlock is really an unlock when cancelling a lockFrank Filz1-0/+5
2007-07-10NFSv4: Fix up stateid locking...Trond Myklebust1-16/+11
2007-07-10NFSv4: Clean up the callers of nfs4_open_recover_helper()Trond Myklebust1-22/+20
2007-07-10NFSv4: Don't call OPEN if we already have an open stateid for a fileTrond Myklebust1-8/+41
2007-07-10NFSv4: Check for the existence of a delegation in nfs4_open_prepare()Trond Myklebust1-88/+107
2007-07-10NFSv4: Clean up _nfs4_proc_open()Trond Myklebust1-13/+10
2007-07-10NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors.Trond Myklebust1-11/+18
2007-07-10NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust1-1/+3
2007-07-10NFSv4: Always use the delegation if we have oneTrond Myklebust1-22/+66
2007-07-10NFSv4: Clean up confirmation of sequence ids...Trond Myklebust1-2/+3
2007-07-10NFSv4: Support recalling delegations by stateid part 2Trond Myklebust1-6/+4
2007-07-10NFSv4: Fix up a bug in nfs4_open_recover()Trond Myklebust1-34/+31
2007-07-10NFSv4: set the delegation in nfs4_opendata_to_nfs4_stateTrond Myklebust1-18/+16
2007-07-10NFSv4: Fix atomic open for execute...Trond Myklebust1-1/+14
2007-07-10NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust1-4/+4
2007-07-10NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh()Trond Myklebust1-26/+9
2007-07-10NFSv4: Convert struct nfs4_opendata to use struct krefTrond Myklebust1-23/+30
2007-07-10NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton1-0/+20
2007-07-10NFSv4: Clean up nfs4_call_async()Trond Myklebust1-17/+9
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust1-15/+20
2007-07-10NFSv4: Ensure asynchronous open() calls always pin the mountpointTrond Myklebust1-17/+31
2007-07-10NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust1-19/+19
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust1-3/+3
2007-05-14NFS: Fix some 'sparse' warnings...Trond Myklebust1-2/+2
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2007-05-06locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields1-0/+1