aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust
2009-08-09NFSv4: Add 'server capability' flags for NFSv4 recommended attributesTrond Myklebust
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-04-03NFS: Use local disk inode cacheDavid Howells
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells
2009-03-19NFS: Optimise NFS close()Trond Myklebust
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust
2009-03-11NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust
2009-03-11NFS: flush cached directory information slightly more readily.NeilBrown
2009-03-11NFS: Minor __nfs_revalidate_inode cleanupSuresh Jayaraman
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