fio.git
2018-09-07 Jens Axboeclient: use temp buffer for client text output
2018-09-07 Jens AxboeCollect startup output before logging it
2018-09-06 Jens AxboeFio 3.9 fio-3.9
2018-09-06 Jens AxboeMerge branch 'master' of https://github.com/damien...
2018-09-06 Damien Le Moalzbd: Use bytes unit
2018-09-06 Damien Le Moalzbd: Fix zbd_zone_idx()
2018-09-06 Damien Le Moalzbd: Remove inexistent functions declaration
2018-09-06 Damien Le Moalzbd: Improve read randomness
2018-09-05 Rebecca CranWindows: update download URL and add missing examples
2018-09-05 Jens Axboeinit: move log name generation into helper
2018-09-05 Jens AxboeMerge branch 'sz/log-names-need-help' of https://github...
2018-09-05 Jens AxboeDocument oddity with --status-interval and --output...
2018-09-05 Damien Le Moalzbd: Fix test scripts
2018-09-04 Sam ZaydelLog files names start with _ when write_XX_log= keys...
2018-09-03 Vincent Fuengines/sg: improve error handling
2018-08-31 Jeff Furlongclient: fix nr_samples
2018-08-30 Jens AxboeMerge branch 'configure-help' of https://github.com...
2018-08-30 Jonas Hahnfeldconfigure: Document more switches to disable features
2018-08-25 Jens AxboeMake td_io_u_lock/unlock() explicit
2018-08-25 Tomohiro Kusumiclient: suppress non JSON default outputs on --output...
2018-08-25 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-08-25 Bart Van AsscheFix the typehelp[] array
2018-08-24 Jens AxboeMerge branch 'zbd'
2018-08-24 Bart Van AsscheAdd scripts for testing the fio zoned block device...
2018-08-24 Bart Van AsscheAdd support for resetting zones periodically
2018-08-24 Bart Van AsscheMake it possible to limit the number of open zones
2018-08-24 Bart Van AsscheCollect and show zone reset statistics
2018-08-24 Bart Van AsscheAdd support for zoned block devices
2018-08-24 Bart Van AsscheAdd two assert statements in mark_random_map()
2018-08-24 Bart Van AsschePass offset and buffer length explicitly to mark_random...
2018-08-24 Bart Van AsscheIntroduce the io_u.post_submit callback function pointer
2018-08-24 Bart Van AsscheAdd the zonemode job option
2018-08-24 Bart Van AsscheAdd the 'zbd' debug level
2018-08-24 Bart Van Asscheconfigure: Add <linux/blkzoned.h> test
2018-08-23 Jens Axboet/axmap: print explicit overlap ranges tested
2018-08-23 Jens Axboet/axmap: add regression test for overlap case resulting...
2018-08-23 Jens Axboeaxmap: return early of an overlap results in 0 settable...
2018-08-23 Jens AxboeMerge branch '20180823-terse-remote-fix' of https:...
2018-08-23 Luis Chamberlaininit: add semantics for all types of backends running
2018-08-23 Luis Chamberlainclient: respect terse output on client <--> backend...
2018-08-23 Jens Axboeparse: fix bssplit option
2018-08-23 Jens AxboeMerge branch 'axmap' of https://github.com/bvanassche/fio
2018-08-23 Bart Van Asschelib/axmap: Optimize __axmap_set()
2018-08-23 Bart Van Asschelib/axmap: Simplify axmap_set_fn()
2018-08-23 Bart Van Asschelib/axmap: Make axmap_new() more robust
2018-08-23 Bart Van Asschelib/axmap: Inline ulog64()
2018-08-23 Bart Van Asschelib/axmap: Add more documentation
2018-08-21 Jeff Furlongio_u: residiual size should be unsigned long long
2018-08-20 Jens AxboeUpdate HOWTO for read_iolog change
2018-08-20 Jens AxboeMerge branch 'multiple-read_iolog' of https://github...
2018-08-20 Adam Kupczykiolog: Now --read_iolog can contain multiple replay...
2018-08-18 Jens AxboeMove steady state unit test to t/
2018-08-17 Jens AxboeMerge branch 'master' of https://github.com/kelleymh/fio
2018-08-17 Tomohiro Kusumihttp: fix compile-time warnings
2018-08-17 Michael KelleyRemove unused code in lib/axmap.c
2018-08-17 Jens AxboeMerge branch 'ddn-ime'
2018-08-17 Jens AxboeSync man page with fio for IME
2018-08-17 Jens Axboeengines/ime: various code and style cleanups
2018-08-17 Jens AxboeMerge branch 'ime-support' of https://github.com/DDNSto...
2018-08-17 Jens AxboeMerge branch 'master' of https://github.com/kelleymh/fio
2018-08-17 Gaëtan BossuAdd support for DDN's Infinite Memory Engine
2018-08-17 Michael KelleyAdd tests specifically for axmap_next_free()
2018-08-17 Michael KelleyReimplement axmap_next_free() to prevent distribution...
2018-08-16 David Disseldorpconfigure: avoid pkg-config usage for http engine
2018-08-16 Jens AxboeMerge branch 'wip-http-swift' of https://github.com...
2018-08-16 Lars Marowsky... engines/http: Add support for Swift storage backend
2018-08-16 Jens Axboeengines/http: fix use of uninitialized variable
2018-08-16 Jens AxboeMerge branch 'http_older_openssl' of https://github...
2018-08-16 David Disseldorpengines/http: support openssl < 1.1.0
2018-08-16 David Disseldorpconfigure: use pkg-config to detect libcurl & openssl
2018-08-15 Manish DusaneFix compilation on centos 7
2018-08-14 Jens AxboeMerge branch 'wip-http-engine' of https://github.com...
2018-08-14 Lars Marowsky... engines/http: Add support for WebDAV and S3
2018-08-14 Jens AxboeMerge branch 'fio-man-page' of https://github.com/bvana...
2018-08-14 Jens AxboeRemove old zone gen from options
2018-08-14 Jens AxboeFix double free of zone cache data
2018-08-13 Bart Van AsscheImprove zone support documentation
2018-08-13 Jens Axboeasprintf: fix indentation
2018-08-13 Jens Axboegclient: bump output time buf size
2018-08-12 Jens AxboeMerge branch 'minor_fixes' of https://github.com/sitsof...
2018-08-12 Sitsofe Wheelerman: fix missing/too many backslashes
2018-08-12 Sitsofe Wheelerdoc: rewording and add reference to --aux-path
2018-08-12 Sitsofe Wheelerdoc: update Log File Formats and write_iops_log sections
2018-08-12 Sitsofe Wheelerminor fio.service cleanups
2018-08-12 Jens Axboetravis: include new xcode 9.4
2018-08-12 Jens AxboeMerge branch 'armv6' of https://github.com/sitsofe/fio
2018-08-12 Sitsofe Wheelerarch: fix build breakage on armv6
2018-08-10 Jens Axboeeta: clean up ETA string printing
2018-08-09 Jens AxboeMerge branch 'realloc-io_u-buffers' of https://github...
2018-08-09 Udit agarwalxxhash: fix function definition and declaration mismatch
2018-08-09 Adam Kupczykiolog replay: Realloc io_u buffers to adapt to operatio...
2018-08-09 Adam Kupczykiolog replay: Treat 'open' on file that is scheduled...
2018-08-07 Jens Axboelibpmem: fix type print
2018-08-05 Tomohiro Kusumiclient: support --status-interval option in client...
2018-08-03 Jens Axboeiolog: move the chunked items-to-fetch logic into separ...
2018-08-03 Jens Axboeiolog: fix potential div-by-zero
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-08-03 Adam Kupczykiolog: allow to read_iolog from unix socket
next