Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / nfs / inode.c
2010-04-09 Trond MyklebustNFS: Fix the mode calculation in nfs_find_open_context
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 Trond MyklebustNFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in...
2010-03-05 Trond MyklebustMerge branch 'writeback-for-2.6.34' into nfs-for-2...
2010-03-05 Trond MyklebustNFS: Remove requirement for inode->i_mutex from nfs_inv...
2010-03-05 Trond MyklebustNFS: Clean up nfs_sync_mapping
2010-03-05 Trond MyklebustNFS: Replace __nfs_write_mapping with sync_inode()
2010-03-05 Trond MyklebustNFS: Add a count of the number of unstable writes carri...
2010-03-05 Trond MyklebustNFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-05 Christoph Hellwigmake sure data is on disk before calling ->write_inode
2010-03-03 Al ViroSwitch alloc_nfs_open_context() to struct path
2010-02-10 Chuck LeverNFS: Make close(2) asynchronous when closing NFS O_DIRE...
2010-02-03 Trond MyklebustNFS: Don't clobber the attribute type in nfs_update_inode()
2009-09-24 npiggin@suse.detruncate: use new helpers
2009-08-19 Trond MyklebustNFS: Add a dns resolver for use with NFSv4 referrals...
2009-08-09 Trond MyklebustNFSv4: Add 'server capability' flags for NFSv4 recommen...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-04-03 David HowellsNFS: Use local disk inode cache
2009-04-03 David HowellsNFS: Register NFS for caching and retrieve the top...
2009-03-19 Trond MyklebustNFS: Optimise NFS close()
2009-03-11 Trond MyklebustNFS: Throttle page dirtying while we're flushing to...
2009-03-11 Trond MyklebustNFS: cleanup - remove struct nfs_inode->ncommit
2009-03-11 Trond MyklebustNFSv4: Support NFSv4 optional attributes in the struct...
2009-03-11 NeilBrownNFS: flush cached directory information slightly more...
2009-03-11 Suresh JayaramanNFS: Minor __nfs_revalidate_inode cleanup
2008-12-23 Peter Staubachoptimize attribute timeouts for "noac" and "actimeo=0"
2008-12-23 Trond MyklebustNFSv4: Convert the open and close ops to use fmode
2008-10-28 Trond MyklebustNFS: Convert nfs_attr_generation_counter into an atomic...
2008-10-27 Alan CoxSwitch to a valid email address...
2008-10-14 Trond MyklebustNFS: Fix a resolution problem with nfs_inode->cache_cha...
2008-10-14 Trond MyklebustNFS: Fix the resolution problem with nfs_inode_attrs_ne...
2008-10-14 Trond MyklebustNFS: Changes to inode->i_nlinks must set the NFS_INO_IN...
2008-10-09 Trond MyklebustNFS: Fix attribute updates
2008-10-07 Trond MyklebustNFS: Allow concurrent inode revalidation
2008-10-07 Trond MyklebustNFS: Fix up nfs_setattr_update_inode()
2008-10-07 Trond MyklebustNFS: Don't clear nfsi->cache_validity in nfs_check_inod...
2008-10-07 Trond MyklebustNFS: Convert __nfs_revalidate_inode() to use nfs_refres...
2008-10-07 Trond MyklebustNFS: Fix nfs_post_op_update_inode_force_wcc()
2008-10-07 Trond MyklebustNFS: Fix the NFS attribute update
2008-10-07 Trond MyklebustNFS: Clean up nfs_refresh_inode() and nfs_post_op_updat...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-15 Trond MyklebustNFS: Remove attribute update related BKL references
2008-07-15 Trond MyklebustNFS: Remove BKL requirement from attribute updates
2008-07-09 Trond MyklebustNFS: Ensure we zap only the access and acl caches when...
2008-07-09 Trond MyklebustNFS: Fix the ftruncate() credential problem
2008-05-16 Jan Bluncknfs: path_{get,put}() cleanups
2008-05-16 Harvey Harrisonnfs: replace remaining __FUNCTION__ occurrences
2008-05-16 Trond MyklebustNFS: Ensure that 'noac' and/or 'actimeo=0' turn off...
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-09 Jeff LaytonNFS: initialize flags field in nfs_open_context
2008-03-14 Trond MyklebustSUNRPC: Add a helper rpcauth_lookup_generic_cred()
2008-03-08 Trond MyklebustMerge commit 'origin' into devel
2008-03-07 Trond MyklebustNFS: Fix the fsid revalidation in nfs_update_inode()
2008-02-26 Trond MyklebustNFS: Add an nfsiod workqueue
2008-02-26 Trond MyklebustNFS: Fix a deadlock with lazy umount
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Trond MyklebustNFS: Add an asynchronous delegreturn operation for...
2008-01-30 Benny Halevynfs: convert NFS_*(inode) helpers to static inline
2008-01-30 Benny Halevynfs: obliterate NFS_FLAGS macro
2008-01-30 Trond MyklebustNFS: define a function to update nfsi->cache_change_att...
2008-01-30 Chuck LeverNFS: Prevent nfs_getattr() hang during heavy write...
2008-01-30 Chuck LeverNFS: Ensure nfs_wcc_update_inode always converts file...
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-10-19 Trond MyklebustNFSv4: Ensure that we wait for the CLOSE request to...
2007-10-19 Trond MyklebustNFS: Fix a race in sillyrename
2007-10-18 Jeff LaytonNFS: if ATTR_KILL_S*ID bits are set, then skip mode...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-09 Trond MyklebustNFS: Add a boot parameter to disable 64 bit inode numbers
2007-10-09 Trond MyklebustNFS: nfs_refresh_inode should clear cache_validity...
2007-10-09 Trond MyklebustNFS: Fix a connectathon regression in NFSv3 and NFSv4
2007-10-09 Trond MyklebustNFS: Get rid of some obsolete macros
2007-10-09 Trond MyklebustNFS: Reset nfsi->last_updated only if the attribute...
2007-10-09 Trond MyklebustNFS: Remove nfs_begin_data_update/nfs_end_data_update
2007-10-09 Trond MyklebustNFS: Remove NFS_I(inode)->data_updates
2007-10-09 Trond MyklebustNFS: nfs_post_op_update_inode don't update cache_change...
2007-10-09 Trond MyklebustNFS: Don't revalidate dentries on directory size or...
2007-10-09 Trond MyklebustNFS: Don't set cache_change_attribute in nfs_revalidate...
2007-10-09 Trond MyklebustNFS: Fake up 'wcc' attributes to prevent cache invalida...
2007-10-09 Trond MyklebustNFS: Remove bogus check of cache_change_attribute in...
2007-10-09 Trond MyklebustNFS: Fix the ESTALE "revalidation" in _nfs_revalidate_i...
2007-10-09 Trond MyklebustNFS: Fix atime revalidation in readdir()
2007-10-09 Trond MyklebustNFSv4: Don't use ctime/mtime for determining when to...
2007-10-09 Trond MyklebustNFS: Don't force a dcache revalidation if nfs_wcc_updat...
2007-10-09 Trond MyklebustNFS: nfs_wcc_update_inode: directory caches are always...
2007-10-09 Trond MyklebustNFS: Fix dcache revalidation bugs
2007-10-09 Trond MyklebustNFS: fix nfs_verify_change_attribute
2007-10-09 Trond MyklebustNFS: nfs_post_op_update_inode() should call nfs_refresh...
2007-10-09 Trond MyklebustNFS: Fix over-conservative attribute invalidation in...
2007-10-09 Trond MyklebustNFS: Replace file->private_data with calls to nfs_file_...
2007-10-09 Fabio Olive LeiteRe: [NFS] [PATCH] Attribute timeout handling and wrappi...
2007-10-09 Peter Staubach64 bit ino support for NFS client
2007-10-09 Trond MyklebustNFS: Clean up NFS writeback flush code
2007-08-07 Trond MyklebustNFS: Fix put_nfs_open_context
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Trond MyklebustNFSv4: Defer inode revalidation when setting up a deleg...
2007-07-11 Trond MyklebustNFS: Replace NFS_I(inode)->req_lock with inode->i_lock
2007-07-11 Trond MyklebustNFS: Convert struct nfs_open_context to use a kref
2007-07-11 Trond MyklebustNFS: Remove the redundant 'dirty' and 'commit' lists...
2007-07-11 Trond MyklebustNFS: Fix nfs_reval_fsid()
next