summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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-02NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust1-0/+1
2015-03-02NFS: Fix nfs_post_op_update_inode() to set an attribute barrierTrond Myklebust1-0/+1
2015-03-02NFS: Remove size hack in nfs_inode_attrs_need_update()Trond Myklebust1-8/+0
2015-03-02NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommitTrond Myklebust1-0/+1
2015-03-02NFS: Add attribute update barriers to NFS writebacksTrond Myklebust1-3/+22
2015-03-02NFS: Set an attribute barrier on all updatesTrond Myklebust1-0/+4
2015-03-02NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust1-5/+12
2015-03-02NFS: Add a helper to set attribute barriersTrond Myklebust1-0/+16
2015-02-18Merge branch 'cleanups'Trond Myklebust1-1/+0
2015-02-14NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust1-1/+0
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-01-31nfs: prevent truncate on active swapfileOmar Sandoval1-1/+6
2015-01-22NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker1-2/+3
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2014-11-26nfs: Add ALLOCATE supportAnna Schumaker1-0/+1
2014-11-25NFS: 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-10-01Merge branch 'client-4.2' into linux-nextTrond Myklebust1-0/+2
2014-10-01NFS: Implement SEEKAnna Schumaker1-0/+2
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+9
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+2
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman1-1/+2
2014-08-04NFS: 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-25NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-25NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-11Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+17
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-16NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+27
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust1-7/+27
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust1-4/+10
2014-02-01Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+43
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton1-0/+1
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+32
2014-01-28NFS: Fix races in nfs_revalidate_mappingTrond Myklebust1-14/+14
2014-01-28NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton1-4/+38
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig1-4/+0
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust1-2/+17
2014-01-06NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos1-14/+15
2013-11-20NFS: Fix a warning in nfs_setsecurityTrond Myklebust1-1/+1