]> 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>
Wed, 7 Aug 2024 23:04:44 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 10 Aug 2024 06:54:52 +0000 (23:54 -0700)
commitdfaab1a1b6619af023f883daf9555d06705e32af
treeac3b40736115615fea689ccd5c1f89cf3454e8bb
parentf486e5b2f6380580b1b81b75e238b0496440e1d8
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