fio.git
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
2012-03-15 Jens Axboeserver: add missing IOLOG command to text list
2012-03-15 Stephen M.... gfio: add completion percentile bar graph
2012-03-15 Stephen M.... gfio: only parse white color once
2012-03-14 Jens Axboegfio: include name of iolog in gdio_client_iolog()
2012-03-14 Jens Axboeclient/server: zlib error code fixup
2012-03-14 Jens Axboeserver: add vectored fio_send_cmd_ext_pdu()
2012-03-14 Jens Axboegfio: debug dump on iolog receive
2012-03-14 Jens Axboeserver: add fio_sendv_data()
2012-03-14 Jens Axboegfio: remove stale comment, hiding menu items DOES...
2012-03-14 Jens Axboegfio: start of results window menu support
2012-03-14 Jens Axboegfio: fix double alloc of action_group
2012-03-14 Jens Axboegfio: patch around widget destroy crash
2012-03-14 Jens Axboeserver: memset job_add pdu before filling and sending
2012-03-14 Jens Axboeserver: convert iolog in place instead of copy allocati...
2012-03-14 Jens Axboegfio: Add support for sending logs over the network
2012-03-14 Jens Axboeiolog: note type of log
2012-03-14 Jens Axboeclient/server: pass type of client to the backend
2012-03-14 Jens Axboeclient: unify cmd handling ops
2012-03-14 Jens Axboegraph: move graphs a bit to the left, now we don't...
2012-03-14 Jens Axboegfio: terminate and destroy clients before calling...
2012-03-14 Jens Axboegfio: graphing updates
2012-03-13 Jens Axboegfio: fix complaint about unsupported type for recent...
2012-03-13 Jens Axboegfio: fix leak of ge->job_files
2012-03-13 Jens Axboegfio: update TODO
2012-03-13 Jens Axboegfio: Add Drag'n drop support
2012-03-13 Jens AxboeRename t0001 regression job to have .fio file extension
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-13 Jens AxboeAdd regression test for 82af2a7c
2012-03-13 Jens AxboeFix failure to verify in mixed read/write workload...
2012-03-13 Jens Axboegfio: add recently opened files to File menu
2012-03-13 Jens Axboegfio: change Job->Connect menu item string
2012-03-13 Jens AxboeAdd gfio TODO file
2012-03-13 Jens Axboegfio: remove widgets from struct gui/gui_entry that...
2012-03-13 Jens AxboeClient reference fixes
2012-03-13 Jens Axboegfio: add support for graph tooltips
2012-03-13 Jens Axboegfio: allow close with ctrl-w if there are no clients
2012-03-13 Jens AxboeMerge branch 'gfio' of ssh://brick.kernel.dk/data/git...
2012-03-13 Stephen M.... gfio: fix hiding of menu entries
2012-03-12 Jens Axboegfio: fix crash when pushing 'start job' and no client...
2012-03-12 Jens AxboeMakefile: properly clean all objects on make clean
2012-03-12 Jens Axboegfio: fix wrong pointer being passed into file_open()
2012-03-12 Jens Axboegfio: prep for recent files
2012-03-12 Jens Axboegfio: improve Job menu
2012-03-12 Jens Axboegfio: add support for making job menu visible or not
2012-03-12 Jens Axboegfio: add close-tab functionality
2012-03-12 Jens Axboegfio: prevent multitext crash on invalid update
2012-03-12 Jens AxboeGroup options into categories
2012-03-12 Jens Axboegfio: pack per-job info in a multitext structure
2012-03-12 Jens AxboeOnly send job options once
2012-03-12 Stephen M.... gfio: add extra space to the graphs at the edges
2012-03-12 Stephen M.... gfio: fix tickmark shortening for zero special case
2012-03-11 Jens Axboegraph: drop more than 1 entry, if we are more than...
2012-03-11 Jens Axboegfio: use current value of graph limit as the default
2012-03-11 Stephen M.... gfio: encapsulate x- and y-offsets into graph library
2012-03-11 Stephen M.... gfio: add comments to interface of graph mini library
2012-03-11 Stephen M.... gfio: use graph axis unit change notification callbacks
2012-03-11 Stephen M.... gfio: add graph axis unit change notification callbacks
2012-03-11 Stephen M.... gfio: fix discrepancies between graph header and implem...
2012-03-11 Stephen M.... gfio: do not mix K M and G when shortening axis labels
2012-03-09 Jens Axboegfio: move debug preferences last
2012-03-09 Jens Axboegfio: add eta msec interval preference
2012-03-09 Jens Axboeclient: make ETA interval poll period configurage in...
2012-03-09 Jens Axboegfio: add preference entry for number of values to...
2012-03-09 Jens AxboeMark buffer_compress_chunk as child of buffer_compress_...
2012-03-09 Jens AxboeAdd buffer_compress_chunk option
2012-03-09 Jens AxboeHonor refill_buffers even for verifies
2012-03-09 Jens AxboeCompression buffer fill fix
2012-03-09 Jens Axboeclient: send probe from fio_client_connect()
2012-03-09 Jens Axboegfio: better handle multiple threads/processes in a job
2012-03-09 Jens Axboegfio: make results notebook scrollable too
2012-03-09 Jens Axboegfio: make notebooks scrollable if there are too many
2012-03-09 Jens Axboegfio: hold a reference to the fio_client structure
2012-03-09 Jens Axboegfio: more error reporting
2012-03-09 Jens Axboeserver: return real error from fio_send_data()
2012-03-09 Jens Axboeclient: return more errors
2012-03-09 Jens Axboeclient: return errno on connection failure
2012-03-09 Jens Axboegfio: handle clients individually
2012-03-09 Jens Axboegfio: only start one client net handler
2012-03-09 Jens Axboegfio: start of support for notebooked jobs
2012-03-09 Jens Axboegfio: ignore group stats for now
2012-03-08 Jens AxboeAdd basic cconv test
2012-03-08 Jens AxboeSeparate the act of adding and starting a job
2012-03-08 Jens Axboeexample: bump netio example to 100g transfer
2012-03-08 Jens Axboeserver: rename CMD_RUN to CMD_SERVER_START
2012-03-08 Jens Axboeclient/server: pass back packed thread_options in add_job()
2012-03-08 Stephen M.... gfio: Add y-axis labels
2012-03-08 Stephen M.... gfio: move graph area a bit to the right
2012-03-08 Stephen M.... gfio: fix a bug in the y-axis label shortening algorithm
next