fio.git
2012-03-22 Jens Axboegfio: leave notebook entry as the file name
2012-03-22 Jens AxboeFixes for 32-bit compile
2012-03-22 Jens Axboegfio: hide graph if all values are zero
2012-03-22 Jens Axboegraph: fix finding tooltips from label 1+
2012-03-22 Jens Axboegraph: fix missing else
2012-03-22 Jens Axboegraph: prio tree alias handling
2012-03-21 Jens AxboeMake fio include the git version in the version output
2012-03-21 Jens Axboegraph: remove unnecessary float multiplier
2012-03-21 Jens Axboegraph: yet one tooltip tweaking
2012-03-21 Jens Axboegraph: bump prio end value by ytick delta, if all zeroes
2012-03-21 Jens Axboegraph: cleanup tooltip alias handling
2012-03-21 Jens Axboegraph: fix crash on alias in prio tree
2012-03-21 Jens Axboegraph: clear prio root iter on extra loop
2012-03-21 Jens Axboegraph: fix for unitialized graph_value nodes
2012-03-21 Jens Axboegraph: remove debug printf
2012-03-21 Jens Axboegraph: switch tooltip lookups to being range based...
2012-03-21 Jens AxboeMove rbtree into lib/
2012-03-21 Jens Axboegraph: stop matching tooltips if X diff is too large
2012-03-21 Jens Axboegfio: set notebook label to base filename
2012-03-21 Jens Axboegfio: use glib hash for tab lookup
2012-03-21 Jens Axboegfio: fix gc leak
2012-03-21 Jens Axboegfio: fixup spurious editor indent
2012-03-21 Jens Axboegfio: split some parts into gclient.c
2012-03-21 Jens Axboegfio: add gerror.c for reporting errors
2012-03-21 Jens Axboegfio: update for handling files, connections, states
2012-03-20 Jens Axboeclient: don't leak file descriptor on exit
2012-03-20 Jens Axboeserver: use passed in sk in send functions
2012-03-20 Jens Axboegfio: lessen use of main_ui directly
2012-03-20 Jens Axboegoptions: remember to mark option index for FIO_OPT_STR_VAL
2012-03-20 Jens Axboegoptions: use glib n-ary tree for option dependencies
2012-03-20 Jens Axboegoptions: enable combo box hiding
2012-03-20 Jens Axboeoptions: add ->hide_on_set
2012-03-20 Jens Axboegoptions: don't emit change signals during setup
2012-03-20 Jens Axboegoptions: ensure that FIO_OPT_STR_VAL doesn't exceed...
2012-03-20 Jens Axboegoptions: better support for FIO_OPT_STR_VAL
2012-03-20 Jens Axboegoptions: free opt types on exit from edit options...
2012-03-20 Jens Axboegfio: kill ge on widget destroy
2012-03-20 Jens AxboeMerge branch 'gfio' of ssh://brick.kernel.dk/data/git...
2012-03-20 Stephen M.... gfio: fix crash on exit
2012-03-20 Stephen M.... gfio: clear stale widget pointers on dialog destruction
2012-03-19 Jens Axboegoptions: block gtk signal handlers instead of hacking...
2012-03-19 Jens Axboecpu: move cpuload/cpuchunks options into private engine...
2012-03-19 Jens Axboeoptions: more groupings
2012-03-19 Jens Axboegfio: apply inverse options to buffered/direct
2012-03-19 Jens Axboeoptions: more option grouping
2012-03-19 Jens Axboeoptions: group cgroups and jobs
2012-03-19 Jens Axboegfio: fill default options on new job
2012-03-19 Jens AxboeAdd support for inverse options
2012-03-19 Jens Axboegfio: option improvements
2012-03-19 Jens Axboegfio: add support for FIO_OPT_STR_MULTI options
2012-03-19 Jens AxboeCategorize a few more options
2012-03-19 Jens Axboegfio: improve option edit
2012-03-19 Jens Axboebackend: privatize nr_thread/nr_process
2012-03-19 Jens Axboeserver: make client connections fork off
2012-03-17 Jens Axboegfio: set clat/lat bucket graph Y title
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-17 Steven LangAdded 99.95 and 99.99 default percentiles.
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-17 Jens AxboeAdd regression test for 37cf9e3c
2012-03-17 Jens AxboeEnable read/write sequential offset to be a non-multipl...
2012-03-16 Jens Axboegfio: make option hiding actually work
2012-03-16 Jens Axboegfio: initial support for hiding child options
2012-03-16 Jens AxboeAdd hint on whether to hide a sub option if a parent...
2012-03-16 Jens AxboeAllow options to specify intervals
2012-03-16 Jens Axboegfio: sync range spin buttons in edit view
2012-03-16 Jens AxboeAdd FIO_OPT_G_IO_ENG category
2012-03-16 Jens AxboeAdd categories for missing options
2012-03-16 Jens Axboeparse: ensure that an option has a category
2012-03-16 Daniel Ehrenbergtime_based: Avoid restarting main I/O loop
2012-03-16 Jens Axboegfio: correctly input stored FIO_OPT_STR_STORE options
2012-03-16 Jens Axboegfio: inherit and show more options correctly in edit job
2012-03-16 Jens Axboegfio: demo of how to inherit option values into edit...
2012-03-16 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Jens AxboeFix problem with iodepth_batch_complete=0 and accounting
2012-03-16 Jens AxboeFix wrap bug in mtime_since()
2012-03-16 Jens Axboegfio: move more code to ghelpers.c
2012-03-16 Jens Axboegraph: use 0 as the floor for the line graph
2012-03-16 Jens Axboegfio: start of options view and edit
2012-03-15 Jens Axboegfio: use ctrl-d for connect/disconnect
2012-03-15 Jens Axboegfio: start of splitting up the source a bit
2012-03-15 Jens Axboegfio: include direct/buffered IO type in the iotype...
2012-03-15 Jens Axboegfio: add bs display
2012-03-15 Jens Axboegfio: put disk utilization tab in a scrolled window
2012-03-15 Jens Axboegraph: tighten x-axis tooltip hit
2012-03-15 Jens AxboeDocument compress_buffer_percentage, compress_buffer_chunk
2012-03-15 Jens AxboeNote offset_increment parent option
2012-03-15 Jens AxboeFix offset_increment option and add man page entry...
2012-03-15 Yufei Renrdma engine graceful teardown
2012-03-15 Dan EhrenbergNew offset_increment option
2012-03-15 Jens Axboegfio: fixup adding/showing of end results
2012-03-15 Jens Axboegfio: remove ->job_added, it's only ever set
2012-03-15 Jens Axboegfio: reload ge->gc after clicking connect force the...
2012-03-15 Jens Axboegfio: allow different tooltips for a button depending...
2012-03-15 Jens Axboegfio: move File->Open above File->Close
2012-03-15 Jens Axboegfio: move disk utilization to a private tab in per...
2012-03-15 Jens AxboeAdd thread number ID to appropriate network commands
2012-03-15 Jens Axboegfio: fix attempt to add multiple entries to disk util...
2012-03-15 Jens Axboegraph: fix bar graph min/max displays
2012-03-15 Jens Axboegfio: add latency bucket bar graph to end results
2012-03-15 Jens Axboegfio: add View -> Results menu item
next