- a6b5a28 nfs: Convert to new fscache volume/cookie API by Dave Wysochanski · 4 years, 2 months ago
- 93c2e5e NFS: Add a tracepoint to show the results of nfs_set_cache_invalid() by Benjamin Coddington · 3 years, 2 months ago
- dd225cb NFS: Remove the nfs4_label argument from nfs_setsecurity by Anna Schumaker · 3 years, 3 months ago
- cf7ab00 NFS: Remove the nfs4_label argument from nfs_fhget() by Anna Schumaker · 3 years, 3 months ago
- 1b00ad6 NFS: Remove the nfs4_label from the nfs_setattrres by Anna Schumaker · 3 years, 3 months ago
- 2ef61e0 NFS: Remove the nfs4_label from the nfs4_getattr_res by Anna Schumaker · 3 years, 3 months ago
- d755ad8 NFS: Create a new nfs_alloc_fattr_with_label() function by Anna Schumaker · 3 years, 3 months ago
- d4a95a7 NFS: Always initialise fattr->label in nfs_fattr_alloc() by Trond Myklebust · 3 years, 2 months ago
- e48c81b NFSv4: Remove unnecessary 'minor version' check by Trond Myklebust · 3 years, 2 months ago
- e591b29 NFS: Save some space in the inode by Trond Myklebust · 3 years, 4 months ago
- 110cb2d NFS: Instrument i_size_write() by Chuck Lever · 3 years, 3 months ago
- 36a10a3 NFS: Remove unnecessary page cache invalidations by Trond Myklebust · 3 years, 4 months ago
- 488796e NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA by Trond Myklebust · 3 years, 4 months ago
- eea4133 NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED by Trond Myklebust · 3 years, 4 months ago
- ca05cba NFS: Fix up nfs_ctx_key_to_expire() by Trond Myklebust · 3 years, 6 months ago
- e9e8ee4 Merge branch 'leases-devel' by Trond Myklebust · 3 years, 7 months ago
- e97bc66 NFS: nfs_find_open_context() may only select open files by Trond Myklebust · 3 years, 8 months ago
- a9601ac NFS: Avoid duplicate resets of attribute cache timeouts by Trond Myklebust · 3 years, 7 months ago
- 213bb58 NFS: Fix up inode attribute revalidation timeouts by Trond Myklebust · 3 years, 7 months ago
- a647034 Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 8 months ago
- d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
- ce62b11 NFS: Split attribute support out from the server capabilities by Trond Myklebust · 7 years ago
- cc7f2da NFS: Don't store NFS_INO_REVAL_FORCED by Trond Myklebust · 3 years, 9 months ago
- 7b24dac NFS: Another inode revalidation improvement by Trond Myklebust · 3 years, 9 months ago
- 6f9be83 NFS: Use information about the change attribute to optimise updates by Trond Myklebust · 3 years, 10 months ago
- 04c6349 NFS: Simplify cache consistency in nfs_check_inode_attributes() by Trond Myklebust · 3 years, 10 months ago
- c88c696 NFS: Remove a line of code that has no effect in nfs_update_inode() by Trond Myklebust · 3 years, 10 months ago
- 709fa57 NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode() by Trond Myklebust · 3 years, 10 months ago
- 720869e NFS: Separate tracking of file mode cache validity from the uid/gid by Trond Myklebust · 3 years, 9 months ago
- fabf2b3 NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid by Trond Myklebust · 3 years, 10 months ago
- 36a9346 NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validity by Trond Myklebust · 3 years, 10 months ago
- 13c0b08 NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity by Trond Myklebust · 3 years, 10 months ago
- 1f3208b NFS: Add a cache validity flag argument to nfs_revalidate_inode() by Trond Myklebust · 3 years, 10 months ago
- 1f9f432 NFS: nfs_setattr_update_inode() should clear the suid/sgid bits by Trond Myklebust · 3 years, 9 months ago
- 63cdd7e NFS: Fix up statx() results by Trond Myklebust · 3 years, 10 months ago
- e8764a6 NFS: Don't revalidate attributes that are not being asked for by Trond Myklebust · 3 years, 10 months ago
- 4cdfeb6 NFS: Fix up revalidation of space used by Trond Myklebust · 3 years, 10 months ago
- 50c7a79 NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid by Trond Myklebust · 3 years, 10 months ago
- 4eb6a82 NFS: Mask out unsupported attributes in nfs_getattr() by Trond Myklebust · 3 years, 10 months ago
- 9fdbfad NFS: Deal correctly with attribute generation counter overflow by Trond Myklebust · 3 years, 10 months ago
- beab450 NFS: Fix fscache invalidation in nfs_set_cache_invalid() by Trond Myklebust · 3 years, 10 months ago
- b6f80a2 NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4 by Trond Myklebust · 3 years, 10 months ago
- ac46b3d NFS: Fix open coded versions of nfs_set_cache_invalid() by Trond Myklebust · 3 years, 10 months ago
- fd6d3fe NFS: Clean up function nfs_mark_dir_for_revalidate() by Trond Myklebust · 3 years, 10 months ago
- 6e3e2c4 new helper: inode_wrong_type() by Al Viro · 3 years, 11 months ago
- 1c9077c Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 11 months ago
- 848fdd6 NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache by Trond Myklebust · 4 years ago
- 28aa2f9 NFS: Always clear an invalid mapping when attempting a buffered write by Trond Myklebust · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- bf701b76 NFS: switch nfsiod to be an UNBOUND workqueue. by NeilBrown · 4 years, 2 months ago
- b593c09 NFS: Improve handling of directory verifiers by Trond Myklebust · 4 years, 2 months ago
- 57f80c0 Merge branch 'xattr-devel' by Trond Myklebust · 4 years, 6 months ago
- 95ad37f NFSv4.2: add client side xattr caching. by Frank van der Linden · 4 years, 7 months ago
- 0f44da5 nfs: define and use the NFS_INO_INVALID_XATTR flag by Frank van der Linden · 4 years, 7 months ago
- ac7cbb2 NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNC by Trond Myklebust · 4 years, 8 months ago
- 3a39e77 nfs: set invalid blocks after NFSv4 writes by Zheng Bin · 4 years, 8 months ago
- 93ce4af NFS: Clean up process of marking inode stale. by Trond Myklebust · 4 years, 9 months ago
- 1d179d6 NFS: alloc_nfs_open_context() must use the file cred when available by Trond Myklebust · 5 years ago
- efeda80 NFSv4: Fix revalidation of dentries with delegations by Trond Myklebust · 5 years ago
- 65f5160 NFS: nfs_find_open_context() should use cred_fscmp() by Trond Myklebust · 5 years ago
- c74dfe9 NFS: Add mount option 'softreval' by Trond Myklebust · 5 years ago
- e86d5a0 NFS: Convert struct nfs_fattr to use struct timespec64 by Trond Myklebust · 5 years ago
- eb3d8f4 NFS: Fix inode fileid checks in attribute revalidation code by Trond Myklebust · 5 years ago
- 7e10cc2 NFS: Don't refresh attributes with mounted-on-file information by Trond Myklebust · 5 years ago
- 28ade85 Merge branch 'containers' by Trond Myklebust · 6 years ago
- 1c341b7 NFS: Add deferred cache invalidation for close-to-open consistency violations by Trond Myklebust · 6 years ago
- 10b7a70 NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init by Trond Myklebust · 6 years ago
- 996bc4f NFS: Create a root NFS directory in /sys/fs/nfs by Trond Myklebust · 6 years ago
- 44942b4 NFSv4: Handle the special Linux file open access mode by Trond Myklebust · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
- ca1a199 nfs{,4}: switch to ->free_inode() by Al Viro · 6 years ago
- 1549451 NFS: Ensure that all nfs lock contexts have a valid open context by Trond Myklebust · 6 years ago
- 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
- a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
- ddf529e NFS: move credential expiry tracking out of SUNRPC into NFS. by NeilBrown · 6 years ago
- 0de4397 NFS: Convert lookups of the open context to RCU by Trond Myklebust · 6 years ago
- 6ba0c4e NFS: Simplify internal check for whether file is open for write by Trond Myklebust · 6 years ago
- 1db97ea NFS: Convert lookups of the lock context to RCU by Trond Myklebust · 6 years ago
- 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 3f0b3cf NFS: Filter cache invalidation when holding a delegation by Trond Myklebust · 7 years ago
- 4ebe83a NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes() by Trond Myklebust · 7 years ago
- c80d17c NFS: Improve caching while holding a delegation by Trond Myklebust · 7 years ago
- 0b46726 NFS: Fix attribute revalidation by Trond Myklebust · 7 years ago
- 6a97d02 NFS: fix up nfs_setattr_update_inode by Trond Myklebust · 7 years ago
- a841b54 NFS: Pass the inode down to the getattr() callback by Trond Myklebust · 7 years ago
- d554168 NFS: Fix up nfs_post_op_update_inode() to force ctime updates by Trond Myklebust · 7 years ago
- 821a868 NFS: Set the force revalidate flag if the inode is not completely initialised by Trond Myklebust · 7 years ago
- 0a2dfbe fs: nfs: get rid of memcpys for inode times by Deepa Dinamani · 7 years ago
- a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
- f6cdfa6 NFSv4: Declare the size up to date after it was set. by Trond Myklebust · 7 years ago
- d943f2d NFSv4: Ignore change attribute invalidations if we hold a delegation by Trond Myklebust · 7 years ago
- 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
- cac88f9 NFS: Don't force unnecessary cache invalidation in nfs_update_inode() by Trond Myklebust · 7 years ago
- 783b194 NFS: Don't redirty the attribute cache in nfs_wcc_update_inode() by Trond Myklebust · 7 years ago
- 8619ddd NFS: Don't force a revalidation of all attributes if change is missing by Trond Myklebust · 7 years ago
- 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 7 years ago
- 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago