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