Hi Linus, The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891: Linux 5.10-rc2 (2020-11-01 14:43:51 -0800) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.10-2 for you to fetch changes up to 11decaf8127b035242cb55de2fc6946f8961f671: NFS: Remove unnecessary inode lock in nfs_fsync_dir() (2020-11-12 10:41:26 -0500) ---------------------------------------------------------------- One stable fix and a few other smaller fixes this time around: - Stable fixes: - Fix failure to unregister shrinker - Other fixes: - Fix unnecessary locking to clear up some contention - Fix listxattr receive buffer size - Fix default mount options for nfsroot Thanks, Anna ---------------------------------------------------------------- Chuck Lever (1): NFS: Fix listxattr receive buffer size Helge Deller (1): nfsroot: Default mount option should ask for built-in NFS version J. Bruce Fields (1): NFSv4.2: fix failure to unregister shrinker Trond Myklebust (2): NFS: Remove unnecessary inode locking in nfs_llseek_dir() NFS: Remove unnecessary inode lock in nfs_fsync_dir() fs/nfs/dir.c | 15 +++++---------- fs/nfs/nfs42xattr.c | 2 ++ fs/nfs/nfs42xdr.c | 4 ++-- fs/nfs/nfsroot.c | 6 ++++++ 4 files changed, 15 insertions(+), 12 deletions(-)