aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust1-8/+3
2008-10-27Switch to a valid email address...Alan Cox1-1/+1
2008-10-14NFS: Fix a resolution problem with nfs_inode->cache_change_attributeTrond Myklebust1-1/+0
2008-10-14NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust1-7/+30
2008-10-14NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust1-0/+3
2008-10-09NFS: Fix attribute updatesTrond Myklebust1-9/+4
2008-10-07NFS: Allow concurrent inode revalidationTrond Myklebust1-41/+2
2008-10-07NFS: Fix up nfs_setattr_update_inode()Trond Myklebust1-1/+1
2008-10-07NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes()Trond Myklebust1-7/+0
2008-10-07NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode()Trond Myklebust1-4/+1
2008-10-07NFS: Fix nfs_post_op_update_inode_force_wcc()Trond Myklebust1-8/+27
2008-10-07NFS: Fix the NFS attribute updateTrond Myklebust1-3/+41
2008-10-07NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode()Trond Myklebust1-7/+14
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-15NFS: Remove attribute update related BKL referencesTrond Myklebust1-4/+0
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust1-6/+61
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust1-3/+1
2008-07-09NFS: Fix the ftruncate() credential problemTrond Myklebust1-2/+2
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck1-2/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-05-16NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute cachingTrond Myklebust1-0/+7
2008-04-24Merge branch 'devel'Trond Myklebust1-2/+43
2008-04-08NFS: initialize flags field in nfs_open_contextJeff Layton1-0/+1
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust1-1/+1
2008-03-08Merge commit 'origin' into develTrond Myklebust1-2/+4
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust1-2/+4
2008-02-25NFS: Add an nfsiod workqueueTrond Myklebust1-0/+37
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust1-1/+5
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-5/+1
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust1-1/+1
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy1-1/+1
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy1-3/+3
2008-01-30NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust1-2/+4
2008-01-30NFS: Prevent nfs_getattr() hang during heavy write workloadsChuck Lever1-2/+11
2008-01-30NFS: Ensure nfs_wcc_update_inode always converts file size to loff_tChuck Lever1-2/+3
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-5/+1
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust1-4/+18
2007-10-19NFS: Fix a race in sillyrenameTrond Myklebust1-0/+3
2007-10-18NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton1-0/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-09NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust1-1/+26
2007-10-09NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust1-18/+17
2007-10-09NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust1-1/+9
2007-10-09NFS: Get rid of some obsolete macrosTrond Myklebust1-2/+2
2007-10-09NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust1-5/+12
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust1-19/+0
2007-10-09NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust1-20/+1
2007-10-09NFS: nfs_post_op_update_inode don't update cache_change_attributeTrond Myklebust1-11/+7
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