aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAge
* NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-02
* NFS: create and destroy inode's layout cacheBenny Halevy2010-10-24
* NFS: remove readdir plus limitBryan Schumaker2010-10-23
* NFS: new idmapperBryan Schumaker2010-10-07
* NFS: Really fix put_nfs_open_context()Trond Myklebust2010-09-29
* NFS: handle inode==NULL in __put_nfs_open_contextBenny Halevy2010-09-23
* NFS: Convert nfsiod to use alloc_workqueue()Trond Myklebust2010-09-21
* NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-09
* | NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2010-08-03
* | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-30
|/
* NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-14
* NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust2010-05-14
* NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust2010-05-14
* NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust2010-05-14
* NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust2010-04-09
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-03-10
* Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-05
|\
| * NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-05
| * NFS: Clean up nfs_sync_mappingTrond Myklebust2010-03-05
| * NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2010-03-05
| * NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2010-03-05
| * NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2010-03-05
| * pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
| * make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-05
| * Switch alloc_nfs_open_context() to struct pathAl Viro2010-03-03
* | NFS: Make close(2) asynchronous when closing NFS O_DIRECT filesChuck Lever2010-02-10
|/
* NFS: Don't clobber the attribute type in nfs_update_inode()Trond Myklebust2010-02-03
* truncate: use new helpersnpiggin@suse.de2009-09-24
* NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust2009-08-19
* NFSv4: Add 'server capability' flags for NFSv4 recommended attributesTrond Myklebust2009-08-09
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* NFS: Use local disk inode cacheDavid Howells2009-04-03
* NFS: Register NFS for caching and retrieve the top-level indexDavid Howells2009-04-03
* NFS: Optimise NFS close()Trond Myklebust2009-03-19
* NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-11
* NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust2009-03-11
* NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-11
* NFS: flush cached directory information slightly more readily.NeilBrown2009-03-11
* NFS: Minor __nfs_revalidate_inode cleanupSuresh Jayaraman2009-03-11
* optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2008-12-23
* NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-23
* NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust2008-10-28
* Switch to a valid email address...Alan Cox2008-10-27
* NFS: Fix a resolution problem with nfs_inode->cache_change_attributeTrond Myklebust2008-10-14
* NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust2008-10-14
* NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust2008-10-14
* NFS: Fix attribute updatesTrond Myklebust2008-10-09