client: handle disk util for all output formats
[fio.git] / io_u.c
2019-02-24 Damien Le Moalzbd: Fix zone locking for async I/O engines
2018-12-13 Jens Axboeio_u: ensure buflen is capped at maxbs
2018-11-16 Jens Axboeio_u: fall through to unlock path in case of error
2018-11-15 Jens Axboeworkqueue: ensure we see deferred error for IOs
2018-10-24 Jens Axboeio_u: move trim error notification out-of-line
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-08-25 Jens AxboeMake td_io_u_lock/unlock() explicit
2018-08-24 Jens AxboeMerge branch 'zbd'
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-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-07-26 Jens AxboeMerge branch 'sgunmap2' of https://github.com/vincentkf...
2018-07-25 Jens AxboeMerge branch 'fio-histo-log-pctiles' of https://github...
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-23 Jeff FurlongAdd support for >= 4G block sizes
2018-07-10 Jens Axboeio_u: ensure we generate the full length of block sizes
2018-07-10 Jens Axboeio_u: fix negative offset due to wrap
2018-06-12 Jens Axboerand: cleanup rand_between() and helpers
2018-05-31 Jens Axboeio_u: ensure to invalidate cache on time_based random...
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheChange return type of td_io_commit() into void
2018-04-18 Jens AxboeDeprecate verifysort and verifysort_nr
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-04 Bart Van AsscheOnly populate the write buffer if necessary
2018-04-04 Bart Van AsscheRename TD_F_VER_NONE into TD_F_DO_VERIFY
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-17 Jens AxboeMerge branch 'pthread-cond' of https://github.com/bvana...
2018-03-16 Bart Van AsscheSignal td->free_cond with the associated mutex held
2018-03-16 Bart Van AsscheMake sure that assert() expressions do not have side...
2018-03-13 Jens Axboeio_u: only rewind file position if it's non-zero
2018-03-09 Jens Axboeio_u: 'is_random' can be a boolean
2018-03-09 Jens Axboeio_u: kill get_next_{offset,buflen} wrappers
2018-03-09 Bart Van AsscheRemove prof_io_ops.fill_io_u_off(), .fill_io_u_size...
2018-03-01 Jens AxboeMerge branch 'hotfix_counter_overflow' of https://githu...
2018-03-01 Alexander LarinFix overflow of counters incremented on each I/O operation
2018-02-12 Jens Axboeio_u: convert zoned bug warning to fio_did_warn()
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-12 Jens AxboeMerge branch 'diskless_invalidate' of https://github...
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-29 Robert Elliottdebug: make debug=io readable with multiple threads
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
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-01 Jens Axboeio_u: don't account io issue blocks for verify backlog
2017-11-30 Jens Axboeio_u: speed up small_content_scramble()
2017-11-30 Jens Axboeio_u: cleanup check_get_trim()
2017-11-30 Jens Axboeio_u: tweak small content buffer scramble
2017-11-30 Jens Axboeio_u: use nsec value for buffer scramble
2017-11-30 Jens AxboeChange latency targets to be in nsec values internally
2017-11-30 Jens Axboeio_u: do nsec -> usec converison in one spot in account...
2017-11-30 Jens Axboeio_u: don't do expensive int divide for buffer scramble
2017-11-30 Jens Axboeio_u: cleanup and simplify __get_next_rand_offset_zoned...
2017-11-30 Jens AxboeAdd support for absolute random zones
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-26 Jens Axboeio_u: re-invalidate cache when looping around without...
2017-10-12 Jens AxboeMerge branch 'master' of https://github.com/Venutiwa/fio
2017-10-11 Jens AxboeMerge branch 'fgp_fixes' of https://github.com/sitsofe/fio
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-09 Jens Axboeengines/filecreate: set FIO_NOSTATS flag
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-10-03 Jens AxboeMerge branch 'evelu/cleanup' of https://github.com...
2017-10-03 Erwan Veluio_u: Converting usec from long to uint64_t
2017-09-14 gvkovaiFix zoning issue with seq-io and randommap issue
2017-09-12 Jens Axboeio_u: fix trimming of mixed block size randommap
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-29 Jens AxboeMerge branch 'asmfix' of https://github.com/oohal/fio
2017-08-29 Tomohiro Kusumichange os_trim() prototype not to use int fd
2017-07-07 Jens Axboeio_u: sequence random buflen generation individually
2017-06-23 Tomohiro Kusumiio_u: don't use void* for pointer arithmetic (gcc)
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: update completion latency recording and...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Jens Axboegpu: kill a lot of useless ifdefs
2017-04-26 Jens AxboeMerge branch 'gpudirect' of https://github.com/yufeiren/fio
2017-04-26 Yufei RenGPUDirect RDMA support
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-08 Tomohiro KusumiDon't silently terminate td when no I/O performed due...
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [2/3] - move io_u functions
2017-03-21 Tomohiro KusumiTest fsync/fdatasync/sync_file_range for the next i...
2017-03-21 Tomohiro KusumiTest uint,int before division uint/int for the next i/o
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-17 Jens Axboeio_u: we don't need to set power_2 to false
2017-03-17 Pan Liufixed the error=invalid argument when the lower bound...
2017-03-16 Jens AxboeAdd 'stats' option
2017-03-10 Tomohiro KusumiFix a function name typo in debug print
2017-03-10 Tomohiro KusumiDrop fio_unused attribute from used variable
next