fio.git
15 years agoAdd dprint() to io_u requeue
Jens Axboe [Fri, 30 May 2008 20:07:49 +0000 (22:07 +0200)]
Add dprint() to io_u requeue

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoclose_ioengine() clears ->data after calling engine cleanup
Jens Axboe [Fri, 30 May 2008 20:07:12 +0000 (22:07 +0200)]
close_ioengine() clears ->data after calling engine cleanup

Then we can remove that bit from io engines.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agovsync: Fix issue with double issue of io_u
Jens Axboe [Fri, 30 May 2008 20:03:46 +0000 (22:03 +0200)]
vsync: Fix issue with double issue of io_u

We'd lseek to the same location twice, making sequential
IO lseek() and read/write to each location twice.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoMake it work on opensolaris
Jens Axboe [Fri, 30 May 2008 13:02:38 +0000 (15:02 +0200)]
Make it work on opensolaris

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix bad references to 'sgio'
Gurudas Pai [Fri, 30 May 2008 11:35:00 +0000 (13:35 +0200)]
Fix bad references to 'sgio'

The engine name is 'sg', so change bad references to sgio.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agonet engine: improve host/port parsing
Jens Axboe [Fri, 30 May 2008 11:29:03 +0000 (13:29 +0200)]
net engine: improve host/port parsing

It was too relaxed before.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFio 1.21-rc3 fio-1.21-rc3
Jens Axboe [Wed, 28 May 2008 08:56:58 +0000 (10:56 +0200)]
Fio 1.21-rc3

Quickly approaching 1.21 final, a few more critical fixes added.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix bug in put_file() and __file_invalidate_cache()
Jens Axboe [Wed, 28 May 2008 08:54:01 +0000 (10:54 +0200)]
Fix bug in put_file() and __file_invalidate_cache()

- put_file() has bad logic in detecting fsync() error, only set
  ret to f_ret if f_ret indicates failure.
- Check for open file in __file_invalidate_cache()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix refill buffers overwriting verify data
Jens Axboe [Wed, 28 May 2008 08:53:44 +0000 (10:53 +0200)]
Fix refill buffers overwriting verify data

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoMerge branch 'master' of ssh://router/data/git/fio
Jens Axboe [Wed, 28 May 2008 08:35:42 +0000 (10:35 +0200)]
Merge branch 'master' of ssh://router/data/git/fio

15 years agoFixup distribution of reads and writes in a mixed workload
Jens Axboe [Wed, 28 May 2008 08:35:26 +0000 (10:35 +0200)]
Fixup distribution of reads and writes in a mixed workload

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFixup rwmixread/write options
Jens Axboe [Wed, 28 May 2008 08:33:32 +0000 (10:33 +0200)]
Fixup rwmixread/write options

They would always end up as 50/50.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFio 1.21-rc2 fio-1.21-rc2
Jens Axboe [Tue, 27 May 2008 18:49:52 +0000 (20:49 +0200)]
Fio 1.21-rc2

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: final cleanups
Jens Axboe [Tue, 27 May 2008 18:49:29 +0000 (20:49 +0200)]
smalloc: final cleanups

Passes all regressions and tests, must be Bug Free.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: fix map overflow
Jens Axboe [Tue, 27 May 2008 18:35:18 +0000 (20:35 +0200)]
smalloc: fix map overflow

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: fix off-by-one in ptr_valid()
Jens Axboe [Tue, 27 May 2008 12:44:23 +0000 (14:44 +0200)]
smalloc: fix off-by-one in ptr_valid()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: kill another debug printf()
Jens Axboe [Tue, 27 May 2008 12:13:26 +0000 (14:13 +0200)]
smalloc: kill another debug printf()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: fix compile error
Jens Axboe [Tue, 27 May 2008 12:12:45 +0000 (14:12 +0200)]
smalloc: fix compile error

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: cleanup and remove debug printf()
Jens Axboe [Tue, 27 May 2008 12:11:56 +0000 (14:11 +0200)]
smalloc: cleanup and remove debug printf()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFio 1.21-rc1 fio-1.21-rc1
Jens Axboe [Tue, 27 May 2008 09:57:58 +0000 (11:57 +0200)]
Fio 1.21-rc1

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: turn on the thread safe flag
Jens Axboe [Tue, 27 May 2008 09:40:37 +0000 (11:40 +0200)]
smalloc: turn on the thread safe flag

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: change to a bitmap allocator
Jens Axboe [Tue, 27 May 2008 09:39:39 +0000 (11:39 +0200)]
smalloc: change to a bitmap allocator

It's a lot cleaner and easier to understand than the previous one,
even if it does waste some more memory.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix out-of-band deref of (potentially) gone threads structure
Jens Axboe [Mon, 26 May 2008 14:38:28 +0000 (16:38 +0200)]
Fix out-of-band deref of (potentially) gone threads structure

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoRemove early directory check
Jens Axboe [Mon, 26 May 2008 12:53:24 +0000 (14:53 +0200)]
Remove early directory check

It wont work on FIO_DISKLESSIO engines and the engine isn't loaded
at this point so we cannot check. For now just disable the check.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: add pre and post redzone checks to pointers
Jens Axboe [Mon, 26 May 2008 07:37:21 +0000 (09:37 +0200)]
smalloc: add pre and post redzone checks to pointers

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoNon-linux Makefile updates
Jens Axboe [Fri, 23 May 2008 11:38:41 +0000 (13:38 +0200)]
Non-linux Makefile updates

Need to find a build host, seems there are other issues that need
to be fixed as well.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoSilence warning on older gcc (bogus)
Jens Axboe [Fri, 23 May 2008 11:28:59 +0000 (13:28 +0200)]
Silence warning on older gcc (bogus)

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoWork-around too large block count
Jens Axboe [Fri, 23 May 2008 10:37:23 +0000 (12:37 +0200)]
Work-around too large block count

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoAdd job number specific dumping and fix atexit() error
Jens Axboe [Fri, 23 May 2008 09:55:53 +0000 (11:55 +0200)]
Add job number specific dumping and fix atexit() error

The threads/process jobs should use _exit() so they don't run
the main atexit() function.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: debug
Jens Axboe [Fri, 23 May 2008 08:11:27 +0000 (10:11 +0200)]
smalloc: debug

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agosmalloc: increase alloc size
Jens Axboe [Fri, 23 May 2008 08:10:54 +0000 (10:10 +0200)]
smalloc: increase alloc size

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoAdd logging for queue submit and complet counts
Jens Axboe [Thu, 22 May 2008 11:08:23 +0000 (13:08 +0200)]
Add logging for queue submit and complet counts

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoIf verify is enabled, automatically enable refill_buffers
Jens Axboe [Thu, 22 May 2008 07:17:33 +0000 (09:17 +0200)]
If verify is enabled, automatically enable refill_buffers

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoAdd option for refilling IO buffers on each submit
Jens Axboe [Wed, 21 May 2008 17:52:35 +0000 (19:52 +0200)]
Add option for refilling IO buffers on each submit

If the device looks at whether the data changed, then this can
make a difference.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoSilence put_file() complaint
Jens Axboe [Fri, 16 May 2008 10:31:36 +0000 (12:31 +0200)]
Silence put_file() complaint

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix bad interaction with file open/close and queuing
Jens Axboe [Thu, 15 May 2008 08:19:46 +0000 (10:19 +0200)]
Fix bad interaction with file open/close and queuing

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoImprove iodepth logging
Jens Axboe [Thu, 15 May 2008 07:49:09 +0000 (09:49 +0200)]
Improve iodepth logging

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix off-by-one in last_block()
Jens Axboe [Thu, 15 May 2008 07:20:08 +0000 (09:20 +0200)]
Fix off-by-one in last_block()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFix crash with iolog
Jens Axboe [Thu, 15 May 2008 07:17:42 +0000 (09:17 +0200)]
Fix crash with iolog

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
Jens Axboe [Wed, 14 May 2008 19:09:03 +0000 (21:09 +0200)]
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio

15 years agoAllow marking of queue depth for more than 1 io_u at the time
Jens Axboe [Wed, 14 May 2008 19:08:37 +0000 (21:08 +0200)]
Allow marking of queue depth for more than 1 io_u at the time

Same code as before, just prepared for it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoPut the logs in the current directory
Jens Axboe [Wed, 7 May 2008 12:28:22 +0000 (14:28 +0200)]
Put the logs in the current directory

It's nice to prefix the log with the proper job name, but that
meant that it would store them in weird places if you used /dev/sda
for the input device, for instance.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoFio 1.20 fio-1.20
Jens Axboe [Fri, 25 Apr 2008 12:35:50 +0000 (14:35 +0200)]
Fio 1.20

Lots of changes since 1.19, the major feature being proper
sharing of files between jobs, file locking, and so on.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
15 years agoKill unused parameters
Jens Axboe [Thu, 24 Apr 2008 10:44:42 +0000 (12:44 +0200)]
Kill unused parameters

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosmalloc: remove pool resize support
Jens Axboe [Thu, 17 Apr 2008 07:26:27 +0000 (09:26 +0200)]
smalloc: remove pool resize support

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosmalloc: cleanups and allow sfree(NULL)
Jens Axboe [Wed, 16 Apr 2008 17:51:46 +0000 (19:51 +0200)]
smalloc: cleanups and allow sfree(NULL)

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosmalloc: remember to account for sizeof block header
Jens Axboe [Wed, 16 Apr 2008 17:47:21 +0000 (19:47 +0200)]
smalloc: remember to account for sizeof block header

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosmalloc: when adding a new pool, make it big enough to hold the failing alloc
Jens Axboe [Wed, 16 Apr 2008 17:43:17 +0000 (19:43 +0200)]
smalloc: when adding a new pool, make it big enough to hold the failing alloc

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoUpdate 'overwrite' option documentation
Jens Axboe [Tue, 15 Apr 2008 07:20:46 +0000 (09:20 +0200)]
Update 'overwrite' option documentation

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFio 1.20-rc4 fio-1.20-rc4
Jens Axboe [Fri, 11 Apr 2008 07:17:41 +0000 (09:17 +0200)]
Fio 1.20-rc4

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoREADME: add hint on missing libaio-devel package
Jens Axboe [Fri, 11 Apr 2008 07:16:59 +0000 (09:16 +0200)]
README: add hint on missing libaio-devel package

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agolibaio: Add hint on libaio engine init failing
Jens Axboe [Thu, 10 Apr 2008 18:52:40 +0000 (20:52 +0200)]
libaio: Add hint on libaio engine init failing

If io_queue_init() fails, it's likely due to a lack of
aio request resources.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMark rwmixcycle option as deprecated in the option parser
Jens Axboe [Mon, 7 Apr 2008 07:26:02 +0000 (09:26 +0200)]
Mark rwmixcycle option as deprecated in the option parser

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoRemove rwmixcycle HOWTO entry
Jens Axboe [Mon, 7 Apr 2008 07:25:47 +0000 (09:25 +0200)]
Remove rwmixcycle HOWTO entry

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoBase the rwmix switch algorithm on io issues
Jens Axboe [Mon, 7 Apr 2008 07:19:46 +0000 (09:19 +0200)]
Base the rwmix switch algorithm on io issues

The time based switch can be unfair sometimes, so just simplify it a bit
and use issues only.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoNeed to prefix directory= setting before checking dir part of filename=
Jens Axboe [Mon, 7 Apr 2008 07:00:54 +0000 (09:00 +0200)]
Need to prefix directory= setting before checking dir part of filename=

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoImprove eta calculation and display for complex jobs
Jens Axboe [Sun, 6 Apr 2008 10:19:05 +0000 (12:19 +0200)]
Improve eta calculation and display for complex jobs

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoImprove naming in fio gnuplot graphs
Jens Axboe [Fri, 4 Apr 2008 21:15:19 +0000 (23:15 +0200)]
Improve naming in fio gnuplot graphs

Use job name and strip the known postfix of files out of the title.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
Jens Axboe [Fri, 4 Apr 2008 11:47:20 +0000 (13:47 +0200)]
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio

16 years agoIf a file is extended, drop extended length in cache
Jens Axboe [Fri, 4 Apr 2008 09:10:30 +0000 (11:10 +0200)]
If a file is extended, drop extended length in cache

Similar to how the cache state would be the next time the job is run,
good for consistency.

Reported and suggested by "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAdd softrandommap and --alloc-size options
Jens Axboe [Wed, 26 Mar 2008 09:32:57 +0000 (10:32 +0100)]
Add softrandommap and --alloc-size options

The softrandommap job option allows fio to continue if it cannot
allocate from the smalloc backing for the random map. Or the user
can specify --alloc-size with a size larger than the default of 1024k
to increase the size of the shared allocation pool.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAllow randommap allocation to fail
Jens Axboe [Wed, 26 Mar 2008 09:11:10 +0000 (10:11 +0100)]
Allow randommap allocation to fail

It's not that critical, so just print a warning and continue
without randommap.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosmalloc: increase initial pool size from 64k to 1m
Jens Axboe [Wed, 26 Mar 2008 09:05:43 +0000 (10:05 +0100)]
smalloc: increase initial pool size from 64k to 1m

We allocate randommaps from that pool as well and they can grow
quite large.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFix badly merged dprint()
Jens Axboe [Wed, 26 Mar 2008 08:57:18 +0000 (09:57 +0100)]
Fix badly merged dprint()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMerge branch 'master' of ssh://router/data/git/fio
Jens Axboe [Wed, 26 Mar 2008 08:23:04 +0000 (09:23 +0100)]
Merge branch 'master' of ssh://router/data/git/fio

16 years agoMake sure that file is created for FIO_NOEXTEND engines
Jens Axboe [Wed, 26 Mar 2008 08:18:14 +0000 (09:18 +0100)]
Make sure that file is created for FIO_NOEXTEND engines

This fixes a SIGBUS with the mmap engine. Reported by
"Zhang, Yanmin" <yanmin_zhang@linux.intel.com>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoCheck directory if filename= option includes dir name
Jens Axboe [Wed, 26 Mar 2008 08:17:55 +0000 (09:17 +0100)]
Check directory if filename= option includes dir name

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoOnly decrement pending in reap_threads() if the reaped job was pending
Jens Axboe [Wed, 19 Mar 2008 09:29:07 +0000 (10:29 +0100)]
Only decrement pending in reap_threads() if the reaped job was pending

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoposixaio: Missing memset()
Jens Axboe [Mon, 10 Mar 2008 17:47:53 +0000 (18:47 +0100)]
posixaio: Missing memset()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoposixaio: speedup by using aio_suspend() instead of manual waiting
Jens Axboe [Mon, 10 Mar 2008 17:45:57 +0000 (18:45 +0100)]
posixaio: speedup by using aio_suspend() instead of manual waiting

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoExtend ipo file action capabilities
Jens Axboe [Mon, 10 Mar 2008 12:57:58 +0000 (13:57 +0100)]
Extend ipo file action capabilities

Add FIO_LOG_UNLINK_FILE and move the handling of special ipo's
into a dedicated function.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoUse pthread_detach() instead of calling pthread_join() later
Jens Axboe [Mon, 10 Mar 2008 09:52:22 +0000 (10:52 +0100)]
Use pthread_detach() instead of calling pthread_join() later

Unifies the thread vs process parts a bit more.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoSilence gcc warning
Jens Axboe [Fri, 7 Mar 2008 20:41:54 +0000 (21:41 +0100)]
Silence gcc warning

'delay' wasn't used in that path, but gcc complained. Kill the warning.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFio 1.20-rc3 fio-1.20-rc3
Jens Axboe [Fri, 7 Mar 2008 13:28:38 +0000 (14:28 +0100)]
Fio 1.20-rc3

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoblktrace improvements and fixups
Jens Axboe [Fri, 7 Mar 2008 13:26:26 +0000 (14:26 +0100)]
blktrace improvements and fixups

Remove iolog version 1 support, it's just too limited. Version 2 and
blktrace manage file events (add,open,close,tc) on their own and we
can cleanup the file creation if we kill it.

Fixup for_each_file() for no allocated files.

Start of handling notify events for blktrace. We don't see program
notifications, need to look into that.

Properly account io bytes when adding blktrace events, so that the ETA
and io count is correct on replay.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoOnly set O_RDWR for open() when readonly isn't set
Jens Axboe [Fri, 7 Mar 2008 12:42:31 +0000 (13:42 +0100)]
Only set O_RDWR for open() when readonly isn't set

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoTweak handling of write traces with --readonly
Jens Axboe [Fri, 7 Mar 2008 12:39:59 +0000 (13:39 +0100)]
Tweak handling of write traces with --readonly

Don't add them at all, that allows us to replay a trace with writes
included when the --readonly switch is set. Before it would tell you
that it was 'X' number of writes, and then fail when it tried to
replay then anyway. Now just don't add those events.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoblktrace bits accidentally got committed
Jens Axboe [Fri, 7 Mar 2008 12:20:54 +0000 (13:20 +0100)]
blktrace bits accidentally got committed

It was the start of handling notifies correctly, didn't mean to commit
them with the previous fix. So roll them out, commit when done.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFix bad sscan() -> scanf() conversion
Jens Axboe [Fri, 7 Mar 2008 12:19:35 +0000 (13:19 +0100)]
Fix bad sscan() -> scanf() conversion

Caused fio to stall waiting for disk updates.

Also add --debug=diskutil debug option, to trace what diskutil is doing.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFio 1.20-rc2 fio-1.20-rc2
Jens Axboe [Thu, 6 Mar 2008 14:47:03 +0000 (15:47 +0100)]
Fio 1.20-rc2

-rc1 had some bugs due to the dyn file allocation, so make an -rc2 since
those should now be shaken out.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoStyle fixups
Jens Axboe [Thu, 6 Mar 2008 14:42:00 +0000 (15:42 +0100)]
Style fixups

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAlways make job use open() instead of dup(), even for shared files
Jens Axboe [Thu, 6 Mar 2008 11:06:30 +0000 (12:06 +0100)]
Always make job use open() instead of dup(), even for shared files

The fd may be opened after other jobs are forked, thus they wont
share fd space (unless the 'thread' option is used).

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFile setup open can fail in multiple functions, not just open()
Jens Axboe [Thu, 6 Mar 2008 11:02:24 +0000 (12:02 +0100)]
File setup open can fail in multiple functions, not just open()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoBe more careful about catching fsync() errors
Jens Axboe [Thu, 6 Mar 2008 10:56:48 +0000 (11:56 +0100)]
Be more careful about catching fsync() errors

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoUpdate to verify state setting
Jens Axboe [Thu, 6 Mar 2008 10:47:53 +0000 (11:47 +0100)]
Update to verify state setting

Only set when doing read.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agofor_each_file() fix
Jens Axboe [Thu, 6 Mar 2008 09:30:30 +0000 (10:30 +0100)]
for_each_file() fix

We will deref ->files one beyond the allocated length due to the way
that C for(;;) loops work. So rework it a bit to make it more safe
and not look beyond the array. We didn't touch the memory before, but
it was still somewhat ugly.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMultiple file handling fixes
Jens Axboe [Thu, 6 Mar 2008 09:26:25 +0000 (10:26 +0100)]
Multiple file handling fixes

Some of that got broken with the dynamically allocated file changes.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoIndicate 'V' verify state always
Jens Axboe [Thu, 6 Mar 2008 09:25:17 +0000 (10:25 +0100)]
Indicate 'V' verify state always

We only print 'V' for a thread if it does a verify run after a write,
however fio can be invoked for a later verify using a different job file.
So check in do_io() as well and set verify state if appropriate.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoFio 1.20-rc1 fio-1.20-rc1
Jens Axboe [Tue, 4 Mar 2008 11:59:41 +0000 (12:59 +0100)]
Fio 1.20-rc1

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoRevamp file locking
Jens Axboe [Tue, 4 Mar 2008 09:18:56 +0000 (10:18 +0100)]
Revamp file locking

Get rid of the semaphore implementation, no need to carry both.
Add different locking modes (exclusive and readwrite) to enable
a wider range of testing. Also combine lockfile and lockfile_batch,
the latter is now a postfix option to the former.

So to enable readers-excluding-writers locking mode with a lock batch
count of 4, you would write:

lockfile=readwrite:4

instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agofilehash.c: remove debug hash dump
Jens Axboe [Mon, 3 Mar 2008 11:34:35 +0000 (12:34 +0100)]
filehash.c: remove debug hash dump

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agosem.c: cleanup
Jens Axboe [Mon, 3 Mar 2008 11:32:45 +0000 (12:32 +0100)]
sem.c: cleanup

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMakefile updates
Jens Axboe [Mon, 3 Mar 2008 11:22:19 +0000 (12:22 +0100)]
Makefile updates

Last was botched.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoMakefile updates
Jens Axboe [Mon, 3 Mar 2008 11:20:26 +0000 (12:20 +0100)]
Makefile updates

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAdd rw mutex init helper
Jens Axboe [Mon, 3 Mar 2008 10:08:19 +0000 (11:08 +0100)]
Add rw mutex init helper

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoUse read-writer locks in smalloc
Jens Axboe [Mon, 3 Mar 2008 09:36:36 +0000 (10:36 +0100)]
Use read-writer locks in smalloc

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAdd read-write mutexes
Jens Axboe [Mon, 3 Mar 2008 09:36:27 +0000 (10:36 +0100)]
Add read-write mutexes

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoRemove debug printf() in net engine
Jens Axboe [Mon, 3 Mar 2008 09:18:09 +0000 (10:18 +0100)]
Remove debug printf() in net engine

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoAdd the file sharing bits
Jens Axboe [Sat, 1 Mar 2008 18:25:20 +0000 (19:25 +0100)]
Add the file sharing bits

When you use the same filename for several jobs now, they will share
the same file structure. Enable locking through two new options:

- lockfile. If set, a semaphore is associated with the file and it is
  held from ->prep() to ->queue() has done its work.
- lockfile_batch. This controls how many IOs the job gets to do per
  semaphore acqusition.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years agoHook up the file hashing
Jens Axboe [Sat, 1 Mar 2008 17:59:51 +0000 (18:59 +0100)]
Hook up the file hashing

Add on file open, remove on close.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>