fio.git
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-18 DaveCorrect handleing of rate_iops_min and ratemin
2015-08-17 Jens Axboemtd: expand configure check
2015-08-17 Jens Axboegettime: silence bogus gcc warnings
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 DaveGlenallow for ratemin to be used without setting rate
2015-08-14 Jens Axboefilesetup: make random generator block auto-switch...
2015-08-14 Jens Axboeclient: make it explicit that we don't reuse 'eta'...
2015-08-14 Jens Axboeeta: ensure we include terminating 0 space in je->run_str[]
2015-08-13 Chandan Rajendraarch-ppc.h: Add ilog2 implementation for ppc64
2015-08-13 Jens AxboeWhitespace fixup
2015-08-10 DaveGleninitialize rate_io_issue_bytes
2015-08-10 DaveGlenImplement new Rate Control
2015-07-29 Jens Axboeserver: make the setsockopt() error output a bit more...
2015-07-27 Jens Axboeconfigure: add --disable-optimizations
2015-07-27 Jens AxboeFix potential divide-by-zero in calc_iops()
2015-07-27 Jens AxboeFix potential divide-by-zero in calc_rate()
2015-07-27 Jens Axboeconfigure: make __sync_fetch_and_add() test use 64...
2015-07-27 Jens Axboelibfio: add runstate names
2015-07-16 DaveRe-seed random generator correctly between loops
2015-07-15 Jens AxboeREADME: no delay on sync to backup git hosts anymore
2015-07-13 Jens AxboeHOWTO: spelling error
2015-07-13 Jens AxboeHOWTO: fix long line
2015-07-13 Jens AxboeUpdate README for DragonFly
2015-07-10 Logan GunthorpeRDMA engine server mode flow fix ups.
2015-07-10 Logan GunthorpeError when the block size on the RDMA server is less...
2015-07-10 Jens Axboebuffer: only set refill_buffers, it it wasn't set manually
2015-07-10 Jens AxboeMake td flags be shifts
2015-07-09 Jens Axboeverify: fix bad 'from_verify' setting in do_io()
2015-07-08 Jeremy Fitzhardingeconfigure: don't be so eager to overwrite an existing...
2015-07-08 Jeremy Fitzhardingefio: allow for build in separate build directory
2015-07-03 Jens Axboet/debug: fix 'fio_debug' declaration
2015-07-03 Jens Axboesmalloc: smalloc() already clears memory, scalloc(...
2015-06-30 Jens Axboesmalloc: fix unused 'int_mask' warning if redzoning...
2015-06-30 Jens Axboeconfigure: fixup clang stupidity
2015-06-30 Jens Axboet/stest: shrink test size from 128MB
2015-06-29 Jens AxboeKill duplicate __sync_fetch_and_add()
2015-06-29 Alireza HaghdoostUse _Static_assert() if available
2015-06-29 Jens Axboeworkqueue: make it work on platforms without __sync_fet...
2015-06-25 Jens AxboeFio 2.2.9 fio-2.2.9
2015-06-25 Akinobu MitaFix testing and setting set_options bitmap
2015-06-23 Logan GunthorpeModify rdma engine to use proper arguments.
2015-06-22 Christopher... add eta and elapsed to root of json output
2015-06-20 Jens AxboeFix latency logging for io_submit_mode=offload
2015-06-16 Chris WorleyHOWTO: make it clear that deviation is standard deviation
2015-06-12 Tomohiro KusumiEnable FIO_HAVE_CHARDEV_SIZE on DragonFlyBSD
2015-06-11 Tomohiro KusumiRename get_fs_size() to get_fs_free_size()
2015-06-11 Tomohiro KusumiAdd get_fs_size() support for BSDs
2015-06-10 Tomohiro KusumiAdd header include for DragonFlyBSD
2015-06-09 Tomohiro KusumiFix compiler warning
2015-06-09 Sam ZaydelDropped commented out part of line.
2015-06-09 Sam ZaydelMerge branch 'master' of github.com:axboe/fio into...
2015-06-09 Sam Zaydelint may be too small for a size_t on some systems.
2015-06-09 Jens Axboeoptions: use fio_option_is_set() to detect verify setting
2015-06-09 Jens Axboeverify: cleanup code for verify pattern without headers
2015-06-09 Jens Axboeverify: fix dumping of received/expected buffers on...
2015-06-09 Jens Axboeverify: add raw pattern verify
2015-06-09 Jens Axboebackend: don't add to runtime for fake writes
2015-06-08 Tomohiro KusumiClear sysfs path before reading current ioscheduler...
2015-06-05 Jens Axboeconfigure: add some missing help options
2015-06-05 Tomohiro KusumiFix compile error on non Linux-or-BSDs
2015-06-04 Jens Axboeinit: automate displaying debug categories
2015-06-03 Tomohiro KusumiAdd device_is_mounted() support for BSDs
2015-06-01 Jens AxboeMerge branch 'req6' of git://github.com/kusumi/fio
2015-06-01 Tomohiro KusumiMinor cleanups on cleanup()
2015-06-01 Tomohiro KusumiFix build error on non-GNU environment
2015-05-30 Jens Axboerdma: adapt to new init_rand_seed()
2015-05-30 Jens Axboefilesetup: print warning if chosen random generator...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-29 Jens AxboeAdd Intel rdrand support
2015-05-26 Ben Englandtreat error in addr conversion to string as non-fatal
2015-05-25 Ben Englandembed server address, not other end's address
2015-05-22 Jens Axboecconv: add allow_mounted_write
2015-05-22 Jens AxboeAdd 'allow_mounted_write' option
2015-05-22 Jens AxboeAdd start of mount check
2015-05-16 Jens AxboeMerge branch 'req4' of git://github.com/kusumi/fio
2015-05-16 Tomohiro KusumiAdd missing fio_mutex_up() on return
2015-05-16 Tomohiro KusumiCleanup DragonFlyBSD support
2015-05-14 Tomohiro KusumiChange (blank)cpu affinity macros to inline functions
2015-05-14 Jens Axboestat: add comment on why we need return
2015-05-14 Tomohiro KusumiFix warning from gmake on BSD
2015-05-12 Jens AxboeAdd 'allow_file_create' option
2015-05-11 Jens AxboeAdd 'per_job_logs' option
2015-05-10 Jens Axboeworkqueue: style cleanup
2015-05-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-05-08 Jens Axboerandom: document default seed value
2015-05-08 Jens AxboeFio 2.2.8 fio-2.2.8
2015-05-08 Bruce CranFix Windows installer build: LICENSE is now MORAL-LICENSE
2015-05-07 Jens AxboeUse PATH_MAX instead of _POSIX_HOST_NAME_MAX
2015-05-07 Jens AxboeREADME: add git:// for github as well
2015-05-07 Bruce CranFix compiler warning and test progs linker errors on...
2015-05-07 Jens AxboeFix keyword replacement leaks
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Ben Englanddocument changes to --client syntax and behavior
2015-05-07 Ben Englandallow --client parameter to be pathname containing...
2015-05-07 Bruce CranAdd Windows ctime_r implementation and add empty ioctl...
2015-05-07 Jens Axboeposixaio: use 'errno' for inline error
2015-05-07 Jens AxboeEnsure that set_name_idx() doesn't exceed target bounds
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-07 Ben Englandallow --client to work with shared filesystem
next