fio.git
2012-05-02 Jens AxboeRemove deprecated rwmixcycle option from the man page
2012-05-02 Jens AxboeAdd create_only option
2012-04-26 Tao Mafio: Add to cgroup if parameter "cgroup" is enabled.
2012-04-18 Jens AxboeFix for crash with more than ~500 jobs
2012-04-16 Bruce CranWindows build fixes
2012-04-16 Jens AxboeEnlarge probe version field
2012-04-16 Jens AxboeGet rid of fio_version.h
2012-04-13 Jens AxboeFix for non-git versions
2012-04-13 Jens AxboeEnsure that init depends on FIO-VERSION-FILE
2012-04-12 Jens AxboeDocument the use of the USR1 signal for dumping runtime...
2012-04-11 Jens AxboeFix repeated link of fio
2012-04-11 Jens AxboeMake fio include the git version in the version output
2012-04-11 Jens AxboeDefine SIGUSR1 to inform fio to dump run stats while...
2012-04-11 Jens AxboeFree disk util on exit, not on stats display
2012-04-11 Jens AxboeFio 2.0.7 fio-2.0.7
2012-04-06 Lucian Adrian... HOWTO: typo: write_log_log -> write_lat_log + use suffix
2012-04-05 Jens Axboegroup reporting: fix bad values of min/max
2012-04-04 Jens Axboeiolog: remove assert in io_u overlap
2012-04-04 Bruce CranWindows fixes
2012-04-04 Bruce CranFix address truncation on Windows
2012-04-03 Lucian Adrian... HOWTO: emphasize units in --minimal mode: latency in...
2012-04-02 Jens AxboeAdd indication of whether a job got killed
2012-04-02 Jens AxboeHOWTO: update to note base of latencies in minimal...
2012-03-30 Jens AxboeEnhance the reaped status display
2012-03-23 Jens Axboestat: move final \n of terse output to the end
2012-03-23 Jens AxboeAdd regression test for ae2fafc8
2012-03-23 webeeverify: verify bytes should not add to this_io_bytes
2012-03-23 Jens AxboeAllow readwrite as an alias for rw in setting sequentia...
2012-03-23 Jens AxboeFio 2.0.6 fio-2.0.6
2012-03-23 Vikram SethFix terse output with description set
2012-03-17 Steven LangAdded 99.95 and 99.99 default percentiles.
2012-03-17 Jens AxboeAdd regression test for 37cf9e3c
2012-03-17 Jens AxboeEnable read/write sequential offset to be a non-multipl...
2012-03-16 Daniel Ehrenbergtime_based: Avoid restarting main I/O loop
2012-03-16 Jens AxboeFix problem with iodepth_batch_complete=0 and accounting
2012-03-16 Jens AxboeFix wrap bug in mtime_since()
2012-03-15 Jens AxboeDocument compress_buffer_percentage, compress_buffer_chunk
2012-03-15 Jens AxboeNote offset_increment parent option
2012-03-15 Jens AxboeFix offset_increment option and add man page entry...
2012-03-15 Yufei Renrdma engine graceful teardown
2012-03-15 Dan EhrenbergNew offset_increment option
2012-03-13 Jens AxboeAdd regression test for 82af2a7c
2012-03-13 Jens AxboeFix failure to verify in mixed read/write workload...
2012-03-09 Jens AxboeMark buffer_compress_chunk as child of buffer_compress_...
2012-03-09 Jens AxboeAdd buffer_compress_chunk option
2012-03-09 Jens AxboeHonor refill_buffers even for verifies
2012-03-09 Jens AxboeCompression buffer fill fix
2012-03-07 Jens AxboeFix batch mismatch for verifies
2012-03-07 Jens AxboeAdd regression test for f7078f7b
2012-03-07 Jens AxboeFix bug that causes early termination of fio with verif...
2012-03-06 Jens Axboeserver: fix bad win32 indentation
2012-03-06 Jens AxboeAdd regression test for 8a99fdf6
2012-03-06 Jens AxboeFix another verify segfault
2012-03-06 Jens AxboeAdd regression test for verify bug
2012-03-06 Jens AxboeAvoid segfault if verify header appears longer than...
2012-03-06 Jens AxboeAdd client references
2012-03-06 Jens Axboeserver: fixup bug in sending jobs_eta command
2012-03-02 Jens AxboeCompression fixes
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2012-03-01 Jens Axboelinux: fallocate() fixes
2012-02-29 Jens AxboeRename crc functions to private namespace
2012-02-28 Jens AxboeFio 2.0.5 fio-2.0.5
2012-02-28 Jens AxboeReally fix IOPS logging
2012-02-24 Jens AxboeFio 2.0.4 fio-2.0.4
2012-02-24 Jens AxboeFix verify
2012-02-23 Jens Axboeclient: exit if no jobs were sent and client is idle
2012-02-23 Jens Axboeverify: put all header verification in one place
2012-02-23 Jens AxboeFix // comment
2012-02-23 Jens AxboeRemove holes in verify_header structure
2012-02-22 Bruce CranImplement sigaction for Windows.
2012-02-22 Bruce Cranstat() doesn't work with devices on Windows, so move...
2012-02-22 Jens AxboeUse crc32c for the verify_header checksum
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-22 Jens AxboeAdd checksum to verify_header
2012-02-22 Daniel Ehrenbergflow: Fixing uninitialized variable
2012-02-20 Bruce CranFix tabbing and comment characters in Windows code.
2012-02-20 Bruce CranRemove unused Windows version.h and version.rc files.
2012-02-20 Bruce CranAdd missing os/windows/posix.c file.
2012-02-20 Jens AxboeFix IOPS logging for mixed read/write workloads
2012-02-20 Bruce CranMove Windows port to MinGW
2012-02-20 Bruce CranAdd FIO_PREFERRED_CLOCK_SOURCE to allow selection of...
2012-02-20 Bruce CranAdd OS_PATH_SEPARATOR for platforms which have differen...
2012-02-20 Dan EhrenbergToken-based flow control
2012-02-20 Josh CarterFix bandwidth logging for mixed read/write workloads.
2012-02-20 Bruce CranFix assumption that pointers fits in a 'long'
2012-02-20 Jens AxboeNeed glibc 2.8 or bigger for fallocate
2012-02-20 Jens Axboemutex: don't attempt to use CLOCK_MONOTONIC
2012-02-20 Bruce Crannice() error handling
2012-02-17 Jens Axboemac: doesn't have pthread_condattr_setclock()
2012-02-17 Jens Axboemutex: guard pthread_condattr_setclock() by defined...
2012-02-16 Jens Axboemutex: more clock fixes
2012-02-15 Jens AxboeMutex timeout work-around
2012-02-15 Jens AxboeMutex fixes
2012-02-15 Jens AxboeFixup includes
2012-02-15 Jens AxboeFix typo
2012-02-15 Jens AxboeFix build issue for non-cgroup support
2012-02-15 Jens AxboeFix grammatical error
2012-02-15 Jens Axboemutex: set and use the proper clock source
2012-02-11 Jens AxboeRevert "Change iolog overlap assert to a debug dump"
2012-02-11 Jens AxboeAdd job files for zone bug
next