aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust1-2/+33
2007-09-28NFS: Fix an Oops in encode_lookup()Trond Myklebust3-10/+24
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust2-1/+45
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever1-4/+4
2007-09-01NFS: Off-by-one length error in string handlingChuck Lever1-1/+1
2007-09-01NFS: Return a real error code from mount(2)Chuck Lever1-1/+1
2007-09-01NFS: mount option parser chokes on proto=Chuck Lever1-4/+4
2007-09-01NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_fileTrond Myklebust1-1/+1