]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: support dumping realtime superblocks
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 23:04:41 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 10 Aug 2024 06:54:51 +0000 (23:54 -0700)
commitbb17c38ed843d94a477b0d9570ad0acdc8f8dc63
tree97e760ca964a283ad94576d77706269111cc012b
parenta598dfacd6aad820ad7682e4d485a9643685c210
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