Hi Linus, Please pull this branch which contains an XFS bug fix for 6.10-rc4. A brief description of the bug fix is provided below. 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. The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670: Linux 6.10-rc3 (2024-06-09 14:19:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.10-fixes-3 for you to fetch changes up to 58f880711f2ba53fd5e959875aff5b3bf6d5c32e: xfs: make sure sb_fdblocks is non-negative (2024-06-10 11:38:12 +0530) ---------------------------------------------------------------- Bug fixes for 6.10-rc4: * Ensure xfs incore superblock's 1. Allocated inode counter 2. Free inode counter 3. Free data block counter are zero or positive when they are copied over from xfs_mount->m_[icount,ifree,fdblocks] respectively. Signed-off-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> ---------------------------------------------------------------- Wengang Wang (1): xfs: make sure sb_fdblocks is non-negative fs/xfs/libxfs/xfs_sb.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)