aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington1-3/+5
2016-07-24Merge branch 'writeback'Trond Myklebust1-71/+67
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust1-1/+4
2016-07-05NFS: Getattr doesn't require data sync semanticsTrond Myklebust1-3/+1
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust1-2/+7
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust1-34/+4
2016-07-05pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust1-16/+7
2016-06-24NFS: Fix potential race in nfs_fhget()Trond Myklebust1-0/+1
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust1-18/+44
2016-06-13NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust1-6/+9
2016-05-09nfs: per-name sillyunlink exclusionAl Viro1-3/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2016-03-26nfs: use file_dentry()Miklos Szeredi1-1/+1
2016-03-16nfs: remove nfs_inode_dio_waitChristoph Hellwig1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-21/+57
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+24
2016-01-07Merge branch 'bugfixes'Trond Myklebust1-15/+39
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington1-6/+12
2015-12-30NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2015-12-28nfs: handle request add failure properlyPeng Tao1-0/+6
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-08teach nfs_get_link() to work in RCU modeAl Viro1-0/+21
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-2/+3
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
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