aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton1-1/+4
2015-09-04Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Trond Myklebust1-1/+6
2015-09-04NFS: Optimise away the close-to-open getattr if there is no cached dataTrond Myklebust1-3/+10
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee1-8/+10
2015-08-25NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust1-0/+7
2015-08-17NFS: Don't let the ctime override attribute barriers.Trond Myklebust1-8/+0
2015-08-17NFS: Remove nfs_release()Anna Schumaker1-7/+1
2015-07-22NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-2/+2
2015-07-22NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust1-1/+2
2015-07-22NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust1-4/+4
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee1-7/+3
2015-06-02NFS: report more appropriate block size for directories.NeilBrown1-0/+2
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+27
2015-04-23nfs: Remove unneeded casts in nfsFiro Yang1-1/+1
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker1-1/+14
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2015-03-27NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust1-0/+2
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust1-1/+2
2015-03-27NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust1-6/+9
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust1-0/+1
2015-03-03NFS: Fix a regression in the read() syscallTrond Myklebust1-3/+34
2015-03-01NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust1-0/+1
2015-03-01NFS: Fix nfs_post_op_update_inode() to set an attribute barrierTrond Myklebust1-0/+1
2015-03-01NFS: Remove size hack in nfs_inode_attrs_need_update()Trond Myklebust1-8/+0
2015-03-01NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommitTrond Myklebust1-0/+1
2015-03-01NFS: Add attribute update barriers to NFS writebacksTrond Myklebust1-3/+22
2015-03-01NFS: Set an attribute barrier on all updatesTrond Myklebust1-0/+4
2015-03-01NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust1-5/+12
2015-03-01NFS: Add a helper to set attribute barriersTrond Myklebust1-0/+16
2015-02-18Merge branch 'cleanups'Trond Myklebust1-1/+0
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust1-1/+0
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-01-30nfs: prevent truncate on active swapfileOmar Sandoval1-1/+6
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker1-2/+3
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker1-0/+1
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson1-4/+4
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust1-0/+2
2014-09-30NFS: Implement SEEKAnna Schumaker1-0/+2
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+9
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman1-1/+2
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown1-0/+9
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+2
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1