summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-62/+76
|\
| * NFSv4: Declare the size up to date after it was set.Trond Myklebust2018-04-101-0/+1
| * NFSv4: Ignore change attribute invalidations if we hold a delegationTrond Myklebust2018-04-101-0/+3
| * NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-44/+65
| * NFS: Don't force unnecessary cache invalidation in nfs_update_inode()Trond Myklebust2018-04-101-4/+3
| * NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()Trond Myklebust2018-04-101-10/+2
| * NFS: Don't force a revalidation of all attributes if change is missingTrond Myklebust2018-04-101-1/+4
| * NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2018-04-101-5/+0
* | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-5/+0
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-3/+3
* Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-301-14/+39
|\
| * NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust2018-01-281-1/+0
| * Support statx() mask and query flags parametersTrond Myklebust2018-01-141-13/+39
* | nfs: convert to new i_version APIJeff Layton2018-01-291-9/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-6/+10
|\
| * nfs client: exit_net cleanup check addedVasily Averin2017-11-171-0/+4
| * fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
* | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-2/+2
|/
* NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-151-1/+1
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-4/+3
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-0/+1
* nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+22
* NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown2017-07-131-2/+8
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-131-2/+2
* NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao2017-05-051-1/+4
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-6/+7
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-6/+7
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-211-34/+41
|\
| * NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust2016-12-191-7/+0
| * NFS: Clean up nfs_attribute_timeout()Trond Myklebust2016-12-191-7/+7
| * NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2016-12-191-9/+0
| * NFS: Clean up cache validity checkingTrond Myklebust2016-12-191-11/+32
| * NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust2016-12-191-0/+2
* | Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-151-16/+35
|\|
| * NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-041-1/+1
| * NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust2016-12-041-3/+9
| * NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust2016-12-021-4/+17
| * NFS: discard nfs_lockowner structure.NeilBrown2016-12-011-2/+2
| * NFSv4: add flock_owner to open contextNeilBrown2016-12-011-2/+5
| * NFS: remove l_pid field from nfs_lockownerNeilBrown2016-12-011-3/+0
| * NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust2016-12-011-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
|/
* 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