]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: support dumping realtime superblocks
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:06 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:15 +0000 (15:37 -0700)
commitd8c807a9b6eaa6276802ab9d09a35c7786fd002f
treea8531997181c42400b88ff97049c2e7b120ad70d
parent42835e02e6558c5f1c8347d71bee2a5ddbcbec95
xfs_db: support dumping realtime superblocks

Allow debugging of realtime superblocks, and add the relevant fields in
the fs superblock that point us at the existence and location of the rt
supers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/Makefile
db/command.c
db/field.c
db/field.h
db/rtgroup.c [new file with mode: 0644]
db/rtgroup.h [new file with mode: 0644]
db/sb.c
db/type.c
db/type.h