Message ID | 173862194217.2448987.122994949207801411.stg-ugh@frogsfrogsfrogs (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [GIT,PULL] xfs: bug fixes for 6.14 | expand |
On Mon, 03 Feb 2025 14:32:46 -0800, Darrick J. Wong wrote: > Please pull this branch with changes for xfs for 6.14-rc2. > > 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 > > [...] Merged, thanks! merge commit: 84ea4c9d978b995f284a22a374b9caabde440195 Best regards,
Hi Carlos, Please pull this branch with changes for xfs for 6.14-rc2. 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 0a08238acfbaeb7d3605a5bec623ed1bc88734eb: Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2025-02-03 08:51:24 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/fixes-6.14_2025-02-03 for you to fetch changes up to 0ab5a2b9378babf743da4467b448f84ba6110f0b: xfs: fix data fork format filtering during inode repair (2025-02-03 14:29:15 -0800) ---------------------------------------------------------------- xfs: bug fixes for 6.14 Here are a couple of bugfixes for 6.14. With a bit of luck, this should all go splendidly. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> ---------------------------------------------------------------- Darrick J. Wong (2): 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(-)