fio.git
2017-05-24 Jens Axboelog: make the logging functions handle > 1024 bytes...
2017-05-24 Jens Axboelog: make log_buf() return how much it wrote
2017-05-24 Tomohiro KusumiMove Linux/ppc64 specific cpu_online() to os/os-linux.h
2017-05-24 Tomohiro KusumiInclude sg headers in os/os-linux.h
2017-05-24 Tomohiro KusumiDrop circular dependency in log.c and lib/output_buffer.c
2017-05-24 Tomohiro KusumiDrop struct thread_data dependency from os headers
2017-05-24 Tomohiro KusumiMove {is,load}_blktrace() to a new header blktrace.h
2017-05-24 Tomohiro Kusumiconfigure: Add print_config() for "<config>... <yes...
2017-05-24 Tomohiro Kusumiconfigure: Use single square brackets (POSIX)
2017-05-24 Jens AxboeRevert "Fixed json_print_value so that ending double...
2017-05-22 Jens AxboeMerge branch 'bugfix' of https://github.com/YukiKita/fio
2017-05-22 Jens AxboeMerge branch 'android_cgroup' of https://github.com...
2017-05-22 Jens AxboeMerge branch 'alignment' of https://github.com/sitsofe/fio
2017-05-22 Sitsofe Wheelerserver: bump protocol version
2017-05-22 Sitsofe Wheelerfio: fix some struct alignment issues
2017-05-22 Jens AxboeFix typo in man page / HOWTO for block size defaults
2017-05-22 Jens AxboeMerge branch 'alignment' of https://github.com/omor1/fio
2017-05-22 Jens AxboeMerge branch 'android-26-shm' of https://github.com...
2017-05-22 Omri Moros/os-android.h: fix compilation for Android O
2017-05-22 Omri Moros/os-android.h: fix alignment problems in shared memor...
2017-05-22 Omri Morconfigure: fix _Static_assert check
2017-05-20 Omri MorAndroid: add support for cgroups
2017-05-20 Omri Morflist.h: replace offsetof macros by stddef.h include
2017-05-19 Jens AxboeFio 2.20 fio-2.20
2017-05-19 Andreas Herrmannstat: Re-add output of basic bw information if bw_log...
2017-05-18 Jens AxboeRemove leftover warnings
2017-05-18 Jens AxboeFix wrap issue with 64-bit pwritev2/preadv2
2017-05-17 YukiKitaFixed json_print_value so that ending double quote...
2017-05-10 Jens Axboeman page: include reference to version 4 of the terse...
2017-05-04 Jens Axboeoptions: force refill_buffers with pattern and any...
2017-05-03 Vincent Fugettime: make utime_since_now and mtime_since_now consi...
2017-05-03 Vincent Fuclient/server: make sure that all elements in io_u_lat_...
2017-05-03 Vincent Fustat: reset_io_stats: fix a problem, rearrange some...
2017-05-03 Vincent FuRevert "tools/fio_latency2csv.py: add tool that convert...
2017-05-03 Vincent Fustat: change json+ output format so that instead of...
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
next