aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAge
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-15
|\
| * kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-01-14
|\ \ | |/ |/|
| * Merge branch 'bugfixes'Trond Myklebust2016-01-07
| |\
| | * NFS: Fix attribute cache revalidationTrond Myklebust2015-12-30
| * | NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-07
| * | nfs: handle request add failure properlyPeng Tao2015-12-28
| |/
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-11
|\ \ | |/ |/|
| * teach nfs_get_link() to work in RCU modeAl Viro2015-12-08
| * don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-13
|/
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-11-25
* nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton2015-11-25
* Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Trond Myklebust2015-09-04
* NFS: Optimise away the close-to-open getattr if there is no cached dataTrond Myklebust2015-09-04
* NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee2015-08-27
* NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust2015-08-25
* NFS: Don't let the ctime override attribute barriers.Trond Myklebust2015-08-17
* NFS: Remove nfs_release()Anna Schumaker2015-08-17
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-22
* NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust2015-07-22
* NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-07-22
* nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee2015-07-01
* NFS: report more appropriate block size for directories.NeilBrown2015-06-02
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-26
|\
| * nfs: Remove unneeded casts in nfsFiro Yang2015-04-23
| * nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker2015-04-23
| * NFS: Don't zap caches on fallocate()Anna Schumaker2015-04-23
| * NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust2015-03-27
| * NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust2015-03-27
| * NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust2015-03-27
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
|/
* NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust2015-03-03
* NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-03
* NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust2015-03-01
* NFS: Fix nfs_post_op_update_inode() to set an attribute barrierTrond Myklebust2015-03-01
* NFS: Remove size hack in nfs_inode_attrs_need_update()Trond Myklebust2015-03-01
* NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommitTrond Myklebust2015-03-01
* NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-01
* NFS: Set an attribute barrier on all updatesTrond Myklebust2015-03-01
* NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-01
* NFS: Add a helper to set attribute barriersTrond Myklebust2015-03-01
* Merge branch 'cleanups'Trond Myklebust2015-02-18
|\
| * Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
| |\
| | * fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | | NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2015-02-13
|/ /
* | nfs: prevent truncate on active swapfileOmar Sandoval2015-01-30
* | NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2015-01-21
|/
* nfs: Add ALLOCATE supportAnna Schumaker2014-11-25