aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()Trond Myklebust1-10/+4
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust4-6/+6
2007-10-09NFS: Fix atime revalidation in readdir()Trond Myklebust5-6/+15
2007-10-09NFS: Don't use readdirplus data if the page cache is invalidTrond Myklebust1-1/+10
2007-10-09NFSv4: Don't use ctime/mtime for determining when to invalidate the cachesTrond Myklebust1-23/+24
2007-10-09NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust2-10/+8
2007-10-09NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust1-0/+2
2007-10-09NFS: Fix dcache revalidation bugsTrond Myklebust2-8/+3
2007-10-09NFS: fix nfs_verify_change_attributeTrond Myklebust1-4/+0
2007-10-09NFS: nfs_post_op_update_inode() should call nfs_refresh_inode()Trond Myklebust1-3/+3
2007-10-09NFS: Fix over-conservative attribute invalidation in nfs_update_inode()Trond Myklebust1-4/+3
2007-10-09NFSv4: Make NFSv4 ACCESS calls return attributes too...Trond Myklebust2-9/+29
2007-10-09NFSv4: Simplify _nfs4_do_access()Trond Myklebust2-35/+22
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust9-21/+19
2007-10-09NFS: Eliminate nfs_refresh_verifier()Chuck Lever1-11/+5
2007-10-09NFS: Eliminate nfs_renew_times()Chuck Lever1-20/+0
2007-10-09NFS: Don't call nfs_renew_times() in nfs_dentry_iput()Chuck Lever1-2/+0
2007-10-09NFS: Show "nointr" mount optionChuck Lever1-1/+1
2007-10-09NFS: Verify server address before invoking in-kernel mount clientChuck Lever1-4/+8
2007-10-09NFS: support RDMA mounts\"Talpey, Thomas\2-2/+21
2007-10-09NFS - print accurate transport protocol\"Talpey, Thomas\1-14/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\3-13/+16
2007-10-09SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\3-0/+6
2007-10-09NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust1-3/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\3-100/+81
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\3-75/+70
2007-10-09NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\2-31/+33
2007-10-09NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.cChuck Lever3-42/+42
2007-10-09NFS: Add new 'mountaddr=' mount optionChuck Lever1-3/+5
2007-10-09[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini1-2/+4
2007-10-09NFS: Kernel mount client should use async bindChuck Lever1-16/+5
2007-10-09[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather thanJeff Layton1-2/+2
2007-10-09[NFS] [PATCH] nfs: tiny makefile cleanupChristoph Hellwig1-1/+0
2007-10-09Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite2-3/+3
2007-10-0964 bit ino support for NFS clientPeter Staubach3-10/+13
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust2-23/+54
2007-10-09NFS: Writeback optimisationTrond Myklebust1-10/+22
2007-10-09NFS: Clean up NFS writeback flush codeTrond Myklebust2-28/+15
2007-10-09NFS: Clean up nfs_writepages()Trond Myklebust1-24/+33
2007-10-09NFS: Clean up write code...Trond Myklebust2-65/+5