aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-21NFS: Fix a typo in nfs_call_unlink()Trond Myklebust1-1/+1
2007-10-21NFSv2: Ensure that the directory metadata gets revalidated on file createTrond Myklebust1-0/+1
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-19Avoid compile error in fs/nfs/unlink.cLinus Torvalds1-1/+2
2007-10-19nfs: Fix build break with CONFIG_NFS_V4=nOlof Johansson1-0/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.cTrond Myklebust1-1/+2
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust5-13/+41
2007-10-19NFS: Fix a race in sillyrenameTrond Myklebust4-18/+119
2007-10-19NFS: Fix a writeback race...Trond Myklebust1-4/+13
2007-10-18NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton1-0/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra1-0/+7
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+6
2007-10-17nfs: remove congestion_end()Peter Zijlstra1-3/+1
2007-10-16nfs: convert to new aopsNick Piggin1-20/+60
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2007-10-11NFSv4: Fix a typo in nfs_inode_reclaim_delegationTrond Myklebust1-1/+3
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov1-2/+1
2007-10-09NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust2-2/+28
2007-10-09NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust1-18/+17
2007-10-09NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust2-7/+13
2007-10-09NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust2-5/+3
2007-10-09NFS: Get rid of some obsolete macrosTrond Myklebust2-3/+3
2007-10-09NFS: Simplify filehandle revalidationTrond Myklebust1-0/+1
2007-10-09NFS: Ensure that nfs_link() returns a hashed dentryTrond Myklebust1-1/+2
2007-10-09NFS: Be strict about dentry revalidation when doing exclusive createTrond Myklebust1-15/+14
2007-10-09NFS: Don't zap the readdir caches upon errorTrond Myklebust1-2/+0
2007-10-09NFS: Remove the redundant nfs_reval_fsid()Trond Myklebust1-15/+0
2007-10-09NFSv3: Always use directory post-op attributes in nfs3_proc_lookupTrond Myklebust1-2/+1
2007-10-09NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooTrond Myklebust2-9/+6
2007-10-09NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidateTrond Myklebust1-1/+5
2007-10-09NFSv4: Don't revalidate the directory in nfs_atomic_lookup()Trond Myklebust1-8/+0
2007-10-09NFS: Optimise nfs_lookup_revalidate()Trond Myklebust1-7/+8
2007-10-09NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust1-5/+12
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust6-64/+1
2007-10-09NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust1-20/+1
2007-10-09NFS: NFS_CACHEINV() should not test for nfs_caches_unstable()Trond Myklebust1-1/+1
2007-10-09NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookupTrond Myklebust1-6/+0
2007-10-09NFS: don't cache the verifer across ->lookup() callsTrond Myklebust1-6/+2
2007-10-09NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust1-11/+7
2007-10-09NFS: Don't revalidate dentries on directory size or ctime changesTrond Myklebust1-4/+1
2007-10-09NFS: Don't set cache_change_attribute in nfs_revalidate_mappingTrond Myklebust1-4/+1
2007-10-09NFS: Fix a bug in nfs_open_revalidate()Trond Myklebust1-1/+1
2007-10-09NFS: Don't hash the negative dentry when optimising for an O_EXCL openTrond Myklebust2-3/+5
2007-10-09NFS: nfs_instantiate() should set the dentry verifierTrond Myklebust1-3/+1
2007-10-09NFS: Ensure nfs_instantiate() invalidates the parent dir on errorTrond Myklebust1-8/+15
2007-10-09NFS: Fix nfs_verify_change_attribute()Trond Myklebust1-1/+1
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust4-3/+37
2007-10-09NFS: Remove bogus check of cache_change_attribute in nfs_update_inodeTrond Myklebust1-12/+3