fio.git
2013-07-10 Josef BacikMake sure io_u->buflen is aligned to the verify_interval
2013-06-05 Jens AxboeFio 2.1.1 fio-2.1.1
2013-05-29 Jens AxboeMakefile: don't run configure for make clean
2013-05-29 Bruce CranWindows: include winsock2.h instead of windows.h to...
2013-05-29 Bruce Cranposix_fadvise is now provided in helpers.c: remove...
2013-05-29 Bruce CranUpdate windowsaio for changes to the thread structure
2013-05-29 Jens AxboeFix bad merge of write_iops_log= option for fio 2.1
2013-05-28 Jens AxboeBump IO engine version number
2013-05-28 Jens AxboeReplace list based free/busy/requeue list with FIFO...
2013-05-27 Jens AxboeCatch NULL td->o.ioengine
2013-05-24 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-24 Jens Axboeact: add slice support and pass/fail end criteria
2013-05-24 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-24 LouwrentiusRework fio_generate_plots script
2013-05-23 Jens Axboetiobench: ensure that ioengine is being specified
2013-05-23 Jens AxboeAlways exit if do_exit is set after parse
2013-05-23 Jens Axboeparse: if profile is set, only show options relevant...
2013-05-23 Jens AxboeMake group_reporting be a string-set option again
2013-05-23 Jens AxboeBetter catch arguments with required options and none...
2013-05-23 Jens AxboeFix segfault is bool option is used on command line...
2013-05-23 Jens Axboeact: basic reporting
2013-05-23 Jens Axboeact: bring closer to real ACT
2013-05-22 Jens Axboeact: fixes
2013-05-22 Jens AxboeStart of ACT like benchmark profile
2013-05-22 Jens Axboehelpers: fixup bad fadvise check
2013-05-21 Chandra Mallarapufusion atomic: retrieve all capabilities and support...
2013-05-18 Santhosh Koundinyafusion atomic: support for new SDK API
2013-05-17 Jens Axboeflow: quiesce pending IO before sleep
2013-05-17 Jens AxboeUpdate HOWTO and man page for thinktime blocks impact...
2013-05-17 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-17 Jens AxboeEnsure that we have no IO pending when sleeping
2013-05-16 Jens Axboesync engine: guard pvsync engine register/unregister
2013-05-16 Jens AxboeDocument pvsync engine
2013-05-16 Jens Axboesync engine: add support for pwritev/preadv
2013-05-15 Jens AxboeFio 2.1 fio-2.1
2013-05-09 Jens AxboeHOWTO: fix typo
2013-05-03 Jens AxboeHonor random/zero/compressible settings for filling...
2013-05-01 Akers, Jason Bandroid: use ashmem
2013-05-01 Jens Axboeconfigure: remove argument for --build-32bit-win
2013-04-28 Bruce CranAdd support for dumping the status on Windows.
2013-04-27 Jens AxboeAdd distclean target
2013-04-27 Jens AxboeMove __NR_shm* syscall numbers to x86-64 where they...
2013-04-26 Jens AxboeEnsure that stat outputs are serialized
2013-04-26 Vincent Kang FuAdd log_info_flush()
2013-04-26 Jens AxboeGet rid of td->o.perc_seq
2013-04-26 Jens AxboeAdd support for modifying the randomness of a workload
2013-04-25 Jens AxboeCatch the case where size= is less than the minimum...
2013-04-25 Jens Axboeparse: add debug output when enabled
2013-04-25 Jens AxboeFix filling verify pattern for byte sizes of 3, 5,...
2013-04-25 Jens AxboeEnsure we stop parsing and exit if a command line optio...
2013-04-25 Jens AxboeUpdate man page with new command line options
2013-04-25 Jens AxboeAdd support for other ways of triggering intermediate...
2013-04-24 peter changfix memory allocation in the cases we may need to align
2013-04-23 Bruce CranReally suppress ICE61 when building the Windows installer.
2013-04-23 Bruce CranFix Windows build warnings.
2013-04-18 Jens Axboegerror: mixed code/data section
2013-04-17 Jens AxboeAdd -Wdeclaration-after-statement to compiler flags
2013-04-17 Jens AxboeGet rid of mixed code/data sections
2013-04-17 Jens Axboeioengine: kill unneeded thread_data forward declaration
2013-04-17 Jens AxboeKil unneeded forward declaration
2013-04-17 Jens AxboeMove unused and other attributes to the compiler section
2013-04-17 Jens AxboeSplit out td error handling code
2013-04-17 Jens Axboenull: 'td' isn't actually unused, unmark it
2013-04-17 Jens AxboePropagate io engine error back to 'td', if not already...
2013-04-16 Jens Axboegoptions: fix bad log_err() type
2013-04-15 Bruce CranUpdate the examples filenames in the Windows installer.
2013-04-15 Jens AxboeFixup bad logging types
2013-04-15 Jens Axboelog: add printf() attribute to log_*() functions
2013-04-15 Dmitry Monakhovfio: fix segfault on 32bits platforms
2013-04-15 Jens Axboeeta: improve output for threads sitting in TD_SETTING_UP
2013-04-15 Otavio SalvadorARM: Use generic assembly nop and barrier code for...
2013-04-15 Aaron CarrollREADME: quick note on how to cross compile
2013-04-13 Jens Axboefilesetup: set TD_SETTING_UP runstate when laying out...
2013-04-13 Jens AxboeRevert change that set group_reporting to 1
2013-04-12 Jens AxboeFix warning on platforms without disk util support
2013-04-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-04-12 Bruce Cranserver: include uio.h for writev()
2013-04-12 Jens Axboegclient: update to new probe command format
2013-04-12 Jens AxboeMake use of zlib optional
2013-04-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-04-12 Jens Axboeconfigure: add needed packages hints
2013-04-12 Jens Axboex86: fixup cpuid for some odd (android) 32-bit variants
2013-04-12 Aaron Carrollandroid: add byteorder for the swab routines
2013-04-12 Aaron Carrollandroid: add shm syscalls and fix ioprio definitions
2013-04-12 Aaron Carrollserver: fix 32-bit build warning
2013-04-11 Jens AxboeMakefile: clean $(FIO_OBJS) too
2013-04-11 Jens AxboeREADME: update
2013-04-11 Jens AxboeFix a few 4.8 extra anal warnings
2013-04-11 Jens AxboeGet rid of cast between enums
2013-04-11 Jens Axboelibaio: fix double setting of option category
2013-04-11 Jens Axboenet: fix double setting of option category
2013-04-11 Jens Axboeclient: move jobs_eta to the end of client_eta
2013-04-11 Jens Axboeclient/server: pass ->unit_base properly
2013-04-11 Jens Axboeclient/server: pass je->rate[] and je->iops[] over...
2013-04-11 Jens AxboeMerge branch 'gfio' into gfio-int
2013-04-11 Jens Axboeto_kmg() -> fio_uint_to_kmg()
2013-04-11 Jens AxboeMove t/jobs/ to .fio format
2013-04-11 Jens AxboeMake io_sample word size agnostic
2013-04-11 Jens Axboeiolog: note type of log
2013-04-11 Jens Axboeinit: kill unused mlock_size
next