fio.git
2009-04-07 Jens Axboeaio: fixed a signedness issue that could cause abort...
2009-03-11 Jens AxboeAdd blockalign/ba option
2009-03-10 Jens AxboeFix integer store bug in parser
2009-03-09 Jens AxboeAdd some missing options to the man page
2009-03-09 Jens AxboeGet rid of int vs siint difference
2009-03-09 Jens AxboeUpdate HOWTO with 0x base for siint
2009-03-09 Jens AxboeAllow 0x (or 0X) prefix for any int value to indicate...
2009-03-06 Jens AxboeFix failure to strip end of line with comment
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeUpdate smalloc section in README
2009-03-05 Jens AxboeUse strict matching for --section command line option
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-03-04 Jens AxboeNeed to clear ->files_size when ->files is cleared
2009-03-04 Jens AxboeMore file setting bug fixes
2009-03-04 Jens AxboeBotch edit in files setup
2009-03-04 Jens AxboeMissing fio.h update
2009-03-04 Jens AxboeRealloc td->files to full size immediately
2009-03-04 Jens AxboeAdd create_on_open option
2009-03-04 Jens AxboeFix file open leak
2009-03-04 Jens AxboeFix bug with openfiles
2009-03-04 Jens AxboeFix bug in file selection
2009-03-04 Jens AxboeAdd 'sequential' file_service_type
2009-02-19 Jens AxboeAllow 'norandommap' with verify
2009-02-06 Jens AxboeFio 1.24 fio-1.24
2009-02-02 Jens AxboeCheck for a valid block device size
2009-01-19 Jens Axboenet engine: notify receiver of UDP link close
2009-01-19 Jens AxboeFix broken rate check
2009-01-19 Jens Axboenet engine: termination fixes
2009-01-19 Jens Axboenet engine: don't pass in flags
2009-01-19 Jens Axboenet engine: use poll() always for sending/receiving
2009-01-16 Jens AxboeAdd comment on UDP on examples/netio
2009-01-16 Jens AxboeMissing text in iodepth_batch* help entries
2009-01-16 Jens Axboelibaio engine: get rid of non-async behaviour with...
2009-01-16 Jens Axboenet engine: accept both upper and lowercase tcp/udp.
2009-01-16 Jens Axboenet engine: add UDP support
2009-01-07 Jens AxboeAdd platform section to README
2009-01-06 Jens AxboeOS includes need errno.h
2009-01-06 Jens Axboesmalloc: get rid of MP_SAFE define and lock checks
2009-01-05 Jens AxboeSome more pthread_* call mishandled errors
2009-01-05 Jens AxboeAdd --debug=mutex
2009-01-05 Jens AxboeMake sure os mutex define is visible in mutex.c
2009-01-05 Jens AxboeOnly use process shared mutexes on support platforms
2009-01-05 Jens AxboeFixup handling of pthread_mutex*() error returns
2009-01-05 Jens AxboeAdd fio_cpuset_exit() empty handler for platforms that...
2008-12-22 Jens AxboeInclude crc32c and crc32c-intel checksums in FreeBSD...
2008-12-22 Jens AxboeSolaris pset fixes
2008-12-12 Jens AxboeSolaris compilation fix
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboeSupport for CPU binding in Solaris
2008-12-12 Jens AxboeAdd a cpuset exit function
2008-12-12 Jens AxboePrepare for support for CPU binding on other platforms
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-12-09 Jens AxboeLong line style fix + comment
2008-12-08 Jens AxboeDon't allow higher CPU counts than what the system has
2008-12-08 Jens AxboeMake sure that the given CPU range is within the bounds...
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-12-08 Jens AxboeProperly strip end-of-option blanks
2008-12-08 Jens AxboeAllow ranges of CPUs in cpus_allowed option
2008-12-05 Jens AxboeFix bogus 'may be used uninitialized' warning from...
2008-12-05 Jens AxboeAdd comment on cpumask not working with a CPU count...
2008-12-04 Jens Axboesmalloc: pool->file is only used in add_pool(), so...
2008-12-04 Jens Axboesmalloc: unlink pool file in add_pool()
2008-11-20 Jens AxboeUse frame pointer
2008-11-20 Jens AxboeMake log writing append
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-19 Jens AxboeFix bug in parser that causes a crash with a bad option
2008-11-18 Jens AxboeFio 1.23 fio-1.23
2008-11-18 Jens AxboeHandle ctrl-c properly with threads
2008-11-14 Jens AxboeFix leaks with using get_opt_postfix()
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-11-13 Jens AxboeFix backwards clock on tsc source with Linux
2008-10-16 Jens AxboeIssue time fixup for guasi/libaio
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-10-16 Jens AxboeKill io_u timeout handling
2008-10-16 Jens AxboeOnly memcpy last issue time when using iolog replay
2008-10-10 Jens AxboeFio 1.22 fio-1.22
2008-10-07 Jens AxboeFio 1.22-rc3 fio-1.22-rc3
2008-10-07 Jens AxboeWarning fixes
2008-10-07 Aaron CarrollDocument environment variable expansion
2008-10-07 Aaron CarrollAdd environment-variable substitution to config options
2008-10-01 Jens AxboeUpdate README for new mailing list info
2008-09-30 Jens AxboeFix missing initialization of merge/io counts
2008-09-30 Shehjar TikooAggregate slave device stats into the stats for
2008-09-30 Shehjar TikooAdd support to display slave device stats for software...
2008-09-27 Jens AxboeHOWTO: add comment on terse and --minimal
2008-09-18 Jens AxboeFio 1.22-rc2 fio-1.22-rc2
2008-09-12 Aaron CarrollDon't compile crc32c-intel on non-x86 platforms
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-11 Jens AxboeUpdate options
2008-09-10 Jens AxboeFio 1.22-rc1 fio-1.22-rc1
2008-09-10 Jens AxboeAdd ramp_time option
2008-09-10 Shaozhi Shawn Yeeta: fix bugs withe fill_device and exitall_on_terminate
2008-09-10 Jens Axboefilehash: check for NULL ->file_name in hash lookup
2008-09-10 Shaozhi Shawn Yefilehash: Filehash should be removed after the file...
2008-09-10 Shaozhi Shawn Yefilesetup: When terse_output is set, The 'laying out...
2008-09-10 Shaozhi Shawn Yesmalloc: Remove read/write lock race condition which...
2008-09-10 Daniel RallAllow fio headers to be included by a C++ build
2008-08-04 Jens AxboeAdd SIGILL signal handler
2008-08-04 Jens AxboeRemember to add crc32c_intel option check
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support
next