]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_io: add a command to display allocation group information
authorDarrick J. Wong <djwong@kernel.org>
Thu, 1 Sep 2022 21:30:59 +0000 (14:30 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:35 +0000 (15:03 -0800)
commit5a1f22782893d4b29f99e2789c249209adfe44ba
tree52d2e86b3d7e0c7dbfe3b301243247d907b66bdf
parentde5a55a3ac40e9d20131e7a1540e662746f80767
xfs_io: add a command to display allocation group information

Add a new 'aginfo' command to xfs_io so that we can display allocation
group geometry.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
io/Makefile
io/aginfo.c [new file with mode: 0644]
io/init.c
io/io.h
man/man8/xfs_io.8