fio.git
2018-02-20 Jens AxboeFio 3.5 fio-3.5
2018-02-14 Jens AxboeMerge branch 'wip-ifed-rados' of https://github.com...
2018-02-14 Igor FedotovAdd support for Ceph Rados benchmarking.
2018-02-12 Jens Axboedebug: fix inverted logic in fio_did_warn() fio-3.4
2018-02-12 Jens Axboeiolog: convert drop warning to fio_did_warn()
2018-02-12 Jens Axboeio_u: convert zoned bug warning to fio_did_warn()
2018-02-12 Jens Axboeverify: convert verify buf too small warning to fio_did...
2018-02-12 Jens Axboefilesetup: convert root flush warning to fio_did_warn()
2018-02-12 Jens Axboeinit: add global 'warned' state
2018-02-12 Jens AxboeMerge branch 'master' of https://github.com/brycepg/fio
2018-02-10 Jens Axboeinit: fixup some bad style in previous commit
2018-02-10 Damian Yurzolainit: fix broken verify_interval
2018-02-08 Jens AxboeInclude 'numjobs' in global options output
2018-02-07 Jens Axboemmap: don't include MADV_FREE in fadvise_hint check
2018-02-07 Jens AxboeLet fadvise_hint also apply too mmap engine and madvise
2018-02-06 Bryce GuintaMake fiologparser_hist compatible with python3
2018-01-25 Jens Axboestat: add total fsync ios to json output
2018-01-25 Jens Axboeio_ddir: revert separate ddir count change
2018-01-25 Jens Axboeio_ddir: move count values out of the enum fio_ddir
2018-01-25 Jens Axboestat: ensure that we align ts->sync_stat appropriately
2018-01-25 Jens AxboeTrack fsync/fdatasync/sync_file_range issue count
2018-01-25 Jens AxboeSwitch last_was_sync and terminate to bool and pack...
2018-01-24 Jens AxboeAdd suppor for logging fsync (and friends) latencies
2018-01-16 Tomohiro Kusuminull: drop unneeded casts from void* to non-void*
2018-01-16 Tomohiro Kusuminull: make *impl_ private
2018-01-16 Tomohiro Kusuminull: fix compile time warning on OpenBSD
2018-01-12 Jens AxboeMerge branch 'diskless_invalidate' of https://github...
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2018-01-12 Sitsofe Wheelerfilesetup: skip fallback invalidation with diskless...
2018-01-11 Robert Elliottioengines: don't call munmap unless size boundary is...
2018-01-10 Jens Axboeio/examples/fio-seq-read: use direct=1
2018-01-06 Jens Axboestat: don't add duplicate clat entries for json
2018-01-05 Jens Axboeverify: don't adjust verification length based on inter...
2018-01-05 Jeff FurlongFix client/server "all clients" reporting
2018-01-05 Jens AxboeChange bluestop link to be https
2018-01-02 Jens AxboeMerge branch 'percentiles' of https://github.com/sitsof...
2017-12-31 Sitsofe Wheelerinit: disable percentiles when latency gathering is...
2017-12-31 Sitsofe Wheelerstat: make lat_percentiles=1 use sample count from...
2017-12-29 Jens Axboelog: fix bad < 0 check for unsigned
2017-12-29 Robert Elliottdebug: make debug=io readable with multiple threads
2017-12-29 Tomohiro Kusumilib/memcpy: fix warning on FreeBSD
2017-12-28 Jens AxboeMerge branch 'master' of https://github.com/yashi/fio
2017-12-28 Yasushi SHOJImutex: down_timeout: check against the base time
2017-12-27 Jens AxboeMerge branch 'eta_display' of https://github.com/sitsof...
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-24 Sitsofe Wheelereta: show complete status line with max job states
2017-12-24 Sitsofe Wheelereta: fix previous line length calculation
2017-12-24 Sitsofe Wheelereta: skip clearing of remainder of line when starting...
2017-12-24 Sitsofe Wheelereta: fix run_str_condensed overflow with maximum jobs
2017-12-24 Sitsofe Wheelereta: adjust truncation case
2017-12-21 Jens AxboeMerge branch 'eta_overflow' of https://github.com/sitso...
2017-12-21 Sitsofe Wheelereta: fix buffer overflow in ETA output
2017-12-19 Jens AxboeFio 3.3 fio-3.3
2017-12-19 Jens Axboebackend: tweaks to missed rate thinktime
2017-12-15 Jens Axboeioengines: clear out ->td_ops_dlhandle if we close it
2017-12-15 Jens Axboeinit: fix missing dlhandle reference put
2017-12-15 Jens Axboeparse: don't check for < 0 on an unsigned type
2017-12-15 Jens Axboeioengines: improve "is this the same IO engine" check
2017-12-15 Jens Axboeparse: dump option type when using --debug=parse
2017-12-14 Jens AxboeAllow configurable ETA intervals
2017-12-14 Jens Axboeclient: respect --eta=never for networked connections
2017-12-14 Jens Axboeserver: convert more memset to on-stack initialization
2017-12-14 Jens Axboeserver: cleanup iolog pdu prep
2017-12-14 Jeff FurlongFix Windows local time
2017-12-14 Robert Elliott.gitignore: ignore tags files and additional output...
2017-12-13 Jens Axboeserver: initialize first iolog header properly
2017-12-08 Jens Axboefio: kill td->nr_normal_files
2017-12-08 Jens AxboeRemove old emails
2017-12-08 Jens Axboerate: fix bad math
2017-12-07 Jens Axboerate: ensure IO issue restarts right after sleep
2017-12-06 Jens Axboeio_u: rate cleanup and spelling error
2017-12-06 Jens AxboeAdd option to ignore thinktime for rated IO
2017-12-05 Barak Pinhasfix verify_only when using ioengine=mmap
2017-12-03 Jens AxboeMerge branch 'wip-cleanup' of https://github.com/ZVampi...
2017-12-03 Enming Zhangconfigure: fix typos
2017-12-02 Jens Axboesteadystate: style cleanup
2017-12-02 Jens Axboesteadystate: add free helper
2017-12-01 Vincent Futhread_options: drop fadvise_stream from thread_options
2017-12-01 Jens Axboememcpy: add hybrid
2017-12-01 Jens Axboememcpy: free buffer in case of failure
2017-12-01 Jens Axboememcpy: use malloc
2017-12-01 Jens Axboefio_time: should include time.h
2017-12-01 Jens AxboeAdd basic memcpy test
2017-12-01 Jens Axboeio_u: don't account io issue blocks for verify backlog
2017-12-01 Jens Axboeoptions: warn if we exceed the supported number of...
2017-12-01 Jens AxboeDocumentation: add note about how many bssplit and...
2017-12-01 Jens Axboeioengine: don't account verify bytes
2017-12-01 Jens Axboeclient: fix use-after-free for client timeout
2017-12-01 Jens Axboeengines/dev-dax: fix leak of 'sfile' in error case
2017-12-01 Jens Axboet/verify-state: fix leak in error case
2017-12-01 Jens Axboebackend: make it clear that we passed 'fd' to the new...
2017-12-01 Jens Axboegettime-thread: fix failure to check setaffinity return...
2017-12-01 Jens AxboeDocumentation cleanup
2017-11-30 Jens Axboeoptions: don't overrun bssplit array
2017-11-30 Jens AxboeBump support of zones to 256 max
2017-11-30 Jens Axboesteadystate: make flags conform to usual fio standard
2017-11-30 Jens Axboeserver: process connection list before executing trigger
2017-11-30 Jens Axboeclient: ignore a client timeout, if the last thing...
2017-11-30 Jens Axboefio: add check rate flag
2017-11-30 Jens Axboeio_u: speed up small_content_scramble()
next