Hi Carlos, Please pull this branch with changes for xfs for 6.13-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 9d64db093d7b4974d24af34aa3fa85a394195292: xfs: make RT extent numbers relative to the rtgroup (2024-11-13 22:17:05 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/rtgroups-prep-6.13_2024-11-13 for you to fetch changes up to 7b91a30e441641733672f691244e5973ff1ca6de: iomap: add a merge boundary flag (2024-11-13 22:17:05 -0800) ---------------------------------------------------------------- xfs: preparation for realtime allocation groups [v5.7 05/10] Prepare for realtime groups by adding a few bug fixes and generic code that will be necessary. With a bit of luck, this should all go splendidly. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Christoph Hellwig (1): iomap: add a merge boundary flag Darrick J. Wong (1): xfs: fix rt device offset calculations for FITRIM fs/iomap/buffered-io.c | 6 ++++++ fs/xfs/xfs_discard.c | 19 +++++++++++-------- include/linux/iomap.h | 4 ++++ 3 files changed, 21 insertions(+), 8 deletions(-)