summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorLines
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck-2/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-2/+2
2008-05-16NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute cachingTrond Myklebust-0/+7
2008-04-24Merge branch 'devel'Trond Myklebust-2/+43
2008-04-08NFS: initialize flags field in nfs_open_contextJeff Layton-0/+1
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust-1/+1
2008-03-08Merge commit 'origin' into develTrond Myklebust-2/+4
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust-2/+4
2008-02-25NFS: Add an nfsiod workqueueTrond Myklebust-0/+37
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust-1/+5
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+1
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust-1/+1
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy-1/+1
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy-3/+3
2008-01-30NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust-2/+4
2008-01-30NFS: Prevent nfs_getattr() hang during heavy write workloadsChuck Lever-2/+11
2008-01-30NFS: Ensure nfs_wcc_update_inode always converts file size to loff_tChuck Lever-2/+3
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox-5/+1
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust-4/+18
2007-10-19NFS: Fix a race in sillyrenameTrond Myklebust-0/+3
2007-10-18NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton-0/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-1/+1
2007-10-09NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust-1/+26
2007-10-09NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust-18/+17
2007-10-09NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust-1/+9
2007-10-09NFS: Get rid of some obsolete macrosTrond Myklebust-2/+2
2007-10-09NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust-5/+12
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust-19/+0
2007-10-09NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust-20/+1
2007-10-09NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust-11/+7
2007-10-09NFS: Don't revalidate dentries on directory size or ctime changesTrond Myklebust-4/+1
2007-10-09NFS: Don't set cache_change_attribute in nfs_revalidate_mappingTrond Myklebust-4/+1
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust-0/+34
2007-10-09NFS: Remove bogus check of cache_change_attribute in nfs_update_inodeTrond Myklebust-12/+3
2007-10-09NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()Trond Myklebust-10/+4
2007-10-09NFS: Fix atime revalidation in readdir()Trond Myklebust-0/+7
2007-10-09NFSv4: Don't use ctime/mtime for determining when to invalidate the cachesTrond Myklebust-23/+24
2007-10-09NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust-8/+3
2007-10-09NFS: nfs_wcc_update_inode: directory caches are always invalidatedTrond Myklebust-0/+2
2007-10-09NFS: Fix dcache revalidation bugsTrond Myklebust-1/+0
2007-10-09NFS: fix nfs_verify_change_attributeTrond Myklebust-4/+0
2007-10-09NFS: nfs_post_op_update_inode() should call nfs_refresh_inode()Trond Myklebust-3/+3
2007-10-09NFS: Fix over-conservative attribute invalidation in nfs_update_inode()Trond Myklebust-4/+3
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust-1/+1
2007-10-09Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite-2/+2
2007-10-0964 bit ino support for NFS clientPeter Staubach-1/+3
2007-10-09NFS: Clean up NFS writeback flush codeTrond Myklebust-1/+1
2007-08-07NFS: Fix put_nfs_open_contextTrond Myklebust-16/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-10NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust-1/+3