]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - include/input.h
Add xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
authorNathan Scott <nathans@sgi.com>
Tue, 25 Mar 2003 03:48:48 +0000 (03:48 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 25 Mar 2003 03:48:48 +0000 (03:48 +0000)
commite246ba5f93896ac873d25f65c05496e6e2c69e34
tree4da1c292d3d5a5317e04948978b0eab5f5ce5754
parent184cb918fd6aa6e6af30f790226133b32a76ac88
Add xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
which knows about direct IO, space preallocation, realtime files, etc
which the usual tools like dd don't unfortunately.  This is a fixed-up
version of a hacked tool that I found useful for coding, debugging and
testing unwritten extents; hopefully it'll be useful for realtime too.
29 files changed:
Makefile
VERSION
configure.in
db/Makefile
db/input.c
debian/changelog
debian/control
debian/rules
doc/CHANGES
include/builddefs.in
include/xfs_fs.h
io/Makefile [moved from bmap/Makefile with 77% similarity]
io/bmap.c [moved from bmap/xfs_bmap.c with 73% similarity]
io/command.c [new file with mode: 0644]
io/command.h [new file with mode: 0644]
io/help.c [new file with mode: 0644]
io/init.c [new file with mode: 0644]
io/init.h [new file with mode: 0644]
io/input.c [new file with mode: 0644]
io/input.h [new file with mode: 0644]
io/open.c [new file with mode: 0644]
io/pread.c [new file with mode: 0644]
io/prealloc.c [new file with mode: 0644]
io/pwrite.c [new file with mode: 0644]
io/quit.c [new file with mode: 0644]
io/resblks.c [new file with mode: 0644]
io/truncate.c [new file with mode: 0644]
io/xfs_bmap.sh [new file with mode: 0755]
man/man8/xfs_io.8 [new file with mode: 0644]