aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust2007-10-091-1/+26
* NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust2007-10-091-18/+17
* NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust2007-10-091-1/+9
* NFS: Get rid of some obsolete macrosTrond Myklebust2007-10-091-2/+2
* NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust2007-10-091-5/+12
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-091-19/+0
* NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust2007-10-091-20/+1
* NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust2007-10-091-11/+7
* NFS: Don't revalidate dentries on directory size or ctime changesTrond Myklebust2007-10-091-4/+1
* NFS: Don't set cache_change_attribute in nfs_revalidate_mappingTrond Myklebust2007-10-091-4/+1
* NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust2007-10-091-0/+34
* NFS: Remove bogus check of cache_change_attribute in nfs_update_inodeTrond Myklebust2007-10-091-12/+3
* NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()Trond Myklebust2007-10-091-10/+4
* NFS: Fix atime revalidation in readdir()Trond Myklebust2007-10-091-0/+7
* NFSv4: Don't use ctime/mtime for determining when to invalidate the cachesTrond Myklebust2007-10-091-23/+24
* NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust2007-10-091-8/+3
* NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust2007-10-091-0/+2
* NFS: Fix dcache revalidation bugsTrond Myklebust2007-10-091-1/+0
* NFS: fix nfs_verify_change_attributeTrond Myklebust2007-10-091-4/+0
* NFS: nfs_post_op_update_inode() should call nfs_refresh_inode()Trond Myklebust2007-10-091-3/+3
* NFS: Fix over-conservative attribute invalidation in nfs_update_inode()Trond Myklebust2007-10-091-4/+3
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-1/+1
* Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite2007-10-091-2/+2
* 64 bit ino support for NFS clientPeter Staubach2007-10-091-1/+3
* NFS: Clean up NFS writeback flush codeTrond Myklebust2007-10-091-1/+1
* NFS: Fix put_nfs_open_contextTrond Myklebust2007-08-071-16/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust2007-07-101-1/+3
* NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-101-1/+0
* NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-101-17/+23
* NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-101-3/+0
* NFS: Fix nfs_reval_fsid()Trond Myklebust2007-07-101-2/+2
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-101-18/+1
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-5/+5
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-15/+13
* NFS: Kill the obsolete NFS_PARANOIAJesper Juhl2007-05-091-3/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* NFS: Fix an Oops in nfs_setattr()Trond Myklebust2007-04-141-2/+4
* [PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regula...Trond Myklebust2007-03-161-1/+2
* NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust2007-02-121-6/+8
* NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust2007-02-121-8/+13
* NFS: nfs_writepages() cleanupTrond Myklebust2007-02-031-5/+10
* [PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust2007-01-241-30/+67
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-3/+3
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-3/+3
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust2006-12-061-1/+1
|/
* [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is n...Chuck Lever2006-10-201-1/+1