Hi Carlos, Please pull this branch with changes for xfs. 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 07c34f8cef69cb8eeef69c18d6cf0c04fbee3cb3: xfs: use deferred reaping for data device cow extents (2025-09-05 08:48:23 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/kconfig-2025-changes_2025-09-05 for you to fetch changes up to 0ff51a1fd786f47ba435ede6209046959bad54a8: xfs: enable online fsck by default in Kconfig (2025-09-05 08:48:24 -0700) ---------------------------------------------------------------- xfs: kconfig and feature changes for 2025 LTS [6.18 v2 2/2] Ahead of the 2025 LTS kernel, disable by default the two features that we promised to turn off in September 2025: V4 filesystems, and the long-broken ASCII case insensitive directories. Since online fsck has not had any major issues in the 16 months since it was merged upstream, let's also turn that on by default. With a bit of luck, this should all go splendidly. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (4): xfs: disable deprecated features by default in Kconfig xfs: remove deprecated mount options xfs: remove deprecated sysctl knobs xfs: enable online fsck by default in Kconfig fs/xfs/xfs_linux.h | 2 -- fs/xfs/xfs_mount.h | 12 ++++---- fs/xfs/xfs_sysctl.h | 3 -- Documentation/admin-guide/xfs.rst | 57 ++++++------------------------------- fs/xfs/Kconfig | 22 ++++---------- fs/xfs/libxfs/xfs_attr_leaf.c | 23 ++++----------- fs/xfs/libxfs/xfs_bmap.c | 14 ++------- fs/xfs/libxfs/xfs_ialloc.c | 4 +-- fs/xfs/libxfs/xfs_inode_util.c | 11 ------- fs/xfs/libxfs/xfs_sb.c | 9 ++---- fs/xfs/xfs_globals.c | 2 -- fs/xfs/xfs_icache.c | 6 ++-- fs/xfs/xfs_iops.c | 12 ++++---- fs/xfs/xfs_mount.c | 13 --------- fs/xfs/xfs_super.c | 60 ++------------------------------------- fs/xfs/xfs_sysctl.c | 29 +------------------ 16 files changed, 43 insertions(+), 236 deletions(-)