summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Split attribute support out from the server capabilitiesTrond Myklebust2021-04-141-20/+31
| * NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust2021-04-141-41/+25
| * NFS: Another inode revalidation improvementTrond Myklebust2021-04-131-1/+29
| * NFS: Use information about the change attribute to optimise updatesTrond Myklebust2021-04-131-18/+93
| * NFS: Simplify cache consistency in nfs_check_inode_attributes()Trond Myklebust2021-04-131-13/+5
| * NFS: Remove a line of code that has no effect in nfs_update_inode()Trond Myklebust2021-04-131-1/+0
| * NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()Trond Myklebust2021-04-131-1/+5
| * NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust2021-04-131-6/+12
| * NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust2021-04-131-5/+10
| * NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validityTrond Myklebust2021-04-121-4/+2
| * NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust2021-04-121-29/+12
| * NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust2021-04-121-18/+7
| * NFS: nfs_setattr_update_inode() should clear the suid/sgid bitsTrond Myklebust2021-04-121-2/+8
| * NFS: Fix up statx() resultsTrond Myklebust2021-04-121-3/+26
| * NFS: Don't revalidate attributes that are not being asked forTrond Myklebust2021-04-121-4/+9
| * NFS: Fix up revalidation of space usedTrond Myklebust2021-04-121-3/+12
| * NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidTrond Myklebust2021-04-121-1/+2
| * NFS: Mask out unsupported attributes in nfs_getattr()Trond Myklebust2021-04-121-0/+4
| * NFS: Deal correctly with attribute generation counter overflowTrond Myklebust2021-04-121-4/+4
| * NFS: Fix fscache invalidation in nfs_set_cache_invalid()Trond Myklebust2021-04-051-2/+2
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-3/+3
|\ \ | |/ |/|
| * new helper: inode_wrong_type()Al Viro2021-03-081-3/+3
* | NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust2021-03-081-0/+1
* | NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust2021-03-081-2/+2
* | NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust2021-03-081-1/+1
|/
* Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-261-43/+68
|\
| * NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust2021-02-091-0/+14
| * NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust2021-02-081-43/+54
* | fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
|/
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-021-1/+1
* NFS: Improve handling of directory verifiersTrond Myklebust2020-12-021-7/+0
* Merge branch 'xattr-devel'Trond Myklebust2020-07-171-2/+14
|\
| * NFSv4.2: add client side xattr caching.Frank van der Linden2020-07-131-1/+8
| * nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden2020-07-131-1/+6
* | NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust2020-07-121-1/+3
|/
* nfs: set invalid blocks after NFSv4 writesZheng Bin2020-06-111-3/+11
* NFS: Clean up process of marking inode stale.Trond Myklebust2020-04-061-5/+13
* NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust2020-03-161-5/+5
* NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-0/+1
* NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust2020-02-031-1/+1
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-1/+7
* NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-031-27/+27
* NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust2019-09-021-8/+10
* NFS: Don't refresh attributes with mounted-on-file informationTrond Myklebust2019-08-191-14/+19
* Merge branch 'containers'Trond Myklebust2019-07-061-5/+9
|\
| * NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust2019-07-061-5/+1
| * NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust2019-07-061-0/+8
* | NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2019-07-061-4/+11
|/
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-061-0/+1