summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-62/+76
2018-04-10NFSv4: Declare the size up to date after it was set.Trond Myklebust1-0/+1
2018-04-10NFSv4: Ignore change attribute invalidations if we hold a delegationTrond Myklebust1-0/+3
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust1-44/+65
2018-04-10NFS: Don't force unnecessary cache invalidation in nfs_update_inode()Trond Myklebust1-4/+3
2018-04-10NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()Trond Myklebust1-10/+2
2018-04-10NFS: Don't force a revalidation of all attributes if change is missingTrond Myklebust1-1/+4
2018-04-10NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust1-5/+0
2018-03-20sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra1-5/+0
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-3/+3
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-14/+39
2018-01-29nfs: convert to new i_version APIJeff Layton1-9/+9
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust1-1/+0
2018-01-14Support statx() mask and query flags parametersTrond Myklebust1-13/+39
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+10
2017-11-17nfs client: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova1-6/+6
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-2/+2
2017-08-15NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust1-1/+1
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-4/+3
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust1-0/+1
2017-07-13nfs: add a nfs_ilookup helperPeng Tao1-0/+22
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown1-2/+8
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown1-2/+2
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao1-1/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+7
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-6/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-34/+41
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust1-7/+0
2016-12-19NFS: Clean up nfs_attribute_timeout()Trond Myklebust1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust1-9/+0
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust1-11/+32
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust1-0/+2
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+35
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust1-1/+1
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust1-3/+9
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust1-4/+17
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown1-2/+2
2016-12-01NFSv4: add flock_owner to open contextNeilBrown1-2/+5
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown1-3/+0
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington1-3/+5
2016-07-24Merge branch 'writeback'Trond Myklebust1-71/+67
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust1-1/+4
2016-07-05NFS: Getattr doesn't require data sync semanticsTrond Myklebust1-3/+1
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust1-2/+7