Hi Linus, The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.9-3 for you to fetch changes up to b9df46d08a8d098ea2124cb9e3b84458a474b4d4: pNFS/flexfiles: Be consistent about mirror index types (2020-09-18 09:25:33 -0400) Cheers, Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 5.9 Highlights include: Bugfixes: - NFSv4.2: copy_file_range needs to invalidate caches on success - NFSv4.2: Fix security label length not being reset - pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read - pNFS/flexfiles: Fix signed/unsigned type issues with mirror indices ---------------------------------------------------------------- Jeffrey Mitchell (1): nfs: Fix security label length not being reset Olga Kornievskaia (1): NFSv4.2: fix client's attribute cache management for copy_file_range Trond Myklebust (2): pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read pNFS/flexfiles: Be consistent about mirror index types fs/nfs/dir.c | 3 +++ fs/nfs/flexfilelayout/flexfilelayout.c | 43 +++++++++++++++++----------------- fs/nfs/nfs42proc.c | 10 +++++++- include/linux/nfs_xdr.h | 4 ++-- 4 files changed, 36 insertions(+), 24 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx