]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: support dumping realtime superblocks
authorDarrick J. Wong <djwong@kernel.org>
Sat, 13 Aug 2022 00:41:32 +0000 (17:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:34 +0000 (15:03 -0800)
commit10d9a31ef01e67e4f72ba146f99da7ccbe32f56e
tree13a4ecabe5cfdd123ab32c4f15afc5027e281de9
parent29823d13323fe0894bceddc6a3a0dd8673ac54e9
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