| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSv4: Fix open_to_lock_owner sequenceid allocation... | Trond Myklebust | 2008-01-03 | 1 | -11/+19 |
* | NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error | Trond Myklebust | 2008-01-03 | 1 | -3/+1 |
* | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust | 2007-10-19 | 1 | -5/+8 |
* | NFS: Fix a race in sillyrename | Trond Myklebust | 2007-10-19 | 1 | -0/+6 |
* | NFS: Fix a connectathon regression in NFSv3 and NFSv4 | Trond Myklebust | 2007-10-09 | 1 | -6/+4 |
* | NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode | Trond Myklebust | 2007-10-09 | 1 | -3/+2 |
* | NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too | Trond Myklebust | 2007-10-09 | 1 | -1/+6 |
* | NFS: Don't hash the negative dentry when optimising for an O_EXCL open | Trond Myklebust | 2007-10-09 | 1 | -1/+2 |
* | NFS: Fake up 'wcc' attributes to prevent cache invalidation after write | Trond Myklebust | 2007-10-09 | 1 | -1/+1 |
* | NFS: Fix atime revalidation in read() | Trond Myklebust | 2007-10-09 | 1 | -0/+2 |
* | NFS: Fix atime revalidation in readdir() | Trond Myklebust | 2007-10-09 | 1 | -0/+3 |
* | NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds | Trond Myklebust | 2007-10-09 | 1 | -2/+5 |
* | NFSv4: Make NFSv4 ACCESS calls return attributes too... | Trond Myklebust | 2007-10-09 | 1 | -2/+9 |
* | NFSv4: Simplify _nfs4_do_access() | Trond Myklebust | 2007-10-09 | 1 | -33/+2 |
* | NFS: Replace file->private_data with calls to nfs_file_open_context() | Trond Myklebust | 2007-10-09 | 1 | -4/+4 |
* | 64 bit ino support for NFS client | Peter Staubach | 2007-10-09 | 1 | -2/+2 |
* | NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_file | Trond Myklebust | 2007-09-01 | 1 | -1/+1 |
* | NFSv4: Fix a typo in _nfs4_do_open_reclaim | Trond Myklebust | 2007-09-01 | 1 | -1/+1 |
* | NFS: Fix NFSv4 open stateid regressions | Trond Myklebust | 2007-08-07 | 1 | -9/+7 |
* | SUNRPC: Clean up the sillyrename code | Trond Myklebust | 2007-07-19 | 1 | -36/+14 |
* | NFS: Introduce struct nfs_removeargs+nfs_removeres | Trond Myklebust | 2007-07-19 | 1 | -16/+15 |
* | NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open | Trond Myklebust | 2007-07-19 | 1 | -1/+6 |
* | NFSv4: 'constify' lookup arguments. | Trond Myklebust | 2007-07-19 | 1 | -5/+5 |
* | NFSv4: Fix open state recovery | Trond Myklebust | 2007-07-19 | 1 | -12/+24 |
* | NFSv4: Make sure unlock is really an unlock when cancelling a lock | Frank Filz | 2007-07-10 | 1 | -0/+5 |
* | NFSv4: Fix up stateid locking... | Trond Myklebust | 2007-07-10 | 1 | -16/+11 |
* | NFSv4: Clean up the callers of nfs4_open_recover_helper() | Trond Myklebust | 2007-07-10 | 1 | -22/+20 |
* | NFSv4: Don't call OPEN if we already have an open stateid for a file | Trond Myklebust | 2007-07-10 | 1 | -8/+41 |
* | NFSv4: Check for the existence of a delegation in nfs4_open_prepare() | Trond Myklebust | 2007-07-10 | 1 | -88/+107 |
* | NFSv4: Clean up _nfs4_proc_open() | Trond Myklebust | 2007-07-10 | 1 | -13/+10 |
* | NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors. | Trond Myklebust | 2007-07-10 | 1 | -11/+18 |
* | NFSv4: Improve the debugging of bad sequence id errors... | Trond Myklebust | 2007-07-10 | 1 | -1/+3 |
* | NFSv4: Always use the delegation if we have one | Trond Myklebust | 2007-07-10 | 1 | -22/+66 |
* | NFSv4: Clean up confirmation of sequence ids... | Trond Myklebust | 2007-07-10 | 1 | -2/+3 |
* | NFSv4: Support recalling delegations by stateid part 2 | Trond Myklebust | 2007-07-10 | 1 | -6/+4 |
* | NFSv4: Fix up a bug in nfs4_open_recover() | Trond Myklebust | 2007-07-10 | 1 | -34/+31 |
* | NFSv4: set the delegation in nfs4_opendata_to_nfs4_state | Trond Myklebust | 2007-07-10 | 1 | -18/+16 |
* | NFSv4: Fix atomic open for execute... | Trond Myklebust | 2007-07-10 | 1 | -1/+14 |
* | NFSv4: Reduce the chances of an open_owner identifier collision | Trond Myklebust | 2007-07-10 | 1 | -4/+4 |
* | NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh() | Trond Myklebust | 2007-07-10 | 1 | -26/+9 |
* | NFSv4: Convert struct nfs4_opendata to use struct kref | Trond Myklebust | 2007-07-10 | 1 | -23/+30 |
* | NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifier | Jeff Layton | 2007-07-10 | 1 | -0/+20 |
* | NFSv4: Clean up nfs4_call_async() | Trond Myklebust | 2007-07-10 | 1 | -17/+9 |
* | NFSv4: Ensure that nfs4_do_close() doesn't race with umount | Trond Myklebust | 2007-07-10 | 1 | -15/+20 |
* | NFSv4: Ensure asynchronous open() calls always pin the mountpoint | Trond Myklebust | 2007-07-10 | 1 | -17/+31 |
* | NFSv4: Cleanup: pass the nfs_open_context to open recovery code | Trond Myklebust | 2007-07-10 | 1 | -19/+19 |
* | NFS: Replace vfsmount and dentry in nfs_open_context with struct path | Trond Myklebust | 2007-07-10 | 1 | -3/+3 |
* | NFS: Fix some 'sparse' warnings... | Trond Myklebust | 2007-05-14 | 1 | -2/+2 |
* | Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2007-05-07 | 1 | -0/+1 |
|\ |
|
| * | locks: make ->lock release private data before returning in GETLK case | J. Bruce Fields | 2007-05-06 | 1 | -0/+1 |