Hi all, Here are a couple of bugfixes for 6.14. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. With a bit of luck, this should all go splendidly. Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=fixes-6.14 --- Commits in this patchset: * xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n * xfs: fix data fork format filtering during inode repair --- fs/xfs/scrub/common.h | 5 ----- fs/xfs/scrub/inode_repair.c | 12 ++++++++++-- fs/xfs/scrub/repair.h | 11 ++++++++++- fs/xfs/scrub/scrub.c | 12 ++++++++++++ 4 files changed, 32 insertions(+), 8 deletions(-)