summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust1-0/+34
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 readdir()Trond Myklebust1-0/+7
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 Myklebust1-8/+3
2007-10-09NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust1-0/+2
2007-10-09NFS: Fix dcache revalidation bugsTrond Myklebust1-1/+0
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-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-1/+1
2007-10-09Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite1-2/+2
2007-10-0964 bit ino support for NFS clientPeter Staubach1-1/+3
2007-10-09NFS: Clean up NFS writeback flush codeTrond Myklebust1-1/+1
2007-08-07NFS: Fix put_nfs_open_contextTrond Myklebust1-16/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-10NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust1-1/+3
2007-07-10NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust1-1/+0
2007-07-10NFS: Convert struct nfs_open_context to use a krefTrond Myklebust1-17/+23
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust1-3/+0
2007-07-10NFS: Fix nfs_reval_fsid()Trond Myklebust1-2/+2
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust1-18/+1
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust1-5/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-15/+13
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl1-3/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-14NFS: Fix an Oops in nfs_setattr()Trond Myklebust1-2/+4
2007-03-16[PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regula...Trond Myklebust1-1/+2
2007-02-12NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust1-6/+8
2007-02-12NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust1-8/+13
2007-02-03NFS: nfs_writepages() cleanupTrond Myklebust1-5/+10
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust1-30/+67
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-3/+3
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust1-1/+1
2006-10-20[PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is n...Chuck Lever1-1/+1
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust1-5/+23
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever1-0/+6
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust1-7/+5
2006-09-22NFS: Add server and volume lists to /procDavid Howells1-0/+7
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-1/+1