Hi all, Before we start modernizing the realtime device, let's first make a few improvements to the XFS debugger to make our lives easier. First up is making it so that users can point the debugger at the block device containing the realtime section, and augmenting the io cursor code to be able to read blocks from the rt device. Next, we add a new geometry conversion command (rtconvert) to make it easier to go back and forth between rt blocks, rt extents, and the corresponding locations within the rt bitmap and summary files. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. --D xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=debug-realtime-geometry --- db/block.c | 167 +++++++++++++++++++++- db/convert.c | 409 ++++++++++++++++++++++++++++++++++++++++++++++++++--- db/faddr.c | 4 - db/init.c | 7 + db/io.c | 39 ++++- db/io.h | 3 db/xfs_admin.sh | 4 - man/man8/xfs_db.8 | 129 +++++++++++++++++ 8 files changed, 722 insertions(+), 40 deletions(-)