aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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