aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge branch 'leases-devel'Gravatar Trond Myklebust 1-0/+4
2021-06-29NFS: nfs_find_open_context() may only select open filesGravatar Trond Myklebust 1-0/+4
2021-06-26NFS: Avoid duplicate resets of attribute cache timeoutsGravatar Trond Myklebust 1-6/+1
2021-06-26NFS: Fix up inode attribute revalidation timeoutsGravatar Trond Myklebust 1-34/+16
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-148/+270
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2021-04-14NFS: Split attribute support out from the server capabilitiesGravatar Trond Myklebust 1-20/+31
2021-04-14NFS: Don't store NFS_INO_REVAL_FORCEDGravatar Trond Myklebust 1-41/+25
2021-04-13NFS: Another inode revalidation improvementGravatar Trond Myklebust 1-1/+29
2021-04-13NFS: Use information about the change attribute to optimise updatesGravatar Trond Myklebust 1-18/+93
2021-04-13NFS: Simplify cache consistency in nfs_check_inode_attributes()Gravatar Trond Myklebust 1-13/+5
2021-04-13NFS: Remove a line of code that has no effect in nfs_update_inode()Gravatar Trond Myklebust 1-1/+0
2021-04-13NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()Gravatar Trond Myklebust 1-1/+5
2021-04-13NFS: Separate tracking of file mode cache validity from the uid/gidGravatar Trond Myklebust 1-6/+12
2021-04-13NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidGravatar Trond Myklebust 1-5/+10
2021-04-12NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validityGravatar Trond Myklebust 1-4/+2
2021-04-12NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityGravatar Trond Myklebust 1-29/+12
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Gravatar Trond Myklebust 1-18/+7
2021-04-12NFS: nfs_setattr_update_inode() should clear the suid/sgid bitsGravatar Trond Myklebust 1-2/+8
2021-04-12NFS: Fix up statx() resultsGravatar Trond Myklebust 1-3/+26
2021-04-12NFS: Don't revalidate attributes that are not being asked forGravatar Trond Myklebust 1-4/+9
2021-04-12NFS: Fix up revalidation of space usedGravatar Trond Myklebust 1-3/+12
2021-04-12NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidGravatar Trond Myklebust 1-1/+2
2021-04-12NFS: Mask out unsupported attributes in nfs_getattr()Gravatar Trond Myklebust 1-0/+4
2021-04-12NFS: Deal correctly with attribute generation counter overflowGravatar Trond Myklebust 1-4/+4
2021-04-05NFS: Fix fscache invalidation in nfs_set_cache_invalid()Gravatar Trond Myklebust 1-2/+2
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Gravatar Trond Myklebust 1-0/+1
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid()Gravatar Trond Myklebust 1-2/+2
2021-03-08NFS: Clean up function nfs_mark_dir_for_revalidate()Gravatar Trond Myklebust 1-1/+1
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-3/+3
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-43/+68
2021-02-09NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheGravatar Trond Myklebust 1-0/+14
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeGravatar Trond Myklebust 1-43/+54
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+4
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-12-02NFS: switch nfsiod to be an UNBOUND workqueue.Gravatar NeilBrown 1-1/+1
2020-12-02NFS: Improve handling of directory verifiersGravatar Trond Myklebust 1-7/+0
2020-07-17Merge branch 'xattr-devel'Gravatar Trond Myklebust 1-2/+14
2020-07-13NFSv4.2: add client side xattr caching.Gravatar Frank van der Linden 1-1/+8
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagGravatar Frank van der Linden 1-1/+6
2020-07-12NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCGravatar Trond Myklebust 1-1/+3
2020-06-11nfs: set invalid blocks after NFSv4 writesGravatar Zheng Bin 1-3/+11
2020-04-06NFS: Clean up process of marking inode stale.Gravatar Trond Myklebust 1-5/+13
2020-03-16NFS: alloc_nfs_open_context() must use the file cred when availableGravatar Trond Myklebust 1-5/+5
2020-02-12NFSv4: Fix revalidation of dentries with delegationsGravatar Trond Myklebust 1-0/+1
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Gravatar Trond Myklebust 1-1/+1
2020-01-15NFS: Add mount option 'softreval'Gravatar Trond Myklebust 1-1/+7
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Gravatar Trond Myklebust 1-27/+27
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeGravatar Trond Myklebust 1-8/+10
2019-08-19NFS: Don't refresh attributes with mounted-on-file informationGravatar Trond Myklebust 1-14/+19