fio.git
2017-06-27 Tomohiro Kusumiman page: add offset unit info for offset= option
2017-06-27 Tomohiro KusumiHOWTO: add offset unit info for offset= option
2017-06-27 Daniel Verkamplib/ffz: remove dead store
2017-06-27 Ido Ben-TsionHOWTO: fix the v3 terse output definition
2017-06-26 Sitsofe Wheelerstat: fix group percentage
2017-06-26 Sitsofe Wheelerstat: fix printf format specifier
2017-06-26 Sitsofe WheelerREADME: update Red Hat fio package URL
2017-06-26 Sitsofe WheelerHOWTO: note that crc32c will automatically use hw
2017-06-26 Sitsofe Wheelerinit: update --crctest help syntax
2017-06-26 Sitsofe WheelerHOWTO/examples: fix writetrim "typo"
2017-06-26 Sitsofe WheelerHOWTO: modernize output examples and descriptions
2017-06-26 Sitsofe WheelerHOWTO: Reword Log File Formats and add reference
2017-06-26 Sitsofe WheelerHOWTO: reword iodepth and submit distribution text
2017-06-26 Sitsofe WheelerHOWTO: reorder client/server phrasing
2017-06-26 Sitsofe WheelerHOWTO: add some markup
2017-06-26 Sitsofe WheelerHOWTO: add rate example
2017-06-26 Sitsofe WheelerHOWTO: add --output-format=terse as another way to...
2017-06-26 Sitsofe WheelerHOWTO: reword HDFS description
2017-06-26 Sitsofe WheelerHOWTO: make filesize syntax show it can take a typed...
2017-06-26 Sitsofe WheelerHOWTO: Fix some capitalisation
2017-06-26 Sitsofe WheelerHOWTO: description rewording/fixes
2017-06-26 Sitsofe WheelerHOWTO: minor internal/reordering/formatting changes
2017-06-26 Sitsofe WheelerHOWTO: general consistency
2017-06-26 Sitsofe WheelerHOWTO: update command line option descriptions
2017-06-26 Sitsofe WheelerHOWTO: update directory and filename option descriptions
2017-06-26 Sitsofe WheelerHOWTO: update time specification
2017-06-26 Sitsofe WheelerHOWTO: escape =
2017-06-26 Sitsofe WheelerHOWTO: grammar/spelling changes
2017-06-26 Sitsofe WheelerHOWTO: state default time unit
2017-06-26 Sitsofe WheelerHOWTO: add defaults
2017-06-26 Jens Axboestat: fix alignment of the iops stats
2017-06-25 Jens AxboeAndroid: fix missing sysmacros.h include
2017-06-23 Andreas Herrmannstat: Add iops stat and sample number information to...
2017-06-23 Andreas Herrmannstat: Merge show_thread_status_terse_* functions
2017-06-23 Andreas Herrmannstat: Print number of samples in bw and iops stats
2017-06-23 Andreas Herrmannstat: Print one-line iops stat
2017-06-23 Tomohiro Kusumismalloc: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro Kusumiverify: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro Kusumiclient: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro Kusumiinit: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro Kusumiio_u: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro Kusumiserver: don't use void* for pointer arithmetic (gcc)
2017-06-23 Tomohiro KusumiMakefile: use fmt(1) rather than tr(1) on NetBSD/etc
2017-06-23 Jens Axboet/time-test: cleanups
2017-06-22 Jens Axboeiolog: ensure proper flushing of compressed logs
2017-06-22 Jens Axboeiolog: punt freeing of data back to original thread
2017-06-22 Jens Axboeiolog: get work items out of shared memory pool
2017-06-22 Jens Axboeclient/server: bool conversion
2017-06-22 Jens Axboearch: tsc_reliable can be a bool
2017-06-22 Jens Axboecrc32c: use bool
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeFixup some style issues
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Fuserver: bump server version for the change to FIO_IO_U_...
2017-06-21 Vincent Fugettime: drop tv_valid->last_cycles and tv_valid->last_...
2017-06-21 Vincent Fugettime: for better accuracy calculate cycles_per_msec...
2017-06-21 Vincent Funanosecond: update t/time-test.c to include experiments...
2017-06-21 Vincent Fulib/seqlock: #include "types.h" for bool type
2017-06-21 Vincent Funanosecond: add test program t/time-test for experiment...
2017-06-21 Vincent Funanosecond: fix up conversion of ticks to nsec by doing...
2017-06-21 Vincent Funanosecond: fiologparser_hist set default --group_nr...
2017-06-21 Vincent Funanosecond: alter gfio to accommodate nanosecond timing
2017-06-21 Vincent Funanosecond: reconcile terse output with nanosecond...
2017-06-21 Vincent Funanosecond: update completion latency recording and...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-06-19 Omri MorEnsure that thread_stat alignment is correct
2017-06-19 Jens AxboeUpdate write_hint mechanism to latest API
2017-06-18 Jens AxboeMerge branch 'dev/doc/pkg' of https://github.com/bobsai...
2017-06-18 Quentin Bourgeois<README/pkg: Add reference to Arch Linux package>
2017-06-15 Jens AxboeFio 2.21 fio-2.21
2017-06-14 Jens Axboesync: add support for write life time hint
2017-06-12 Tomohiro Kusumibinject: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisplice: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisg: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisg: drop redundant void* cast
2017-06-12 Tomohiro Kusumisg: drop unneeded strdup from ->errdetails() handler
2017-06-12 Tomohiro Kusumisg: add missing free(msg); in ->errdetails() handler
2017-06-08 Stephen Batesman: Update buffer_pattern entry in man pages
2017-06-08 Jens Axboeoslib/strndup: cleanup and remember to include for...
2017-06-08 Jens Axboeconfigure: remember to initialize 'strndup' to "no"
2017-06-08 Jens AxboeAdd strndup() function, if we don't have it
2017-06-08 Stephen Batespattern: Add support for files in buffer_pattern argument.
2017-06-07 Tomohiro KusumiHOWTO: mention some details of ignore_error= option
2017-06-07 Tomohiro Kusumiuse ARRAY_SIZE() for ignore_error_nr[etype]
2017-06-07 Tomohiro Kusumiuse enum error_type_bit for ignore_error index
2017-06-07 Tomohiro Kusumidon't leave ignore_error_nr[etype] with 4 on blank...
2017-06-07 Tomohiro Kusumifix wrong malloc size for ignore_error buffer
2017-06-07 Jens Axboeblktrace: ensure that dev loop doesn't truncate name
2017-06-07 Jens Axboediskutil: ensure we have enough room to not write past end
2017-06-07 Jens AxboeFix up some style
2017-06-07 Jens Axboefileset: fix double addition of file offset
2017-06-05 Jens Axboestat: correct json 'io_bytes' output
2017-06-05 Jens AxboeMerge branch 'more-minimal-info-in-docs' of https:...
2017-06-05 Ian ChakeresAdded information about minimal output to documentation
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-06-05 Brantley Westallow a percent value for the offset parameter
2017-06-05 Jens AxboeMerge branch 'size_perc' of https://github.com/sitsofe/fio
2017-06-04 Sitsofe Wheelerfilesetup: fix size percentage calculations when using...
2017-06-02 Tomohiro Kusumiuse correct syscall name in log_err()
2017-06-02 Tomohiro Kusumiuse true/false for bool type
next