]> 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, 16 Jul 2024 22:49:16 +0000 (15:49 -0700)
commit2e1f12e7936da173362b9037a314ecd033c95fb6
tree91917e2678e73f9014cb0e56a78ff635ba9a2a26
parent62300a8372325ab84da46010e291c759d3b6452e
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