1. 5442cfb gfio: add trim UI support by Jens Axboe · 12 years ago
  2. 2a95f71 gfio: use light yellow as graph background by Jens Axboe · 12 years ago
  3. 3c3ed07 White space spring cleaning by Jens Axboe · 13 years ago
  4. 3ad0439 Add named log level by Jens Axboe · 13 years ago
  5. b6ab6a3 gfio: use appropriate gtk signal for draw/expose of graphs by Jens Axboe · 13 years ago
  6. cd0d2db gcompat: get closer to working with gtk3 by Jens Axboe · 13 years ago
  7. f762cef gcompat: provide backwards compatible functions for older gtk versions by Jens Axboe · 13 years ago
  8. cd972fd gfio: use G_OBJECT(), not GTK_OBJECT() by Jens Axboe · 13 years ago
  9. 753e9e6 gfio: add per-job option view by Jens Axboe · 13 years ago
  10. cf3d824 gfio: start of per-job option edit by Jens Axboe · 13 years ago
  11. a1e7972 gfio: improve and remember font selection by Jens Axboe · 13 years ago
  12. 7545078 Fix reversal of IOPS and BW graphs by Jens Axboe · 13 years ago
  13. 8dfd607 graph: return opaque graph_label_t for each label added by Jens Axboe · 13 years ago
  14. 01a947f gfio: hide graph if all values are zero by Jens Axboe · 13 years ago
  15. 0577543 Move rbtree into lib/ by Jens Axboe · 13 years ago
  16. 832fde7 gfio: set notebook label to base filename by Jens Axboe · 13 years ago
  17. b98ab71 gfio: use glib hash for tab lookup by Jens Axboe · 13 years ago
  18. 470cdbb gfio: fix gc leak by Jens Axboe · 13 years ago
  19. b0500cc gfio: fixup spurious editor indent by Jens Axboe · 13 years ago
  20. 1252d8f gfio: split some parts into gclient.c by Jens Axboe · 13 years ago
  21. 4166658 gfio: add gerror.c for reporting errors by Jens Axboe · 13 years ago
  22. 0cf3ece gfio: update for handling files, connections, states by Jens Axboe · 13 years ago
  23. 6e02ad6 gfio: lessen use of main_ui directly by Jens Axboe · 13 years ago
  24. 2eb98bf gfio: kill ge on widget destroy by Jens Axboe · 13 years ago
  25. ce37af1 gfio: fix crash on exit by Stephen M. Cameron · 13 years ago
  26. 588b7f0 gfio: fill default options on new job by Jens Axboe · 13 years ago
  27. f1a05d0 gfio: set clat/lat bucket graph Y title by Jens Axboe · 13 years ago
  28. 789f4cc gfio: demo of how to inherit option values into edit window by Jens Axboe · 13 years ago
  29. 49c3417 gfio: move more code to ghelpers.c by Jens Axboe · 13 years ago
  30. 9af4a24 gfio: start of options view and edit by Jens Axboe · 13 years ago
  31. bc271d8 gfio: use ctrl-d for connect/disconnect by Jens Axboe · 13 years ago
  32. 53e0e85 gfio: start of splitting up the source a bit by Jens Axboe · 13 years ago
  33. ddbafc1 gfio: include direct/buffered IO type in the iotype field by Jens Axboe · 13 years ago
  34. 99d633a gfio: add bs display by Jens Axboe · 13 years ago
  35. f0602d7 gfio: put disk utilization tab in a scrolled window by Jens Axboe · 13 years ago
  36. 0ed83bc gfio: fixup adding/showing of end results by Jens Axboe · 13 years ago
  37. 3804a0b gfio: remove ->job_added, it's only ever set by Jens Axboe · 13 years ago
  38. d3b70f3 gfio: reload ge->gc after clicking connect force the file open dialog by Jens Axboe · 13 years ago
  39. 014f402 gfio: allow different tooltips for a button depending on state by Jens Axboe · 13 years ago
  40. bf64138 gfio: move File->Open above File->Close by Jens Axboe · 13 years ago
  41. 7da23b4 gfio: move disk utilization to a private tab in per-client results by Jens Axboe · 13 years ago
  42. 2f122b1 Add thread number ID to appropriate network commands by Jens Axboe · 13 years ago
  43. 60d0929 gfio: fix attempt to add multiple entries to disk util frame by Jens Axboe · 13 years ago
  44. 09d574e gfio: add latency bucket bar graph to end results by Jens Axboe · 13 years ago
  45. 781ccba gfio: add View -> Results menu item by Jens Axboe · 13 years ago
  46. c57f254 gfio: add completion percentile bar graph by Stephen M. Cameron · 13 years ago
  47. 814479d gfio: only parse white color once by Stephen M. Cameron · 13 years ago
  48. 284b1e6 gfio: include name of iolog in gdio_client_iolog() by Jens Axboe · 13 years ago
  49. 5eb3aea gfio: debug dump on iolog receive by Jens Axboe · 13 years ago
  50. 3b30a7a gfio: remove stale comment, hiding menu items DOES work now by Jens Axboe · 13 years ago
  51. 17b9721 gfio: start of results window menu support by Jens Axboe · 13 years ago
  52. ca664f4 gfio: fix double alloc of action_group by Jens Axboe · 13 years ago
  53. 425f25d gfio: patch around widget destroy crash by Jens Axboe · 13 years ago
  54. 1b42725 gfio: Add support for sending logs over the network by Jens Axboe · 13 years ago
  55. 46bcd49 client/server: pass type of client to the backend by Jens Axboe · 13 years ago
  56. 35c0ba7 client: unify cmd handling ops by Jens Axboe · 13 years ago
  57. 0fd1898 gfio: terminate and destroy clients before calling gtk_main_quit() by Jens Axboe · 13 years ago
  58. d8fbeef gfio: graphing updates by Jens Axboe · 13 years ago
  59. a217ba7 gfio: fix complaint about unsupported type for recent files by Jens Axboe · 13 years ago
  60. 2c77d83 gfio: fix leak of ge->job_files by Jens Axboe · 13 years ago
  61. a679090 gfio: Add Drag'n drop support by Jens Axboe · 13 years ago
  62. 38634cb gfio: add recently opened files to File menu by Jens Axboe · 13 years ago
  63. 21ba904 gfio: change Job->Connect menu item string by Jens Axboe · 13 years ago
  64. 6547633 gfio: remove widgets from struct gui/gui_entry that we don't really use by Jens Axboe · 13 years ago
  65. 3af4520 Client reference fixes by Jens Axboe · 13 years ago
  66. 93e2db2 gfio: add support for graph tooltips by Jens Axboe · 13 years ago
  67. f5c6726 gfio: allow close with ctrl-w if there are no clients by Jens Axboe · 13 years ago
  68. 2156fcd Merge branch 'gfio' of ssh://brick.kernel.dk/data/git/fio into gfio by Jens Axboe · 13 years ago
  69. 63f81ed gfio: fix hiding of menu entries by Stephen M. Cameron · 13 years ago
  70. 78cb2fe gfio: fix crash when pushing 'start job' and no client connected by Jens Axboe · 13 years ago
  71. cf4b044 gfio: fix wrong pointer being passed into file_open() by Jens Axboe · 13 years ago
  72. 261f21d gfio: prep for recent files by Jens Axboe · 13 years ago
  73. 85dd01e gfio: improve Job menu by Jens Axboe · 13 years ago
  74. 02421e6 gfio: add support for making job menu visible or not by Jens Axboe · 13 years ago
  75. 16ce5ad gfio: add close-tab functionality by Jens Axboe · 13 years ago
  76. da18543 gfio: prevent multitext crash on invalid update by Jens Axboe · 13 years ago
  77. c80b74b gfio: pack per-job info in a multitext structure by Jens Axboe · 13 years ago
  78. def0ac2 gfio: add extra space to the graphs at the edges by Stephen M. Cameron · 13 years ago
  79. c05d905 gfio: use current value of graph limit as the default by Jens Axboe · 13 years ago
  80. 57f9d28 gfio: encapsulate x- and y-offsets into graph library by Stephen M. Cameron · 13 years ago
  81. f0af9f8 gfio: use graph axis unit change notification callbacks by Stephen M. Cameron · 13 years ago
  82. a31d9fa gfio: move debug preferences last by Jens Axboe · 13 years ago
  83. 1cf6bca gfio: add eta msec interval preference by Jens Axboe · 13 years ago
  84. 6433ee0 client: make ETA interval poll period configurage in fio_client_ops by Jens Axboe · 13 years ago
  85. 8577f4f gfio: add preference entry for number of values to keep in graph by Jens Axboe · 13 years ago
  86. 3863d1a gfio: better handle multiple threads/processes in a job by Jens Axboe · 13 years ago
  87. 0aa928c gfio: make results notebook scrollable too by Jens Axboe · 13 years ago
  88. b870c31 gfio: make notebooks scrollable if there are too many by Jens Axboe · 13 years ago
  89. 343cb4a gfio: hold a reference to the fio_client structure by Jens Axboe · 13 years ago
  90. c724926 gfio: more error reporting by Jens Axboe · 13 years ago
  91. 9988ca7 gfio: handle clients individually by Jens Axboe · 13 years ago
  92. a9eccde gfio: only start one client net handler by Jens Axboe · 13 years ago
  93. 2f99deb gfio: start of support for notebooked jobs by Jens Axboe · 13 years ago
  94. 98ceabd gfio: ignore group stats for now by Jens Axboe · 13 years ago
  95. b9d2f30 Separate the act of adding and starting a job by Jens Axboe · 13 years ago
  96. dcaeb60 client/server: pass back packed thread_options in add_job() by Jens Axboe · 13 years ago
  97. 019dd47 gfio: Add y-axis labels by Stephen M. Cameron · 13 years ago
  98. 6b79c80 gfio: improve stop handling by Jens Axboe · 13 years ago
  99. b01329d gfio: make the end results window a scrolled one by Jens Axboe · 13 years ago
  100. f129909 gfio: don't use gtk_dialog_get_content_area() by Jens Axboe · 13 years ago