]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: support dumping realtime superblocks
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:00 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:39 +0000 (17:21 -0700)
commitc4d62a676606f12740ca8a674fe1d8e062e0bf0c
tree8688d219cafd089f035a1ba6de8802858078b639
parent05f6285ffd2f0da1e6125967e3f9d1a4d7b50249
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