fio.git
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
2013-04-11 Jens AxboeMake nr_thread/nr_process private to backend
2013-04-11 Jens Axboebackend: merge in td->o to o-> thread_main() change
2013-04-11 Jens AxboeRename job files
2013-04-11 Jens AxboeMove init code to libfio
2013-04-11 Jens Axboeioengine: import whitespace changes
2013-04-11 Jens AxboeMake lockmem a per job option
2013-04-10 Jens AxboeMerge in crc32c-intel probe
2013-04-10 Jens AxboeMerge in zipf differences from gfio
2013-04-10 Jens AxboeMerge missing content to man page
2013-04-10 Jens AxboeREADME: remove partial option list
2013-04-10 Jens AxboeMove rbtree to lib/
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens Axboetiobench: remove duplicate profile group
2013-04-10 Jens AxboeCategorize engine and profile options
2013-04-10 Jens Axboeparse: fix spelling error
2013-04-10 Jens Axboeparse: bring in more stuff from gfio
2013-04-10 Jens AxboeUnify options with gfio
2013-04-10 Jens AxboeAdd thread_options.h
2013-04-10 Jens Axboeconfigure: gfio wording
2013-04-10 Jens AxboeAdd group/category to numa/mem node options
2013-04-10 Jens Axboeparse: set invalid group on option with no group set
2013-04-10 Jens Axboeparse: catch all options without a group/category set
2013-04-10 Jens Axboegfio: add option group/category to filename_format
2013-04-10 Jens Axboeparse: don't print min/max option ranges if posval...
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeConvert unit_base to posval[]
2013-04-10 Jens Axboeparse: for option with posval, dump allowed values...
2013-04-09 Jens Axboeoptions: make unit_base be posval[] based
2013-04-09 Jens Axboeparse: add posval support to FIO_OPT_INT
2013-04-09 Jens Axboeparse: add posval support to FIO_OPT_INT
2013-04-09 Jens Axboeoptions: make unit_base be posval[] based
2013-04-09 Jens Axboegfio: add support for FIO_OPT_INT options with posval
2013-04-09 Jens Axboegfio: update new options for gfio opt format
2013-04-09 Jens Axboeserver: bump protocol version
2013-04-09 Jens Axboeserver: bump protocol version
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Steven Noonanstat.c: make 'bw' summary line respect 'unit_base'...
2013-04-09 Steven Noonanstats: show summary bandwidth in terms of kb_base
2013-04-09 Steven Noonanimplement 'unit_base' option to select between KB and...
2013-04-09 Steven Noonannum2str: add arguments to represent values in terms...
2013-04-08 Jens AxboeMerge branch 'next'
2013-04-08 Jens AxboeFio 2.0.15 fio-2.0.15
2013-04-05 Jens AxboeMakefile: use ginstall on Solaris
2013-04-05 Jens AxboeMakefile: use ginstall on Solaris
2013-04-05 Jens AxboeMan page formatting fixups
2013-04-05 Jens AxboeUse strcasestr() for matching filename_prefix keywords
2013-04-05 Jens AxboeAdd strcasestr()
2013-04-05 Jens Axboeconfigure: check for zlib
2013-04-05 Jens AxboeFix merge error
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-04-05 Jens AxboeAdd filename_format option
2013-04-04 Steven Noonangitignore: ignore configure script outputs
2013-04-03 Shaohua LiFixup json bandwidth output
2013-03-29 Jens Axboeparse: fix misparse of bs=64k-128k
2013-03-29 Jens Axboeaxmap: get rid of old debug ->fail_ok checking
2013-03-29 Bruce CranWorkaround pthreads-win32 pthread_rwlock_init limitation.
2013-03-29 Bruce CranFix rwlock error messages to specify the correct functi...
2013-03-29 Jens Axboet/axmap: add test for multi bit sets
2013-03-29 Jens Axboeaxmap: fix bug with max_bs/min_bs ratio being > 64
2013-03-29 Jens Axboeconfigure: fixup build so that it's more resilient
2013-03-28 Jens AxboeFix usr/sys/ctx/majf/minf for -USR1 usage
next