]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: support quota inodes in the metadata directory
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:42 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:36 +0000 (18:01 -0800)
commitb790ab2a303d586e9bba2077236f07b046f55663
tree9a3d3f10fcfb95839c6136c1f919bd947d1e946d
parent8b41e9bb3f0f96995f96beef96b88f3bbd4089b7
xfs_repair: support quota inodes in the metadata directory

Handle quota inodes on metadir filesystems.  This means that we have to
discover whatever quota inodes exist by looking in /quotas instead of
the superblock, and mend any broken metadir tree links might exist.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/agheader.c
repair/phase2.c
repair/phase6.c
repair/quotacheck.c
repair/quotacheck.h
repair/xfs_repair.c