summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-21/+28
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-16/+23
| * fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-251-7/+7
* | NFS: Filter cache invalidation when holding a delegationTrond Myklebust2018-06-041-3/+9
* | NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Trond Myklebust2018-06-041-2/+3
* | NFS: Improve caching while holding a delegationTrond Myklebust2018-06-041-7/+10
* | NFS: Fix attribute revalidationTrond Myklebust2018-06-041-19/+15
* | NFS: fix up nfs_setattr_update_inodeTrond Myklebust2018-06-041-6/+42
* | NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
* | NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust2018-05-311-1/+2
* | NFS: Set the force revalidate flag if the inode is not completely initialisedTrond Myklebust2018-05-311-0/+4
|/
* 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
OpenPOWER on IntegriCloud