fio.git
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
2008-07-31 Jens AxboeDetect and complain on smalloc failures
2008-07-31 Jens Axboesmalloc: default to 128 pools instead of 4
2008-06-25 Aaron CarrollPrevent filetype disappearing
2008-06-13 Jens AxboeAdd uninitialized_var() to silence bogus compiler warnings
2008-06-13 Gurudas Paieta overflow fix
2008-06-13 Jens AxboeRevert "Add spinlocks"
2008-06-13 Jens AxboeRevert "Add spinlock wrapper helpers"
2008-06-13 Jens AxboeRevert "smalloc: convert to spinlocks"
2008-06-13 Jens AxboeRevert "Convert file hash lock to spinlocks"
2008-06-13 Jens AxboeRevert "Remove unused define"
2008-06-12 Jens AxboeRemove unused define
2008-06-12 Jens AxboeConvert file hash lock to spinlocks
2008-06-12 Jens Axboesmalloc: convert to spinlocks
2008-06-12 Jens AxboeAdd spinlock wrapper helpers
2008-06-12 Jens AxboeAdd spinlocks
2008-06-12 Carl Henrik... fio.1: Correct terse (--minimal) output - page faults
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-11 Jens Axboecrc32 is uint32_t, not unsigned long
2008-06-11 Jens AxboeImprove bsrange buflen generations
2008-06-11 Jens AxboeDon't include headers in depend target
2008-06-11 Jens AxboeClear num_opts early
2008-06-11 Jens AxboeOlder Linux versions do not have O_NOATIME
2008-06-10 Jens AxboeRemember to free **opts as well
2008-06-10 Jens AxboeAdd option priorities
2008-06-09 Jens Axboesplice: if splicing fails with EINVAL, it's most likely...
2008-06-06 Jens AxboeFio 1.21 fio-1.21
2008-06-06 Jens AxboeLinux sysfs change broke fio disk lookup
2008-06-05 Jens AxboeETA fix
2008-06-05 Jens AxboeFio 1.21-rc8 fio-1.21-rc8
2008-06-05 Jens AxboeHOWTO spelling
2008-06-05 Jens AxboeHelp entry typos
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-05 Jens AxboeDon't print 100% done, when we don't have a time estima...
2008-06-04 Jens AxboeMAP_ANON requires fd == -1
2008-06-04 Jens AxboeAdd OS agnostic RAND_MAX
next