1. ca664f4 gfio: fix double alloc of action_group by Jens Axboe · 13 years ago
  2. 425f25d gfio: patch around widget destroy crash by Jens Axboe · 13 years ago
  3. 1b42725 gfio: Add support for sending logs over the network by Jens Axboe · 13 years ago
  4. 46bcd49 client/server: pass type of client to the backend by Jens Axboe · 13 years ago
  5. 35c0ba7 client: unify cmd handling ops by Jens Axboe · 13 years ago
  6. 0fd1898 gfio: terminate and destroy clients before calling gtk_main_quit() by Jens Axboe · 13 years ago
  7. d8fbeef gfio: graphing updates by Jens Axboe · 13 years ago
  8. a217ba7 gfio: fix complaint about unsupported type for recent files by Jens Axboe · 13 years ago
  9. 2c77d83 gfio: fix leak of ge->job_files by Jens Axboe · 13 years ago
  10. a679090 gfio: Add Drag'n drop support by Jens Axboe · 13 years ago
  11. 38634cb gfio: add recently opened files to File menu by Jens Axboe · 13 years ago
  12. 21ba904 gfio: change Job->Connect menu item string by Jens Axboe · 13 years ago
  13. 6547633 gfio: remove widgets from struct gui/gui_entry that we don't really use by Jens Axboe · 13 years ago
  14. 3af4520 Client reference fixes by Jens Axboe · 13 years ago
  15. 93e2db2 gfio: add support for graph tooltips by Jens Axboe · 13 years ago
  16. f5c6726 gfio: allow close with ctrl-w if there are no clients by Jens Axboe · 13 years ago
  17. 2156fcd Merge branch 'gfio' of ssh://brick.kernel.dk/data/git/fio into gfio by Jens Axboe · 13 years ago
  18. 63f81ed gfio: fix hiding of menu entries by Stephen M. Cameron · 13 years ago
  19. 78cb2fe gfio: fix crash when pushing 'start job' and no client connected by Jens Axboe · 13 years ago
  20. cf4b044 gfio: fix wrong pointer being passed into file_open() by Jens Axboe · 13 years ago
  21. 261f21d gfio: prep for recent files by Jens Axboe · 13 years ago
  22. 85dd01e gfio: improve Job menu by Jens Axboe · 13 years ago
  23. 02421e6 gfio: add support for making job menu visible or not by Jens Axboe · 13 years ago
  24. 16ce5ad gfio: add close-tab functionality by Jens Axboe · 13 years ago
  25. da18543 gfio: prevent multitext crash on invalid update by Jens Axboe · 13 years ago
  26. c80b74b gfio: pack per-job info in a multitext structure by Jens Axboe · 13 years ago
  27. def0ac2 gfio: add extra space to the graphs at the edges by Stephen M. Cameron · 13 years ago
  28. c05d905 gfio: use current value of graph limit as the default by Jens Axboe · 13 years ago
  29. 57f9d28 gfio: encapsulate x- and y-offsets into graph library by Stephen M. Cameron · 13 years ago
  30. f0af9f8 gfio: use graph axis unit change notification callbacks by Stephen M. Cameron · 13 years ago
  31. a31d9fa gfio: move debug preferences last by Jens Axboe · 13 years ago
  32. 1cf6bca gfio: add eta msec interval preference by Jens Axboe · 13 years ago
  33. 6433ee0 client: make ETA interval poll period configurage in fio_client_ops by Jens Axboe · 13 years ago
  34. 8577f4f gfio: add preference entry for number of values to keep in graph by Jens Axboe · 13 years ago
  35. 3863d1a gfio: better handle multiple threads/processes in a job by Jens Axboe · 13 years ago
  36. 0aa928c gfio: make results notebook scrollable too by Jens Axboe · 13 years ago
  37. b870c31 gfio: make notebooks scrollable if there are too many by Jens Axboe · 13 years ago
  38. 343cb4a gfio: hold a reference to the fio_client structure by Jens Axboe · 13 years ago
  39. c724926 gfio: more error reporting by Jens Axboe · 13 years ago
  40. 9988ca7 gfio: handle clients individually by Jens Axboe · 13 years ago
  41. a9eccde gfio: only start one client net handler by Jens Axboe · 13 years ago
  42. 2f99deb gfio: start of support for notebooked jobs by Jens Axboe · 13 years ago
  43. 98ceabd gfio: ignore group stats for now by Jens Axboe · 13 years ago
  44. b9d2f30 Separate the act of adding and starting a job by Jens Axboe · 13 years ago
  45. dcaeb60 client/server: pass back packed thread_options in add_job() by Jens Axboe · 13 years ago
  46. 019dd47 gfio: Add y-axis labels by Stephen M. Cameron · 13 years ago
  47. 6b79c80 gfio: improve stop handling by Jens Axboe · 13 years ago
  48. b01329d gfio: make the end results window a scrolled one by Jens Axboe · 13 years ago
  49. f129909 gfio: don't use gtk_dialog_get_content_area() by Jens Axboe · 13 years ago
  50. 604cfe3 gfio: add missing disk utilization stat to end results by Jens Axboe · 13 years ago
  51. 3ea48b8 gfio: allow graph to stretch or shrink as window expands or contracts by Stephen M. Cameron · 13 years ago
  52. 9ce9cfb gfio: get rid of invisible data by Stephen M. Cameron · 13 years ago
  53. fe8afdd gfio: cap graph data count by Stephen M. Cameron · 13 years ago
  54. 9f4883a gfio: change color of graphs by Jens Axboe · 13 years ago
  55. 45dcb2e gfio: remove a few debug printfs by Jens Axboe · 13 years ago
  56. b04ad8d gfio: add units to x-axis labels and remove redundant y-axis labels by Stephen M. Cameron · 13 years ago
  57. cae0872 gfio: make empty graph show grid lines, not "No good data" by Stephen M. Cameron · 13 years ago
  58. aaa71f6 gfio: make graph background white by Stephen M. Cameron · 13 years ago
  59. 84a72ed gfio: add license by Jens Axboe · 13 years ago
  60. 81e4ea6 gfio: update about dialog by Jens Axboe · 13 years ago
  61. f3e8440 gfio: add font selection and resize original window by Jens Axboe · 13 years ago
  62. 87d5f27 graph: use unsigned ints by Jens Axboe · 13 years ago
  63. 62bc937 gfio: be a bit more clever on when to auto-start backend or not by Jens Axboe · 13 years ago
  64. 2d26299 gfio: add *.ini as fio job file filter by Jens Axboe · 13 years ago
  65. 2fd3bb0 gfio: Add graphs for read/write bandwidth and read/write IOPS by Jens Axboe · 13 years ago
  66. e34f6ad gfio: clear progress bar on job end by Jens Axboe · 13 years ago
  67. 63a130b gfio: first attempt at actually automatically starting backend server by Jens Axboe · 13 years ago
  68. c0187f3 Add my copyright to gfio.c by Jens Axboe · 13 years ago
  69. 69406b9 gfio: connect buton fix by Jens Axboe · 13 years ago
  70. 661f741 gfio: enable tree view grid lines by Jens Axboe · 13 years ago
  71. f095d56 gfio: align log text to the left by Jens Axboe · 13 years ago
  72. b465562 gfio: don't use gtk_combo_box_text by Jens Axboe · 13 years ago
  73. 4cbe721 gfio: make log window scrollable by Jens Axboe · 13 years ago
  74. 88f6e7a gfio: better handling of connect/disconnect button by Jens Axboe · 13 years ago
  75. e0681f3 gfio: add disk utilization output to end results by Jens Axboe · 13 years ago
  76. 9b260bd gfio: add log viewer by Jens Axboe · 13 years ago
  77. f9d40b4 gfio: put results from same job file into a notebook by Jens Axboe · 13 years ago
  78. 45913d2 gfio: use a window for results, not a dialog box by Jens Axboe · 13 years ago
  79. 0050e5f gfio: ensure all command opcode handlers are properly gdk thread protected by Jens Axboe · 13 years ago
  80. 19998db gfio: correct depths view by Jens Axboe · 13 years ago
  81. 2b08989 gfio: move bandwidth stats by Jens Axboe · 13 years ago
  82. 2e33101 gfio: add os resource usage and io depth display by Jens Axboe · 13 years ago
  83. e5bd134 gfio: add latency bucket display by Jens Axboe · 13 years ago
  84. 0b76130 gfio: fixup bw display by Jens Axboe · 13 years ago
  85. ca85099 gfio: Change some labels to entries and add bw stats to final output by Jens Axboe · 13 years ago
  86. a269790 Add completion percentiles to results output by Jens Axboe · 13 years ago
  87. 1c1e4a5 End results fixes by Jens Axboe · 13 years ago
  88. 3650a3c gfio: start of proper end results data display by Jens Axboe · 13 years ago
  89. 89e5fad Pass in client for thread/group status op by Jens Axboe · 13 years ago
  90. a527661 Store specific client ops in the fio_client structure by Jens Axboe · 13 years ago
  91. 3bf236c Convert net commands in the generic command handler by Jens Axboe · 13 years ago
  92. 084d1c6 Add new net command for text logging by Jens Axboe · 13 years ago
  93. 0b8d11e Add preferences help tooltips by Jens Axboe · 13 years ago
  94. 46974a7 Add Preferences dialog by Jens Axboe · 13 years ago
  95. 8843265 GUI fixes by Jens Axboe · 13 years ago
  96. b9f3c7e Start of support for auto-starting the backend by Jens Axboe · 13 years ago
  97. 8663ea6 Clear UI/progress bar on disconnect/quit by Jens Axboe · 13 years ago
  98. df06f22 Terminate clients when 'Disconnect' is clicked by Jens Axboe · 13 years ago
  99. a7a42ce Move connection details to separate dialog box by Jens Axboe · 13 years ago
  100. ed727a4 Add support for client timed out ops by Jens Axboe · 13 years ago