Fio 3.6
[fio.git] / io_u.c
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
2017-03-07 Jens Axboeio_u: don't add slat samples if we are in ramp time
2017-02-20 Tomohiro KusumiAdd details of file number/size related options to...
2017-02-16 Jens AxboeMerge branch 'travis_osx' of https://github.com/sitsofe/fio
2017-02-15 Tomohiro KusumiExplicitly check td_trim(td) for the direction of next...
2017-02-14 Tomohiro KusumiUse 0 instead of DDIR_READ to iterate from 0 to DDIR_RW...
2017-01-05 Jens Axboeverify: ensure that verify_interval is always a factor...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-02 Jens Axboelog: fix for crash with rate IO and logging
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-16 Jens Axboeio_u: fix overflow in 64-bit bssplit calculation
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-29 Jens Axboetrim: convert to bool
2016-08-16 Jens AxboeFix backwards reads with --size smaller than the file...
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
2016-05-09 Jens Axboeio_u: if we're doing backwards IO, wrap to end (not...
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-04-13 Jens AxboeCleanup last write logging
2016-04-13 Jens AxboeFix verify state for multiple files
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
next