summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorLines
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+1
2007-10-11NFSv4: Fix a typo in nfs_inode_reclaim_delegationTrond Myklebust-1/+3
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov-2/+1
2007-10-09NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust-2/+28
2007-10-09NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust-18/+17
2007-10-09NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust-7/+13
2007-10-09NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust-5/+3
2007-10-09NFS: Get rid of some obsolete macrosTrond Myklebust-3/+3
2007-10-09NFS: Simplify filehandle revalidationTrond Myklebust-0/+1
2007-10-09NFS: Ensure that nfs_link() returns a hashed dentryTrond Myklebust-1/+2
2007-10-09NFS: Be strict about dentry revalidation when doing exclusive createTrond Myklebust-15/+14
2007-10-09NFS: Don't zap the readdir caches upon errorTrond Myklebust-2/+0
2007-10-09NFS: Remove the redundant nfs_reval_fsid()Trond Myklebust-15/+0
2007-10-09NFSv3: Always use directory post-op attributes in nfs3_proc_lookupTrond Myklebust-2/+1
2007-10-09NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooTrond Myklebust-9/+6
2007-10-09NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidateTrond Myklebust-1/+5
2007-10-09NFSv4: Don't revalidate the directory in nfs_atomic_lookup()Trond Myklebust-8/+0
2007-10-09NFS: Optimise nfs_lookup_revalidate()Trond Myklebust-7/+8
2007-10-09NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust-5/+12
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust-64/+1
2007-10-09NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust-20/+1
2007-10-09NFS: NFS_CACHEINV() should not test for nfs_caches_unstable()Trond Myklebust-1/+1
2007-10-09NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookupTrond Myklebust-6/+0
2007-10-09NFS: don't cache the verifer across ->lookup() callsTrond Myklebust-6/+2
2007-10-09NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust-11/+7
2007-10-09NFS: Don't revalidate dentries on directory size or ctime changesTrond Myklebust-4/+1
2007-10-09NFS: Don't set cache_change_attribute in nfs_revalidate_mappingTrond Myklebust-4/+1
2007-10-09NFS: Fix a bug in nfs_open_revalidate()Trond Myklebust-1/+1
2007-10-09NFS: Don't hash the negative dentry when optimising for an O_EXCL openTrond Myklebust-3/+5
2007-10-09NFS: nfs_instantiate() should set the dentry verifierTrond Myklebust-3/+1
2007-10-09NFS: Ensure nfs_instantiate() invalidates the parent dir on errorTrond Myklebust-8/+15
2007-10-09NFS: Fix nfs_verify_change_attribute()Trond Myklebust-1/+1
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust-3/+37
2007-10-09NFS: Remove bogus check of cache_change_attribute in nfs_update_inodeTrond Myklebust-12/+3
2007-10-09NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()Trond Myklebust-10/+4
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust-6/+6
2007-10-09NFS: Fix atime revalidation in readdir()Trond Myklebust-6/+15
2007-10-09NFS: Don't use readdirplus data if the page cache is invalidTrond Myklebust-1/+10
2007-10-09NFSv4: Don't use ctime/mtime for determining when to invalidate the cachesTrond Myklebust-23/+24
2007-10-09NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust-10/+8
2007-10-09NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust-0/+2
2007-10-09NFS: Fix dcache revalidation bugsTrond Myklebust-8/+3
2007-10-09NFS: fix nfs_verify_change_attributeTrond Myklebust-4/+0
2007-10-09NFS: nfs_post_op_update_inode() should call nfs_refresh_inode()Trond Myklebust-3/+3
2007-10-09NFS: Fix over-conservative attribute invalidation in nfs_update_inode()Trond Myklebust-4/+3
2007-10-09NFSv4: Make NFSv4 ACCESS calls return attributes too...Trond Myklebust-9/+29
2007-10-09NFSv4: Simplify _nfs4_do_access()Trond Myklebust-35/+22
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust-21/+19
2007-10-09NFS: Eliminate nfs_refresh_verifier()Chuck Lever-11/+5
2007-10-09NFS: Eliminate nfs_renew_times()Chuck Lever-20/+0