]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_io: add a command to display allocation group information
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:39 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:34 +0000 (18:01 -0800)
commitb15ffb5711504de4e9fc926464a3f1b06d9d937f
tree47a0f1448abc8c803f449c793ea284e95e107aa6
parent18e3b756d550ba87c1715d396b49cb5c88924431
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
io/Makefile
io/aginfo.c [new file with mode: 0644]
io/init.c
io/io.h
man/man8/xfs_io.8