fio.git
17 years ago[PATCH] Fixup merge error fio-1.4
Jens Axboe [Fri, 2 Jun 2006 09:09:25 +0000 (11:09 +0200)]
[PATCH] Fixup merge error

17 years agoMerge branch 'master' of ssh://router/data/git/fio
Jens Axboe [Fri, 2 Jun 2006 08:53:49 +0000 (10:53 +0200)]
Merge branch 'master' of ssh://router/data/git/fio

Conflicts:

fio.h

17 years ago[PATCH] Add support for specifying job nice value with nice=x
Jens Axboe [Fri, 2 Jun 2006 08:32:51 +0000 (10:32 +0200)]
[PATCH] Add support for specifying job nice value with nice=x

17 years ago[PATCH] Add support for specifying read/write mix workloads better
Jens Axboe [Fri, 2 Jun 2006 08:14:15 +0000 (10:14 +0200)]
[PATCH] Add support for specifying read/write mix workloads better

Added options:

- rwmixcycle=x, use x msecs as the cycle period for read/write switches
- rwmixread=x, x% of ios will be reads
- rwmixwrite=x, x% of ios will be writes

Last given of the latter two will override the first.

17 years ago[PATCH] Add write_iolog support
Jens Axboe [Fri, 2 Jun 2006 04:14:21 +0000 (21:14 -0700)]
[PATCH] Add write_iolog support

17 years ago[PATCH] More 32-bit fixes (unsigned long -> unsigned long long conversions)
Jens Axboe [Thu, 1 Jun 2006 14:10:12 +0000 (16:10 +0200)]
[PATCH] More 32-bit fixes (unsigned long -> unsigned long long conversions)

17 years ago[PATCH] Fix random io truncate on 32-bit archs
Jens Axboe [Thu, 1 Jun 2006 22:54:09 +0000 (15:54 -0700)]
[PATCH] Fix random io truncate on 32-bit archs

17 years ago[PATCH] Introduce an extra runstate for monitoring thread startup
Jens Axboe [Thu, 1 Jun 2006 11:56:09 +0000 (13:56 +0200)]
[PATCH] Introduce an extra runstate for monitoring thread startup

This way we can detect whether a thread is hanging in init, and take
it down after a timeout. This would have caught the /dev/random
problems fixed yesterday.

Also limit the Client message printed at the beginnig, to only show
the first and last of identical job types instead of everything
in between.

17 years ago[PATCH] Fixup stat queue file read
Jens Axboe [Wed, 31 May 2006 18:43:01 +0000 (20:43 +0200)]
[PATCH] Fixup stat queue file read

Apparently a stat file got added to the partition directory as
well, which broke the lookup.

17 years ago[PATCH] Use /dev/urandom instead of /dev/random
Jens Axboe [Wed, 31 May 2006 18:29:00 +0000 (20:29 +0200)]
[PATCH] Use /dev/urandom instead of /dev/random

We are not cryptographic software, and with many threads it's
actually possible to run out of entropy.

17 years ago[PATCH] Don't allow mlock of more than real_mem-128MiB
Jens Axboe [Wed, 31 May 2006 10:14:35 +0000 (12:14 +0200)]
[PATCH] Don't allow mlock of more than real_mem-128MiB

17 years ago[PATCH] Use mmap for mlocked memory
Jens Axboe [Wed, 31 May 2006 09:56:49 +0000 (11:56 +0200)]
[PATCH] Use mmap for mlocked memory

17 years agoMerge branch 'master' of ssh://router/data/git/fio
Jens Axboe [Wed, 31 May 2006 08:16:18 +0000 (10:16 +0200)]
Merge branch 'master' of ssh://router/data/git/fio

17 years ago[PATCH] Add lockmem=x option to pin memory
Jens Axboe [Wed, 31 May 2006 08:13:16 +0000 (10:13 +0200)]
[PATCH] Add lockmem=x option to pin memory

17 years agoMerge branch 'master' of router:/data/git/fio
Jens Axboe [Tue, 30 May 2006 12:29:37 +0000 (14:29 +0200)]
Merge branch 'master' of router:/data/git/fio

17 years ago[PATCH] More string fixups
Jens Axboe [Tue, 30 May 2006 12:29:32 +0000 (14:29 +0200)]
[PATCH] More string fixups

17 years ago[PATCH] End stripping exposed suffix bug
Jens Axboe [Tue, 30 May 2006 11:45:51 +0000 (13:45 +0200)]
[PATCH] End stripping exposed suffix bug

17 years ago[PATCH] String and thread inherit fixes
Jens Axboe [Tue, 30 May 2006 11:35:14 +0000 (13:35 +0200)]
[PATCH] String and thread inherit fixes

17 years ago[PATCH] Add end_fsync option
Jens Axboe [Tue, 30 May 2006 11:04:05 +0000 (13:04 +0200)]
[PATCH] Add end_fsync option

17 years ago[PATCH] splice fixes
Jens Axboe [Sun, 28 May 2006 18:13:51 +0000 (20:13 +0200)]
[PATCH] splice fixes

17 years ago[PATCH] fio_spliceio_event() used wrong private type
Jens Axboe [Sat, 27 May 2006 18:32:34 +0000 (20:32 +0200)]
[PATCH] fio_spliceio_event() used wrong private type

17 years ago[PATCH] Support for splice IO engine
Jens Axboe [Sat, 27 May 2006 18:24:53 +0000 (20:24 +0200)]
[PATCH] Support for splice IO engine

17 years ago[PATCH] Allow job file to be last argument
Jens Axboe [Sat, 27 May 2006 15:26:50 +0000 (17:26 +0200)]
[PATCH] Allow job file to be last argument

Use fio -f <jobfile> or just fio <jobfile>

17 years ago[PATCH] Support for specifying exact io pattern
Jens Axboe [Fri, 26 May 2006 17:27:29 +0000 (19:27 +0200)]
[PATCH] Support for specifying exact io pattern

iolog=foo option added, when given fio will read the io pattern
from it and replay it.

17 years ago[PATCH] Add -h help option
Jens Axboe [Fri, 26 May 2006 01:59:10 +0000 (03:59 +0200)]
[PATCH] Add -h help option

17 years ago[PATCH] Only fsync on close if fsync= given
Jens Axboe [Thu, 25 May 2006 21:01:01 +0000 (23:01 +0200)]
[PATCH] Only fsync on close if fsync= given

17 years ago[PATCH] Add support for read/write mixed io
Jens Axboe [Thu, 25 May 2006 04:31:06 +0000 (06:31 +0200)]
[PATCH] Add support for read/write mixed io

17 years ago[PATCH] ETA fixes
Jens Axboe [Wed, 24 May 2006 23:46:59 +0000 (01:46 +0200)]
[PATCH] ETA fixes

17 years ago[PATCH] cleanup sg ioctl vs read approach
Jens Axboe [Wed, 24 May 2006 23:30:48 +0000 (01:30 +0200)]
[PATCH] cleanup sg ioctl vs read approach

17 years ago[PATCH] Allow proper sharing of files
Jens Axboe [Mon, 22 May 2006 18:20:54 +0000 (20:20 +0200)]
[PATCH] Allow proper sharing of files

17 years ago[PATCH] Update version string, fix offset bug fio-1.3
Jens Axboe [Fri, 5 May 2006 09:11:22 +0000 (11:11 +0200)]
[PATCH] Update version string, fix offset bug

17 years ago[PATCH] Fix ETA display
Jens Axboe [Fri, 5 May 2006 08:34:43 +0000 (10:34 +0200)]
[PATCH] Fix ETA display

Should be precise within the limits of the knowledge we have.

18 years ago[PATCH] Silence bogus gcc 4.x warnings
Jens Axboe [Fri, 17 Feb 2006 10:34:47 +0000 (11:34 +0100)]
[PATCH] Silence bogus gcc 4.x warnings

18 years ago[PATCH] Support for multiple queued commands with read/write SG v3 io
Jens Axboe [Fri, 17 Feb 2006 10:35:58 +0000 (11:35 +0100)]
[PATCH] Support for multiple queued commands with read/write SG v3 io

18 years ago[PATCH] Add support for the read/write interface of SG v3
Jens Axboe [Fri, 17 Feb 2006 09:10:12 +0000 (10:10 +0100)]
[PATCH] Add support for the read/write interface of SG v3

18 years ago[PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux
Jens Axboe [Thu, 26 Jan 2006 21:45:54 +0000 (13:45 -0800)]
[PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux

18 years ago[PATCH] sysfs layout fix for md
Jens Axboe [Thu, 26 Jan 2006 19:04:48 +0000 (11:04 -0800)]
[PATCH] sysfs layout fix for md

18 years ago[PATCH] Fix offset/size setting problem fio-1.2
Jens Axboe [Fri, 20 Jan 2006 11:38:29 +0000 (12:38 +0100)]
[PATCH] Fix offset/size setting problem

Add ->real_file_size, as ->file_size is the io size. Otherwise we don't
know if an offset + size is valid. This fixes the bug of offset >= size,
if size is set smaller than the device/file size.

18 years ago[PATCH] 32-bit fixes
Jens Axboe [Wed, 28 Dec 2005 22:50:45 +0000 (23:50 +0100)]
[PATCH] 32-bit fixes

Need to bump some variables to full 64-bits on 32-bit archs as well.

18 years ago[PATCH] examples/disk-zone-profile added
Jens Axboe [Mon, 12 Dec 2005 19:24:30 +0000 (20:24 +0100)]
[PATCH] examples/disk-zone-profile added

18 years ago[PATCH] Misc minor fixes
Jens Axboe [Mon, 12 Dec 2005 15:29:20 +0000 (16:29 +0100)]
[PATCH] Misc minor fixes

- examples/aio-read needs size=
- check ->zone_skip before doing division, ->zone_size is always set.

18 years ago[PATCH] Add support for zoned io sections
Jens Axboe [Fri, 9 Dec 2005 09:29:35 +0000 (10:29 +0100)]
[PATCH] Add support for zoned io sections

18 years ago[PATCH] Include ETA for job(s) to finish
Jens Axboe [Thu, 8 Dec 2005 19:47:28 +0000 (20:47 +0100)]
[PATCH] Include ETA for job(s) to finish

18 years ago[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep
Jens Axboe [Thu, 8 Dec 2005 19:09:36 +0000 (20:09 +0100)]
[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep

18 years ago[PATCH] Further job parsing fixes
Jens Axboe [Thu, 8 Dec 2005 19:05:38 +0000 (20:05 +0100)]
[PATCH] Further job parsing fixes

18 years ago[PATCH] Fixup check_range() so it accepts any combination of suffixes
Jens Axboe [Thu, 8 Dec 2005 18:50:40 +0000 (19:50 +0100)]
[PATCH] Fixup check_range() so it accepts any combination of suffixes

18 years ago[PATCH] Bump version to 1.1 for release fio-1.1
Jens Axboe [Thu, 8 Dec 2005 14:44:53 +0000 (15:44 +0100)]
[PATCH] Bump version to 1.1 for release

18 years ago[PATCH] Add reference to git/http resources
Jens Axboe [Thu, 8 Dec 2005 14:29:14 +0000 (15:29 +0100)]
[PATCH] Add reference to git/http resources

18 years agoMove fio to seperate repo
Jens Axboe [Thu, 8 Dec 2005 14:25:21 +0000 (15:25 +0100)]
Move fio to seperate repo