Add linux zpios support
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 18:58:00 +0000 (11:58 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 20:42:01 +0000 (13:42 -0700)
commit302ef1517e5769cbe6a12d94c89f44a90721bfd4
treedeb845a6a474955769d58062ea39cc19334cbcff
parent9b020fd97a3dc449a94baec028b30b1fe3c2d5bc
Add linux zpios support

Linux kernel implementation of PIOS test app.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
33 files changed:
cmd/Makefile.am
cmd/zpios/.gitignore [new file with mode: 0644]
cmd/zpios/Makefile.am [new file with mode: 0644]
cmd/zpios/zpios.h [new file with mode: 0644]
cmd/zpios/zpios_main.c [new file with mode: 0644]
cmd/zpios/zpios_util.c [new file with mode: 0644]
config/zfs-build.m4
configure.ac
module/Makefile.in
module/zpios/Makefile.in [new file with mode: 0644]
module/zpios/include/zpios-ctl.h [new file with mode: 0644]
module/zpios/include/zpios-internal.h [new file with mode: 0644]
module/zpios/zpios.c [new file with mode: 0644]
scripts/Makefile.am
scripts/common.sh.in
scripts/zpios-profile/zpios-profile-disk.sh [new file with mode: 0755]
scripts/zpios-profile/zpios-profile-pids.sh [new file with mode: 0755]
scripts/zpios-profile/zpios-profile-post.sh [new file with mode: 0755]
scripts/zpios-profile/zpios-profile-pre.sh [new file with mode: 0755]
scripts/zpios-profile/zpios-profile.sh [new file with mode: 0755]
scripts/zpios-sanity.sh [new file with mode: 0755]
scripts/zpios-survey.sh [new file with mode: 0755]
scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh [new file with mode: 0755]
scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh [new file with mode: 0755]
scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh [new file with mode: 0755]
scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh [new file with mode: 0755]
scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh [new file with mode: 0755]
scripts/zpios-test/large-thread-survey.sh [new symlink]
scripts/zpios-test/large.sh [new symlink]
scripts/zpios-test/medium.sh [new symlink]
scripts/zpios-test/small.sh [new symlink]
scripts/zpios-test/tiny.sh [new symlink]
scripts/zpios.sh [new file with mode: 0755]