fio.git
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-05-03 Pan Liuremove redundant _fio_rbd_disconnect, which is already...
2017-05-03 Pan Liuremove out-of-date comment
2017-05-01 Tomohiro Kusumiconfigure: Add missing $val != "yes" test to override...
2017-05-01 Tomohiro Kusumiconfigure: Add missing ##########...
2017-05-01 Tomohiro Kusumiconfigure: Check gfio test result via return value...
2017-05-01 Tomohiro Kusumiconfigure: Add void* cast to avoid bogus warning
2017-05-01 Tomohiro Kusumiconfigure: Add missing <string.h> to avoid bogus warning
2017-05-01 Tomohiro Kusumiconfigure: output_sym CONFIG_GFIO
2017-05-01 Omri Moros/os-android.h: fix shared memory support
2017-04-30 Tomohiro KusumiDrop triple X for cpu affinity for OpenBSD
2017-04-30 Tomohiro KusumiImplement shm_attach_to_open_removed() for OpenBSD
2017-04-30 Tomohiro KusumiTurn off lex by default on OpenBSD
2017-04-30 Tomohiro KusumiFix "'RB_ROOT' undeclared" error on OpenBSD
2017-04-30 Tomohiro KusumiFix "C99 inline functions are not supported" warning...
2017-04-30 Tomohiro KusumiFix "cast from pointer to integer of different size...
2017-04-30 Jens AxboeMerge branch 'zero_ioengine_flags' of https://github...
2017-04-30 Jens AxboeMerge branch 'fix-348' of https://github.com/omor1/fio
2017-04-30 Omri Moros/os-linux.h: fix broken byte swap intrinsics
2017-04-30 Omri Moros/os-android.h: use byte swap intrinsics if available
2017-04-30 Omri Moros/os-android.h: fix broken shmget() due to ndk-r15
2017-04-29 Sitsofe Wheelerfio.h: zero old flag bits when setting new ioengine...
2017-04-26 Jens Axboeconfigure: fix broken test for cuda
2017-04-26 Jens Axboethread_options: kill two unused pads
2017-04-26 Jens Axboeserver: bump protocol version
2017-04-26 Jens Axboegpu: kill a lot of useless ifdefs
2017-04-26 Jens Axboegpu: ensure that we convert gpu_dev_id options
2017-04-26 Jens AxboeMerge branch 'gpudirect' of https://github.com/yufeiren/fio
2017-04-26 Yufei RenGPUDirect RDMA support
2017-04-26 Jens Axboeseqlock: add simple user space code for sequence locks
2017-04-26 Tomohiro KusumiMake oslib/linux-dev-lookup.c a stand-alone library
2017-04-26 Tomohiro KusumiMake oslib/strlcat.c a stand-alone library
2017-04-26 Tomohiro KusumiMake lib/mountcheck.c a stand-alone library
2017-04-26 Tomohiro KusumiMake lib/zipf.c a stand-alone library
2017-04-26 Tomohiro KusumiMake lib/rand.c a stand-alone library
2017-04-26 Tomohiro KusumiMake lib/pattern.c a stand-alone library
2017-04-26 Tomohiro KusumiMake lib/strntol.c a stand-alone library
2017-04-26 Tomohiro KusumiDrop the only local variable declaration within a for...
2017-04-26 Tomohiro KusumiFix num2str() output when modulo != -1U
2017-04-26 Jens Axboestat: cleanup iops/bw logging functions
2017-04-26 Jens Axboestat: make next log time decision cleaner
2017-04-19 mychoxinReturn non-negtive error in order to print right error msg
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-10 Sitsofe Wheelerdoc: add ftruncate engine documentation and example...
2017-04-08 Tomohiro KusumiFix num2str() output when maxlen <= strlen(tmp)
2017-04-08 Tomohiro KusumiMake lib/num2str.c a stand-alone library by adding...
2017-04-08 Tomohiro KusumiMake lib/memalign.c a stand-alone library
2017-04-08 Tomohiro KusumiMake lib/prio_tree.c a stand-alone library
2017-04-08 Tomohiro Kusumidump_td_info() doesn't really need to be a function
2017-04-08 Tomohiro KusumiDon't silently terminate td when no I/O performed due...
2017-04-08 Jens Axboebackend: include data direction in debug poisson rate...
2017-04-07 Jens AxboeSplit poisson rate control into read/write/trim
2017-04-07 Dmitry Monakhovengine: add ftruncate ioengine
2017-04-07 Dmitry Monakhovengine: e4defrag fix error reporting
2017-04-04 Jens AxboeFio 2.19 fio-2.19
2017-04-03 Jens Axboebackend: move freeing of td->mutex to main thread
2017-04-02 Jens Axboetime: use correct size type for usecs
2017-04-02 Chris Taylortime: fix overflow in timeval_add_msec()
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [3/3] - rename ioengine...
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [2/3] - move io_u functions
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [1/3] - add io_u.h
2017-03-28 Tomohiro KusumiDrop prototype of unused function td_io_sync()
2017-03-28 Tomohiro KusumiIgnore pre-read for character devices
2017-03-28 Tomohiro KusumiDon't proceed with error set when failed to pre-read...
2017-03-28 Tomohiro KusumiIgnore pre-read for FIO_NOIO td
2017-03-28 Tomohiro KusumiDrop redundant "ignore invalidate option" message from...
2017-03-28 Tomohiro KusumiHOWTO: Mention niche detail of range format options
2017-03-28 Tomohiro KusumiDon't malloc more than necessary on extending/prereadin...
2017-03-28 Tomohiro KusumiTest malloc result when allocation size is tunable
2017-03-28 Tomohiro KusumiFix return value of make_filename() when no filename_format
2017-03-21 Mike Frysingerconfigure: add a --disable-rdma flag to control rdma...
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-21 Tomohiro KusumiFix a comment after f227e2b6
2017-03-21 Tomohiro KusumiHOWTO: Mention fsync=/fsyncdata= are set to 0 by default
2017-03-21 Tomohiro KusumiHOWTO: Mention cpuload= is mandatory for cpuio
2017-03-21 Tomohiro KusumiDefine struct sk_out in server.h (not server.c)
2017-03-21 Tomohiro KusumiReplace redundant TD_F_NOIO flag with td->io_ops_init
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-20 Pan Liumake the bs info output clearer.
2017-03-17 Jens Axboeis_power_of_2() should return bool
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-16 Jens Axboefilesetup: remove bogus message on forcing file size
2017-03-14 Sitsofe Wheelerconfigure: add generic pshared mutex test
2017-03-13 Tomohiro KusumiConditionally enable FIO_HAVE_PSHARED_MUTEX on FreeBSD
2017-03-13 Tomohiro Kusumimanpage: Add URL links to HOWTO/README
2017-03-13 Tomohiro KusumiFix errval variable to be positive errno value
2017-03-13 Tomohiro KusumiUse ENOTSUP if OS doesn't support blkdev page cache...
2017-03-13 Tomohiro KusumiMinor fixup for page cache invalidation debug prints
2017-03-13 Tomohiro KusumiHOWTO: Add note/exception on allow_mounted_write=
2017-03-13 Tomohiro KusumiMake check_mount_writes() test appropriate device types
2017-03-13 Jens Axboerbd: don't log version to stdout
2017-03-13 Jens AxboeMakefile: make test target use thread
2017-03-12 Theodore Ts'oOnly enable arm64 CRC32 acceleration if the required...
2017-03-10 Tomohiro Kusumiconfigure: Make Cygwin take regular configure path
2017-03-10 Tomohiro KusumiUse union for per file engine private data storage
2017-03-10 Tomohiro KusumiDefine struct file_name as a file local structure
2017-03-10 Tomohiro KusumiHOWTO: Add some details for invalidate=
next