Trond's helped me out with my dentry revalidation woes. The first two patches fix races that may occur, and the third patch fixes a problem I've tried to solve in the past where the client can decide not to revalidate a dentry because we hold a delegation, but really it should be revalidated because we cached that dentry before the delegation. The most recent attempt and discussion of that problem was here: https://lore.kernel.org/linux-nfs/bcb5ffd399c4434730e6d100a5b7cae5e207244e.1580225161.git.bcodding@xxxxxxxxxx/#t That patch went to linux-next and should be dropped. Anna, it looks like you've already dropped it, but I just wanted to make a note of it. Thanks for all the help, Trond! Trond Myklebust (3): NFS: Fix up directory verifier races NFSv4: Fix races between open and dentry revalidation NFSv4: Fix revalidation of dentries with delegations fs/nfs/delegation.c | 6 ++ fs/nfs/dir.c | 124 +++++++++++++++++++++++++++++++++++++---- fs/nfs/inode.c | 1 + fs/nfs/nfs4file.c | 1 - fs/nfs/nfs4proc.c | 18 +++++- include/linux/nfs_fs.h | 26 ++------- 6 files changed, 143 insertions(+), 33 deletions(-) -- 2.20.1