The following changes since commit d23bb327374520295509bbd98912c8091b701a3e:
Jens Axboe (1):
Free/alloc every FIO_OPT_STR_STORE string
are found in the git repository at:
git://git.kernel.dk/data/git/fio.git
Davide Libenzi (1):
GUASI update
Jens Axboe (8):
Cleanup get_next_offset()
Move the huge page size defines into arch code
Print help info on huge page shmget() returning EINVAL
Merge branch 'master' of ssh://router/data/git/fio
Fix io piece logging to not have O(n) runtime
->ddir_nr must be 1 by default, otherwise we'll do sequential IO
Add 'null' verify option
No need to fill random bytes for VERIFY_NULL
HOWTO | 4 +
Makefile | 3 +-
Makefile.FreeBSD | 3 +-
Makefile.solaris | 3 +-
arch-x86.h | 2 +
arch-x86_64.h | 2 +
engines/guasi.c | 29 +++--
fio.c | 1 -
fio.h | 15 ++-
io_u.c | 67 +++++-----
log.c | 45 +++----
memory.c | 2 +
options.c | 7 +-
os.h | 2 +
rbtree.c | 363 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
rbtree.h | 147 ++++++++++++++++++++++
verify.c | 18 ++-
17 files changed, 630 insertions(+), 83 deletions(-)
create mode 100644 rbtree.c
create mode 100644 rbtree.h
Received on Tue Mar 27 2007 - 06:00:02 CEST
This archive was generated by hypermail 2.2.0 : Tue Mar 27 2007 - 06:30:01 CEST