summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-4/+9
|\
| * NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust2019-04-251-4/+9
* | nfs{,4}: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-16/+17
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-7/+4
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-0/+2
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-20/+15
* NFS: Simplify internal check for whether file is open for writeTrond Myklebust2018-09-301-9/+1
* NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-13/+12
* 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