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