fio.git
2017-11-02 Jens Axboeio_u_queue: convert rings to bool
2017-11-02 Jens Axboefilesetup: allocate 'r' locally in fallocate_file()
2017-11-02 Jens Axboefilesetup: recurse_dir() can use bool
2017-11-02 Jens Axboefilesetup: create_work_dirs() can return bool
2017-11-02 Jens Axboefilesetup: change random file init to be bool based
2017-11-02 Jens Axboefilesetup: __init_rand_distribution() can be void
2017-11-02 Jens Axboefilesetup: pre_read_files() can use a bool
2017-11-02 Jens Axboefilesetup: don't inline native_fallocate()
2017-11-02 Jens Axboefilesetup: don't print non-debug error on native falloc...
2017-11-01 Jens Axboeio_u: reset file to initial offset
2017-11-01 Jens Axboeio_u: wrap to beginning when end-of-file is reached...
2017-10-31 Jens Axboeengines/windowsaio: style fixups
2017-10-31 Jens AxboeDefault buffer_compress_chunk to 512
2017-10-31 Jens AxboeUpdate compression documentation
2017-10-31 Jens Axboeinit: make sure that compression enables refill buffers
2017-10-30 Jens AxboeMerge branch 'misc' of https://github.com/sitsofe/fio
2017-10-29 Sitsofe Wheelerdoc: rewrite write_*_log sections
2017-10-29 Sitsofe Wheelerdoc: minor formatting fixes
2017-10-29 Sitsofe Wheelerdoc: IO -> I/O, sync filecreate documentation
2017-10-29 Sitsofe Wheelerfio: update FSF address
2017-10-29 Sitsofe WheelerCOPYING: update license file
2017-10-29 Sitsofe Wheelerdoc: fix groff line that started with a dot
2017-10-29 Sitsofe Wheelerfio: fix interpreter lines
2017-10-29 Sitsofe Wheelertools: use /usr/bin/python2.7 as the interpreter
2017-10-29 Sitsofe Wheelersteadystate_tests.py: fix up usage comment
2017-10-26 Rebecca CranFix 'nice' parameter range: should be -20 to 19, not...
2017-10-26 Jens Axboeio_u: re-invalidate cache when looping around without...
2017-10-26 Jeff FurlongAdd offset_align option
2017-10-25 Jens Axboeparse: minimum options values are signed
2017-10-20 Sitsofe Wheelerdoc: minor formatting fixes
2017-10-17 Jens AxboeMerge branch 'cpuclock-test'
2017-10-17 Jens Axboegettime: improve cpu clock test
2017-10-12 Jens Axboeflow: fix bad overflowing math
2017-10-12 Jens AxboeMerge branch 'master' of https://github.com/Venutiwa/fio
2017-10-12 Jens AxboeMerge branch 'overflow_fix' of https://github.com/sitso...
2017-10-12 Sitsofe Wheelergettime: fix cycles_per_msec overflow when using 32...
2017-10-12 Andrzej JakowskiFix more overflows in percentile calculation for Windows
2017-10-11 Andrzej JakowskiFix overflow in percentile calculation for Windows
2017-10-11 Jens Axboefio: kill td_ioengine_flags()
2017-10-11 Jens AxboeWindows mkdir() fix
2017-10-11 Josef Bacikadd documentation about filename_format directory behavior
2017-10-11 Josef Bacikuse mkdir instead of mkdirat
2017-10-11 Jens AxboeFix broken path separator definition on Windows
2017-10-11 Josef Bacikcreate subdirs if specified in the filename_format
2017-10-11 Josef Bacikconvert FIO_OS_PATH_SEPARATOR to a character
2017-10-11 Jens AxboeError if td flags overlap with engine flags
2017-10-11 Jens Axboefio: rearrange TD_F_ flag logic
2017-10-11 Jens Axboefio: kill unused TD_F_ flag
2017-10-11 Jens AxboeMerge branch 'fgp_fixes' of https://github.com/sitsofe/fio
2017-10-11 Jens Axboeengines/windowsaio: style
2017-10-11 Jens AxboeMerge branch 'windowaio_invalidate' of https://github...
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-10 Justin Enobackend: don't dereference ->io_ops in reap_threads()
2017-10-10 Jens Axboeblktrace: use for_each_file()
2017-10-10 Jens Axboeengines/filecreate: set data direction for stats
2017-10-10 Jens AxboeHOWTO: include note about increasing shared memory...
2017-10-10 Jens AxboeMerge branch 'pr/note-for-shmmax' of https://github...
2017-10-10 Ricardo Nabinger... Add note for increasing shmmax if necessary
2017-10-09 Jens AxboeUpdate file creation example
2017-10-09 Josef Bacikadd an filecreate example file to examples/
2017-10-09 Josef Bacikadd FIO_FILENOHASH ioengine flag
2017-10-09 Jens Axboeengine/filecreate: use clat and reads for stats
2017-10-09 Jens Axboetime: add ntime_since_now()
2017-10-09 Jens Axboefilesetup: don't track file allocation for jobs == 1
2017-10-09 Jens Axboeengines/filecreate: set FIO_NOSTATS flag
2017-10-09 Jens Axboeengines/filecreate: don't use file hash
2017-10-09 Jens Axboeengines/filecreate: a few fixes
2017-10-09 Josef Bacikadd a filecreate engine
2017-10-09 Vincent Fustat: update json+ output format for --lat_percentiles...
2017-10-09 Vincent Fustat: update description of clat accounting in stat.h
2017-10-09 VenuAdding support for multiple jobs for fio test
2017-10-07 Sitsofe Wheelerwindowsaio: add best effort cache invalidation
2017-10-07 Sitsofe Wheelerfio_generate_plots: cope with per_job_logs filenames
2017-10-06 Jens Axboebackend: don't complain about no IO done for create_only=1
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-10-03 Jens Axboeclient: fix pointer vs uint8_t comparison
2017-10-03 Jens AxboeMerge branch 'evelu/cleanup' of https://github.com...
2017-10-03 Erwan Veluclient: Fixing invalid use after free()
2017-10-03 Erwan Veluclient: Avoid memory leak in fio_client_handle_iolog()
2017-10-03 Erwan Velut/gen-rand: Avoid memleak of buckets()
2017-10-03 Erwan Veluoslib/libmtd: Removing useless err assigment
2017-10-03 Erwan Velubackend: Removing memory leak in run_threads()
2017-10-03 Erwan Velubackend: Removing double definition of the same variable
2017-10-03 Erwan Veluio_u: Converting usec from long to uint64_t
2017-09-28 Jens Axboebackend: fix a case where we complain about no IO being...
2017-09-28 Jens AxboeFio 3.1 fio-3.1
2017-09-26 Jens AxboeRemove old exp/README.md file
2017-09-24 Sitsofe Wheelerconfigure: update compiler probing
2017-09-23 Sitsofe Wheelerappveyor: install zlib and minor clean ups
2017-09-21 Jens Axboeinit: typo in help output
2017-09-18 Tomohiro Kusumiadd fio_set_directio() error message for platforms...
2017-09-18 Tomohiro Kusumiadd "invalid block size" to "first direct IO errored...
2017-09-18 Tomohiro Kusumifix strncpy(3) copy length
2017-09-18 Tomohiro Kusumilib/memalign: don't malloc size twice
2017-09-14 Jens AxboeMerge branch 'doc-patches' of https://github.com/vincen...
2017-09-14 Jens Axboestat: some bool conversions
2017-09-14 Jens AxboeAdd support for doing total latency percentiles
2017-09-14 Jens Axboeinit: fixup_options() cleanup
2017-09-13 Vincent Fudoc: provide some documentation for the json output...
2017-09-13 Vincent Fudoc: provide more detail regarding the --status-interva...
next