aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+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
2014-11-24NFS: 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-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust1-0/+2
2014-09-30NFS: Implement SEEKAnna Schumaker1-0/+2
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+9
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman1-1/+2
2014-08-03NFS: 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-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-10Merge 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-15NFS: 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-03mm + 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-01-31Merge 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-27NFS: 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-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos1-14/+15
2013-11-19NFS: Fix a warning in nfs_setsecurityTrond Myklebust1-1/+1
2013-11-04NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust1-6/+0
2013-11-04nfs: set security label when revalidating inodeJeff Layton1-0/+2
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-nextTrond Myklebust1-3/+3