]> 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>
Tue, 15 Oct 2024 19:44:23 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:53 +0000 (13:44 -0700)
commitea8fce12fa33e9fa1e42cf40643470957bdda24e
treea0016a1b87ffc66ba0449c9d5262f84cba0fbd4f
parente44e070dddfbba8934640544ba5b765f942df42b
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