summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: initialize flags field in nfs_open_contextJeff Layton2008-04-091-0/+1
* NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-071-2/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-5/+1Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-5/+1Star
* | NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust2008-01-301-1/+1
* | nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy2008-01-301-1/+1
* | nfs: obliterate NFS_FLAGS macroBenny Halevy2008-01-301-3/+3
* | NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust2008-01-301-2/+4
* | NFS: Prevent nfs_getattr() hang during heavy write workloadsChuck Lever2008-01-301-2/+11
* | NFS: Ensure nfs_wcc_update_inode always converts file size to loff_tChuck Lever2008-01-301-2/+3
|/
* NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-191-4/+18
* NFS: Fix a race in sillyrenameTrond Myklebust2007-10-191-0/+3
* NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton2007-10-181-0/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* 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/+17Star
* 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/+0Star
* NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust2007-10-091-20/+1Star
* NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust2007-10-091-11/+7Star
* NFS: Don't revalidate dentries on directory size or ctime changesTrond Myklebust2007-10-091-4/+1Star
* NFS: Don't set cache_change_attribute in nfs_revalidate_mappingTrond Myklebust2007-10-091-4/+1Star
* 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/+3Star
* NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()Trond Myklebust2007-10-091-10/+4Star
* 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/+3Star
* NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust2007-10-091-0/+2
* NFS: Fix dcache revalidation bugsTrond Myklebust2007-10-091-1/+0Star
* NFS: fix nfs_verify_change_attributeTrond Myklebust2007-10-091-4/+0Star
* 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/+3Star
* 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/+8Star
* 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-111-1/+3
* NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-111-1/+0Star
* NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-111-17/+23
* NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-111-3/+0Star
* NFS: Fix nfs_reval_fsid()Trond Myklebust2007-07-111-2/+2
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-111-18/+1Star
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-111-5/+5
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-15/+13Star