1. 6eb2479 server: fix sk typo and add endian type to probe by Jens Axboe · 13 years ago
  2. 9e22ecb Need signal.h for sigaction() by Jens Axboe · 13 years ago
  3. 232f9b7 More endianness for platforms by Jens Axboe · 13 years ago
  4. ff24519 Wider endianness support by Jens Axboe · 13 years ago
  5. 6e675fc HPUX endianness by Jens Axboe · 13 years ago
  6. ecd6cc1 log: needs stdarg include for va_list by Jens Axboe · 13 years ago
  7. 610a730 Move endianness check to OS parts by Jens Axboe · 13 years ago
  8. 39e8e01 server: more debug dumping by Jens Axboe · 13 years ago
  9. 9ef56d4 Fix bad indexing of options by Jens Axboe · 13 years ago
  10. 60efd14 server: add a few more debug logging statements by Jens Axboe · 13 years ago
  11. 17dd176 client: improve handling of non-newline text strings by Jens Axboe · 13 years ago
  12. 9abea48 server: improve exit handling by Jens Axboe · 13 years ago
  13. 5c2857f client: improve poll() loop by Jens Axboe · 13 years ago
  14. b406d5e server: send return quit when asked to leave by Jens Axboe · 13 years ago
  15. 81179ee server: initial support for command line passing by Jens Axboe · 13 years ago
  16. c59971e Style fixup by Jens Axboe · 13 years ago
  17. 0b8f30a server: fix for non zero appended strings by Jens Axboe · 13 years ago
  18. 06b0be6 parser: use logging infrastructure by Jens Axboe · 13 years ago
  19. 70e0c31 server: idle loop support by Jens Axboe · 13 years ago
  20. 2e03b4b client: probe command support by Jens Axboe · 13 years ago
  21. c28e8e8 server: error handling and probe command by Jens Axboe · 13 years ago
  22. cdf54d8 client: handle connection failure by Jens Axboe · 13 years ago
  23. 317b3c8 server: silence mem debug warning by Jens Axboe · 13 years ago
  24. ca12aa6 server: remove some debug statements by Jens Axboe · 13 years ago
  25. 5fc58b0 poll: break on EINTR without complaining by Jens Axboe · 13 years ago
  26. 93eee04 server: fix typos in conversion by Jens Axboe · 13 years ago
  27. cc0df00 server: attempt to handle client ctrl-c by Jens Axboe · 13 years ago
  28. 1d1f45a server: send network copy of run_str[] by Jens Axboe · 13 years ago
  29. cf451d1 server: add ETA as a specific command by Jens Axboe · 13 years ago
  30. b75a394 Abstract out calculation of ETA from display of ETA by Jens Axboe · 13 years ago
  31. 50677a6 Add TODO list by Jens Axboe · 13 years ago
  32. 817f06b server: package defrag fix by Jens Axboe · 13 years ago
  33. ddcc0b6 Add type checking to 16/32/64 endianness converters by Jens Axboe · 13 years ago
  34. a450e49 client: fixup quit by Jens Axboe · 13 years ago
  35. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  36. f6bb5b8 Allocate thread_stat name arrays statically by Jens Axboe · 13 years ago
  37. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  38. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  39. 9d9eb2e server: unify shm setup by Jens Axboe · 13 years ago
  40. d795918 server: endianness bug and exit command by Jens Axboe · 13 years ago
  41. c7d5c94 client: don't setup shared mem area for just the frontend by Jens Axboe · 13 years ago
  42. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  43. e46d809 server: initial support for daemonizing by Jens Axboe · 13 years ago
  44. ea3c936 server: make struct group_run_stats network transfer friendly by Jens Axboe · 13 years ago
  45. 05895c1 Style fixup by Jens Axboe · 13 years ago
  46. c77a99e server: malloc/free fix by Jens Axboe · 13 years ago
  47. ac9b910 Fixup some bad file naming by Jens Axboe · 13 years ago
  48. 46c48f1 server/client: add FD_NET debug clues by Jens Axboe · 13 years ago
  49. eb7976e Add FD_NET debugging value by Jens Axboe · 13 years ago
  50. 82a4be1 client: re-setup poll fd array in case a client disappears by Jens Axboe · 13 years ago
  51. 337d75a server: exit gracefully on ctrl-c by Jens Axboe · 13 years ago
  52. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  53. b66570d client: initial support for multiple connections by Jens Axboe · 13 years ago
  54. 794d69c server: ensure payload larger than max is broken into pieces by Jens Axboe · 13 years ago
  55. 437377e server: quit client when job run is complete by Jens Axboe · 13 years ago
  56. 49d14c0 client: fix error in logging output by Jens Axboe · 13 years ago
  57. bdab444 server: serial is a 64-bit field by Jens Axboe · 13 years ago
  58. fcee5ff server: switch to 16-bit crc by Jens Axboe · 13 years ago
  59. e356706 Reinstate double logging if f_err != stderr by Jens Axboe · 13 years ago
  60. 3095ffa crc16: use void * as the argument by Jens Axboe · 13 years ago
  61. 82fa6b2 server: debug fixes by Jens Axboe · 13 years ago
  62. 4d8f878 Pass more arguments to fio_init_net_cmd() by Jens Axboe · 13 years ago
  63. a781480 Use length guarded sprintf functions by Jens Axboe · 13 years ago
  64. 142575e Server logging cleanup/functionality by Jens Axboe · 13 years ago
  65. 37db14f Start of functional client by Jens Axboe · 13 years ago
  66. 132159a Add start of client, start of real protocol by Jens Axboe · 13 years ago
  67. 690e09a Properly log errors in server by Jens Axboe · 13 years ago
  68. afcf775 Close listen socket when done by Jens Axboe · 13 years ago
  69. 009b1be Use poll() for connect loop by Jens Axboe · 13 years ago
  70. 5c341e9 Hide things not appropriate behind is_backend by Jens Axboe · 13 years ago
  71. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  72. a9bac3f Include http:// git url location by Jens Axboe · 13 years ago
  73. fba76ee Scramble corruption fix by Jens Axboe · 13 years ago
  74. e97c144 Fix aiocb compile warnings on HPUX by Jens Axboe · 13 years ago
  75. 3c703d1 Silence build warning on HPUX by Jens Axboe · 13 years ago
  76. fad82f7 Scramble fix by Jens Axboe · 13 years ago
  77. fd68418 Add option for controlling buffer scrambling by Jens Axboe · 13 years ago
  78. 23f394d Scramble on a 512b boundary by Jens Axboe · 13 years ago
  79. de78976 Scramble default write buffer contents slightly by Jens Axboe · 13 years ago
  80. 723cd80 Fio 1.58 by Jens Axboe · 13 years ago
  81. e09231c Fix sum_stat() bug in group_reporting by Zheng Liu · 13 years ago
  82. 836bad5 Fix inconsistencies in with man page <param>=<value> by Steven Noonan · 13 years ago
  83. 85549ba Improve wording on terse Total IO (KB) field by Jens Axboe · 13 years ago
  84. 78d3515 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 13 years ago
  85. f57a9c5 Add terse version output format command line parameter by Jens Axboe · 13 years ago
  86. 067430b Fix disk utilization for delayed jobs by Jens Axboe · 13 years ago
  87. b8fefc2 Style fixup by Jens Axboe · 13 years ago
  88. ba4ddd6 Better parser fix by Jens Axboe · 13 years ago
  89. 6925dd3 Revert "Fix parser bug with ranges" by Jens Axboe · 13 years ago
  90. f20485a Fix parser bug with ranges by Jens Axboe · 13 years ago
  91. e3b3f81 Use r/R/w/W instead of m/M for mixed workloads with 100% reads or writes by Jens Axboe · 13 years ago
  92. 1c964ce Only clear string pointer in parser for sub-value options by Jens Axboe · 13 years ago
  93. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  94. ce952ab Fix parser using uninitialized memory by Jens Axboe · 13 years ago
  95. a66da7a Add support for backwards holes by Jens Axboe · 13 years ago
  96. e297975 Remove duplicate code in parser by Jens Axboe · 13 years ago
  97. 58052f3 Fix FIO_OPT_STR_STORE without posval by Jens Axboe · 13 years ago
  98. c44b1ff Add sub-option support (sort-of) and convert libaio_userspace_reap by Jens Axboe · 13 years ago
  99. 675012f Adding userspace_libaio_reap option by Dan Ehrenberg · 13 years ago
  100. 78c1eda Fix bad latency reporting for rated IO jobs by Jens Axboe · 13 years ago