summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington2016-07-281-3/+5
* Merge branch 'writeback'Trond Myklebust2016-07-241-71/+67
|\
| * pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust2016-07-181-1/+4
| * NFS: Getattr doesn't require data sync semanticsTrond Myklebust2016-07-051-3/+1
| * NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust2016-07-051-2/+7
| * NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust2016-07-051-34/+4
| * pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust2016-07-051-16/+7
| * NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-221-18/+44
| * NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust2016-06-131-6/+9
* | NFS: Fix potential race in nfs_fhget()Trond Myklebust2016-06-241-0/+1
|/
* nfs: per-name sillyunlink exclusionAl Viro2016-05-091-3/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-1/+1
|\
| * nfs: use file_dentry()Miklos Szeredi2016-03-261-1/+1
* | nfs: remove nfs_inode_dio_waitChristoph Hellwig2016-03-161-1/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-1/+1
|\
| * kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-01-141-21/+57
|\ \ | |/ |/|
| * Merge branch 'bugfixes'Trond Myklebust2016-01-071-15/+39
| |\
| | * NFS: Fix attribute cache revalidationTrond Myklebust2015-12-301-15/+39
| * | NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-071-6/+12
| * | nfs: handle request add failure properlyPeng Tao2015-12-281-0/+6
| |/
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-2/+24
|\ \ | |/ |/|
| * teach nfs_get_link() to work in RCU modeAl Viro2015-12-081-0/+21
| * don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-2/+3
* | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
|/
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-11-251-1/+5
* nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton2015-11-251-1/+4
* Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Trond Myklebust2015-09-041-1/+6
* NFS: Optimise away the close-to-open getattr if there is no cached dataTrond Myklebust2015-09-041-3/+10
* NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee2015-08-271-8/+10
* NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust2015-08-251-0/+7
* NFS: Don't let the ctime override attribute barriers.Trond Myklebust2015-08-171-8/+0
* NFS: Remove nfs_release()Anna Schumaker2015-08-171-7/+1
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-221-2/+2
* NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust2015-07-221-1/+2
* NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-07-221-4/+4
* nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee2015-07-011-7/+3
* NFS: report more appropriate block size for directories.NeilBrown2015-06-021-0/+2
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-9/+27
|\
| * nfs: Remove unneeded casts in nfsFiro Yang2015-04-231-1/+1
| * nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker2015-04-231-1/+14
| * NFS: Don't zap caches on fallocate()Anna Schumaker2015-04-231-1/+0
| * NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust2015-03-271-0/+2
| * NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust2015-03-271-1/+2
| * NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust2015-03-271-6/+9
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
|/
* NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust2015-03-031-0/+1
* NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-031-3/+34
* NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust2015-03-011-0/+1
OpenPOWER on IntegriCloud