]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: fix CoW forks for realtime files
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:21:16 +0000 (16:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:17 +0000 (13:06 -0800)
commitfd97fe1112088c16594dcd45e809f1643e623309
tree743b192b242e8db2b4e84332e494d8013fef6fac
parent12f4d203289d1b4f59288389fd0349da3a528dee
xfs: fix CoW forks for realtime files

Port the copy on write fork repair to realtime files.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/agheader_repair.c
fs/xfs/scrub/cow_repair.c
fs/xfs/scrub/reap.c
fs/xfs/scrub/reap.h
fs/xfs/scrub/repair.h
fs/xfs/scrub/rtb_bitmap.h [new file with mode: 0644]
fs/xfs/scrub/trace.h
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_rtalloc.h