1. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  2. f6bb5b8 Allocate thread_stat name arrays statically by Jens Axboe · 13 years ago
  3. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  4. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  5. 9d9eb2e server: unify shm setup by Jens Axboe · 13 years ago
  6. d795918 server: endianness bug and exit command by Jens Axboe · 13 years ago
  7. c7d5c94 client: don't setup shared mem area for just the frontend by Jens Axboe · 13 years ago
  8. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  9. e46d809 server: initial support for daemonizing by Jens Axboe · 13 years ago
  10. ea3c936 server: make struct group_run_stats network transfer friendly by Jens Axboe · 13 years ago
  11. 05895c1 Style fixup by Jens Axboe · 13 years ago
  12. c77a99e server: malloc/free fix by Jens Axboe · 13 years ago
  13. ac9b910 Fixup some bad file naming by Jens Axboe · 13 years ago
  14. 46c48f1 server/client: add FD_NET debug clues by Jens Axboe · 13 years ago
  15. eb7976e Add FD_NET debugging value by Jens Axboe · 13 years ago
  16. 82a4be1 client: re-setup poll fd array in case a client disappears by Jens Axboe · 13 years ago
  17. 337d75a server: exit gracefully on ctrl-c by Jens Axboe · 13 years ago
  18. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  19. b66570d client: initial support for multiple connections by Jens Axboe · 13 years ago
  20. 794d69c server: ensure payload larger than max is broken into pieces by Jens Axboe · 13 years ago
  21. 437377e server: quit client when job run is complete by Jens Axboe · 13 years ago
  22. 49d14c0 client: fix error in logging output by Jens Axboe · 13 years ago
  23. bdab444 server: serial is a 64-bit field by Jens Axboe · 13 years ago
  24. fcee5ff server: switch to 16-bit crc by Jens Axboe · 13 years ago
  25. e356706 Reinstate double logging if f_err != stderr by Jens Axboe · 13 years ago
  26. 3095ffa crc16: use void * as the argument by Jens Axboe · 13 years ago
  27. 82fa6b2 server: debug fixes by Jens Axboe · 13 years ago
  28. 4d8f878 Pass more arguments to fio_init_net_cmd() by Jens Axboe · 13 years ago
  29. a781480 Use length guarded sprintf functions by Jens Axboe · 13 years ago
  30. 142575e Server logging cleanup/functionality by Jens Axboe · 13 years ago
  31. 37db14f Start of functional client by Jens Axboe · 13 years ago
  32. 132159a Add start of client, start of real protocol by Jens Axboe · 13 years ago
  33. 690e09a Properly log errors in server by Jens Axboe · 13 years ago
  34. afcf775 Close listen socket when done by Jens Axboe · 13 years ago
  35. 009b1be Use poll() for connect loop by Jens Axboe · 13 years ago
  36. 5c341e9 Hide things not appropriate behind is_backend by Jens Axboe · 13 years ago
  37. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  38. a9bac3f Include http:// git url location by Jens Axboe · 13 years ago
  39. fba76ee Scramble corruption fix by Jens Axboe · 13 years ago
  40. e97c144 Fix aiocb compile warnings on HPUX by Jens Axboe · 13 years ago
  41. 3c703d1 Silence build warning on HPUX by Jens Axboe · 13 years ago
  42. fad82f7 Scramble fix by Jens Axboe · 13 years ago
  43. fd68418 Add option for controlling buffer scrambling by Jens Axboe · 13 years ago
  44. 23f394d Scramble on a 512b boundary by Jens Axboe · 13 years ago
  45. de78976 Scramble default write buffer contents slightly by Jens Axboe · 13 years ago
  46. 723cd80 Fio 1.58 by Jens Axboe · 13 years ago
  47. e09231c Fix sum_stat() bug in group_reporting by Zheng Liu · 13 years ago
  48. 836bad5 Fix inconsistencies in with man page <param>=<value> by Steven Noonan · 13 years ago
  49. 85549ba Improve wording on terse Total IO (KB) field by Jens Axboe · 13 years ago
  50. 78d3515 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 13 years ago
  51. f57a9c5 Add terse version output format command line parameter by Jens Axboe · 13 years ago
  52. 067430b Fix disk utilization for delayed jobs by Jens Axboe · 13 years ago
  53. b8fefc2 Style fixup by Jens Axboe · 13 years ago
  54. ba4ddd6 Better parser fix by Jens Axboe · 13 years ago
  55. 6925dd3 Revert "Fix parser bug with ranges" by Jens Axboe · 13 years ago
  56. f20485a Fix parser bug with ranges by Jens Axboe · 13 years ago
  57. e3b3f81 Use r/R/w/W instead of m/M for mixed workloads with 100% reads or writes by Jens Axboe · 13 years ago
  58. 1c964ce Only clear string pointer in parser for sub-value options by Jens Axboe · 13 years ago
  59. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  60. ce952ab Fix parser using uninitialized memory by Jens Axboe · 13 years ago
  61. a66da7a Add support for backwards holes by Jens Axboe · 13 years ago
  62. e297975 Remove duplicate code in parser by Jens Axboe · 13 years ago
  63. 58052f3 Fix FIO_OPT_STR_STORE without posval by Jens Axboe · 13 years ago
  64. c44b1ff Add sub-option support (sort-of) and convert libaio_userspace_reap by Jens Axboe · 13 years ago
  65. 675012f Adding userspace_libaio_reap option by Dan Ehrenberg · 13 years ago
  66. 78c1eda Fix bad latency reporting for rated IO jobs by Jens Axboe · 13 years ago
  67. 5f739e0 Fix compile on environment of SuperH by Nobuhiro Iwamatsu · 13 years ago
  68. d7f5d47 Add 'null' perf test by Jens Axboe · 13 years ago
  69. d3cc4eb Make SH port work for packagers that don't differentiate between SH4 and SH4A by Jens Axboe · 13 years ago
  70. 059b080 Add possibility to make sequential IO "holed" by Jens Axboe · 13 years ago
  71. 3427207 Improve Makefile for t/ test code by Jens Axboe · 13 years ago
  72. fbc2792 Add simple stest smalloc tester by Jens Axboe · 13 years ago
  73. 716050f Fixup bad style in plat code by Jens Axboe · 13 years ago
  74. 0a7d7f9 stats: fix io_u_plat out-of-bound accesses (round 2) by Eric Gouriou · 13 years ago
  75. 271067a Fix bug in smalloc size calculation by Jiri Horky · 13 years ago
  76. eb52fa3 RDMA engine: Change wording of HOWTO section by Bart Van Assche · 13 years ago
  77. 0a0b490 Fix off-by-one in io_u_plat[] array sizing by Jens Axboe · 13 years ago
  78. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  79. 744492c man page typo by Jens Axboe · 13 years ago
  80. 0408c20 Update softrandommap in HOWTO by Jens Axboe · 13 years ago
  81. a8868a5 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 13 years ago
  82. e081d03 Fix a typo in fio.1 by Zhu Yanhai · 13 years ago
  83. e07f72d RDMA I/O engine: Fix compiler warnings by Bart Van Assche · 13 years ago
  84. 85286c5 RDMA engine: rewrite header comment block and man page section by Bart Van Assche · 13 years ago
  85. 76cc522 RDMA engine spelling fix: change FIO_RDMA_MAX_IO_DPETH into FIO_RDMA_MAX_IO_DEPTH by Bart Van Assche · 13 years ago
  86. 4d1577b fio_generate_plots with setable resolution by Martin Steigerwald · 13 years ago
  87. d392365 Add 'wait_for_previous' as an alias for the 'stonewall' option by Jens Axboe · 13 years ago
  88. b6cf38f RDMA update by Yufei Ren · 13 years ago
  89. 21b8aee RDMA IO engine by ren yufei · 13 years ago
  90. b939683 Add proper include to silence build warning on NetBSD/FreeBSD by Jens Axboe · 13 years ago
  91. 4361762 Add version number to --help output by Bruce Cran · 13 years ago
  92. cdcac5c stats: Fix computation of summed standard deviation by Yu-ju Hong · 13 years ago
  93. 31d23f4 Fix bsrange read,write value option pairs by Dave Engberg · 13 years ago
  94. ab2cabd Fix --timeout as global parameter by Jens Axboe · 13 years ago
  95. 0b7fdba Libaio engine support for iodepth_batch_complete=0 by Dan Ehrenberg · 13 years ago
  96. 1f84f1d Respect iodepth_batch_complete=0 in main loop by Dan Ehrenberg · 13 years ago
  97. 25c8b9d Addes Trace file format description by Paul Dubs · 13 years ago
  98. 35649e5 Added description for iops output by Paul Dubs · 13 years ago
  99. f67bbe8 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 13 years ago
  100. 862745b Fix Solaris compile by Jens Axboe · 13 years ago