Hi Darrick, Please pull this branch with changes for xfs for 6.2-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 4b4d11bbeca4e3ebb235c8c3c875a986a8c90427: Merge tag 'random-fixes-6.2_2022-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.2-mergeC (2022-11-30 09:25:25 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/maxrefcount-fixes-6.2_2022-12-01 for you to fetch changes up to b25d1984aa884fc91a73a5a407b9ac976d441e9b: xfs: estimate post-merge refcounts correctly (2022-12-01 09:32:04 -0800) ---------------------------------------------------------------- xfs: fix broken MAXREFCOUNT handling This series fixes a bug in the refcount code where we don't merge records correctly if the refcount is hovering around MAXREFCOUNT. This fixes regressions in xfs/179 when fsdax is enabled. xfs/179 itself will be modified to exploit the bug through the pagecache path. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): xfs: hoist refcount record merge predicates xfs: estimate post-merge refcounts correctly fs/xfs/libxfs/xfs_refcount.c | 146 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 130 insertions(+), 16 deletions(-)