]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
xfs_io: add fiemap command to xfs_io
authorChristoph Hellwig <hch@infradead.org>
Sat, 5 Mar 2011 00:22:23 +0000 (00:22 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 11 Mar 2011 20:27:13 +0000 (14:27 -0600)
commit8f0e09125d9cd4c5cd2b4c1710be0d731062cebf
tree92a2a2f20982eede96b8ac250f6ef768432dcd57
parent78027d4889b89ea9771c15c246f6de90cac9e155
xfs_io: add fiemap command to xfs_io

Add a fiemap command that works almost exactly like bmap, but works on all
filesystem supporting the FIEMAP ioctl.  It is formatted similarly and
takes similar flags, the only thing thats different is obviously it doesn't
pit out AG info and it doesn't make finding prealloc space optional.

Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
configure.in
include/builddefs.in
io/Makefile
io/fiemap.c [new file with mode: 0644]
io/init.c
io/io.h
m4/package_libcdev.m4