Message ID | 87fs0um1rw.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] xfs: new code for 6.7 | expand |
The pull request you sent on Sat, 25 Nov 2023 18:17:49 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.7-fixes-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b46ae77f67874918c540feb1e37a63308b2c9290
Thank you!
Hi Linus, Please pull this branch with changes for xfs for 6.7-rc3. XFS now validates quota records recovered from the log before writing them to the disk. 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 98b1cc82c4affc16f5598d4fa14b1858671b2263: Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.7-fixes-3 for you to fetch changes up to 9c235dfc3d3f901fe22acb20f2ab37ff39f2ce02: xfs: dquot recovery does not validate the recovered dquot (2023-11-22 23:39:36 +0530) ---------------------------------------------------------------- Code changes for 6.7-rc2: * Validate quota records recovered from the log before writing them to the disk. Signed-off-by: Chandan Babu R <chandanbabu@kernel.org> ---------------------------------------------------------------- Darrick J. Wong (2): xfs: clean up dqblk extraction xfs: dquot recovery does not validate the recovered dquot fs/xfs/xfs_dquot.c | 5 +++-- fs/xfs/xfs_dquot_item_recover.c | 21 ++++++++++++++++++--- 2 files changed, 21 insertions(+), 5 deletions(-)