gfio: Add support for sending logs over the network
[fio.git] / options.c
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-12 Jens AxboeGroup options into categories
2012-03-09 Jens AxboeMark buffer_compress_chunk as child of buffer_compress_...
2012-03-09 Jens AxboeAdd buffer_compress_chunk option
2012-03-08 Jens AxboeAdd thread_options_pack structure
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-20 Dan EhrenbergToken-based flow control
2012-02-07 Steven LangOptimize pattern verify
2012-02-02 Steven LangOptimize pattern filling by limiting small calls to...
2012-01-31 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-01-31 Steven Noonanimplement zoned random I/O testing support
2011-12-01 Jens AxboeAdd log_avg_msec option
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-11-09 Jens AxboeFix crash when attempting to dupe options
2011-11-09 Steven LangPrivate parameters for ioengines
2011-10-28 Steven LangCleanup option keyword/environment substitution
2011-10-25 Jens AxboeMake verify_dump off by default
2011-10-14 Jens AxboeMemory leak fixes
2011-10-13 Jens AxboeDisable clat percentiles if gtod_reduce=1 is set
2011-10-13 Jens AxboeEnable completion latency percentiles by default
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-06 Jens Axboenet: support for unix domain sockets
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-04 Jens Axboeserver: initial support for command line passing
2011-09-19 Jens AxboeAdd option for controlling buffer scrambling
2011-09-07 Jens AxboeRevert "Fix parser bug with ranges"
2011-09-07 Jens AxboeFix parser bug with ranges
2011-08-31 Jens AxboeAdd sub-option support (sort-of) and convert libaio_use...
2011-08-31 Dan EhrenbergAdding userspace_libaio_reap option
2011-08-25 Jens AxboeAdd possibility to make sequential IO "holed"
2011-08-12 Yu-ju Hongstats: Add a function to report completion latency...
2011-08-03 Jens AxboeAdd 'wait_for_previous' as an alias for the 'stonewall...
2011-08-01 ren yufeiRDMA IO engine
2011-07-12 Jens AxboeAllow percentage setting for size=
2011-07-11 Jens AxboeFix bug in $mb_memory keyword
2011-07-08 Jens AxboeInitial HP-UX port
2011-06-17 Eric GouriouAdd ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.
2011-05-24 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-05-24 Jens AxboeSilence gcc 4.6 warnings
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-20 Jens AxboeAdd fill_fs alias for fill_device
2011-01-19 Jens AxboeDefine OS preferred IO engine
2011-01-19 Jens AxboeFix merge error hiding mmap ioengine under Windows...
2011-01-14 Jens AxboeStreamline pattern/meta verifies instead of special...
2011-01-12 Jens AxboeAdd verify_dump option to control whether to dump bad...
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-11-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-11-25 Jens Axboenrfiles vs nr_files mixups
2010-10-08 Jens AxboeInitial support for explicit write barriers
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAdd binject IO engine
2010-09-01 Jens AxboeAdd verify trim support
2010-08-31 David NellansAdd support for redirection replay of blktrace traces...
2010-08-25 Jens AxboeMark "read_iolog" as a parent for "replay_no_stall"
2010-08-24 David NellansAdd option to skip delays when replaying traces
2010-08-10 Cigy CyriacAdd support for AIX
2010-08-10 Cigy CyriacFix bad casting of unsigned long long to unsigned long
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-07-20 Jens AxboeRename ddir_nr -> ddir_seq_nr
2010-06-29 Jens AxboeFix startdelay option with s/m/h/d postfix
2010-06-24 Jens AxboeAdd total latency log
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-04-13 Jens AxboeMake sure that alias names are also valid on the comman...
2010-03-31 Vivek GoyalAdd an option "cgroup_nodelete" to not delete cgroups...
2010-03-24 Jens AxboeRemove default setting of clocksource
2010-03-24 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-24 Jens AxboeAdd support for specific clock sources
2010-03-19 Jens AxboeOnly define str_sfr_cb() if FIO_HAVE_SYNC_FILE_RANGE...
2010-03-09 Jens AxboeMake sure we handle multiple arguments to sync_file_range
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-03-05 Jens AxboeAllow the adding of 'posval' for dynamic options like...
2010-03-05 Jens AxboeCleanup profile support
2010-03-04 Jens AxboeMake sure profile options get added to long_options[]
2010-03-04 Jens AxboeAdd initial support for profile specific options
2010-03-04 Jens AxboeAdd support for loadable profiles
2010-03-04 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-04 Jens AxboeAdd support for registrering external options
2010-01-28 Jens AxboeAdd specific knob for controlling fallocate() usage
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-08 Jens AxboeAdd support for specifying UID/GID
2009-12-07 Jens AxboeAutodetect cgroup blkio mount point
2009-12-04 Jens AxboeCGROUP fixes
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-13 Jens AxboeAdd support for simple profile benchmarks
2009-11-13 Jens AxboeOnly do math on known keywords
2009-11-13 Jens AxboeSupport simple math on reserved keyword expressions
2009-10-27 Radha RamachandranSupport > 4 byte verify write patterns
2009-10-15 Kenneth WatersFix bug in bssplit parsing
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2009-08-05 Jens AxboeAdd support for reserved keywords
2009-08-04 Jens AxboeAllow ':' in filenames
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-18 Jens AxboeA few more kb_base fixups
next