1. 047623b btrace2fio: add rate output by Jens Axboe · 10 years ago
  2. d8943e1 btrace2fio: move file tracking to btrace_pid by Jens Axboe · 10 years ago
  3. 2cbdcdb fio: print io_u errors on one line by Robert Elliott · 10 years ago
  4. 059c406 Fixup data-direction to name translation by Jens Axboe · 10 years ago
  5. 5033162 btrace2fio: cleanups and inflight hashing by Jens Axboe · 10 years ago
  6. b064a14 btrace2fio: use percentage_random and add filename option by Jens Axboe · 10 years ago
  7. cdc4d67 btrace2fio: set runtime by Jens Axboe · 10 years ago
  8. 42a80e3 Add basic tool to turn blktrace into fio job file by Jens Axboe · 10 years ago
  9. f3cc989 options: fix single use if / for bssplit by Jens Axboe · 10 years ago
  10. e73a533 Fio 2.1.12 by Jens Axboe · 10 years ago
  11. 5ea7355 server: fix wrong use of exit() in server when daemonized by Jens Axboe · 10 years ago
  12. 0507483 Fix hangs due to iodepth_low by Robert Elliott · 10 years ago
  13. 54bcda5 Fix crash in client with NULL hostname by Castor Fu · 10 years ago
  14. 5de855d Add string support for buffer_pattern by Jens Axboe · 10 years ago
  15. df91a1f options: warn if we fail to make sense of buffer_pattern by Jens Axboe · 10 years ago
  16. dafa1ad Update io engine version by Jens Axboe · 10 years ago
  17. 9187a26 Add unlink hook to ioengine API, gluster ioengine by Castor Fu · 10 years ago
  18. b42fab1 fix re-open failure issue when using gluster ioengine by rootfs · 10 years ago
  19. 44e2ab5 Update libhdfs engine documention and options by Manish Mandlik · 10 years ago
  20. d60aa36 Add support for HDFS IO engine by Manish Mandlik · 10 years ago
  21. a025176 Add missing IO engines to the HOWTO by Jens Axboe · 10 years ago
  22. 1fc351b verify: turn off numberio verification for meta and time_based by Jens Axboe · 10 years ago
  23. f888971 crc/test: a few more cleanups and code unifications by Jens Axboe · 10 years ago
  24. 7e92c71 crc/test: cleanup and better precision by Jens Axboe · 10 years ago
  25. 5a65b4e Allow reset of offset_increment counter by Jiri Horky · 10 years ago
  26. 2e62724 Don't grab stat mutex for final stat output by Jens Axboe · 10 years ago
  27. 160d691 Add test case for previous verify crash by Jens Axboe · 10 years ago
  28. d957070 null: add FIO_FAKEIO flag by Jens Axboe · 10 years ago
  29. e69fdf7 verify: fix a bug with verify_async by Jens Axboe · 10 years ago
  30. 023fa7d verify: ensure that verify interval is smaller or equal to blocksize by Jens Axboe · 10 years ago
  31. 560f461 stat: move stat mutex grab to thread by Jens Axboe · 10 years ago
  32. 984c869 verify: disable numberio check for multiple block sizes by Jens Axboe · 10 years ago
  33. f460f54 Fio 2.1.11 by Jens Axboe · 10 years ago
  34. 5bca6f9 blktrace: various bug fixes and improvements by Jens Axboe · 10 years ago
  35. 4f3fe6c Add some basic debug output for log compression by Jens Axboe · 10 years ago
  36. 34329ca Fix two error paths by Andreas Gruenbacher · 10 years ago
  37. 3b44e8b Fix cases where td->terminate is set, but terminate clock not marked by Jens Axboe · 10 years ago
  38. f478600 Add thread number to log filename by Jens Axboe · 10 years ago
  39. c9a5f39 iolog: run compression work at slightly elevated nice level by Jens Axboe · 10 years ago
  40. 958b891 Allow threads 60 seconds to exit before being forceful by Jens Axboe · 10 years ago
  41. b0adca3 iolog: fix link without zlib by Jens Axboe · 10 years ago
  42. 1540fa7 iolog: fix compile error for non-zlib by Jens Axboe · 10 years ago
  43. d465064 iolog: propagate errors to caller by Jens Axboe · 10 years ago
  44. f5fc4b4 mutex: move pthread_cond_signal() outside of lock by Jens Axboe · 10 years ago
  45. de6504e tp: move pthread_cond_signal() outside of lock by Jens Axboe · 10 years ago
  46. c5971cd Add some new code comments on the log compress/decompress by Jens Axboe · 10 years ago
  47. 66cf52d iolog: fix bug when decompressing chunks with different sequence numbers by Jens Axboe · 10 years ago
  48. 12dbd06 flist: add flist_first_entry() by Jens Axboe · 10 years ago
  49. 238934c iolog: use a define instead of a raw bit mask by Jens Axboe · 10 years ago
  50. 375daae iolog: get rid of ic->nofree by Jens Axboe · 10 years ago
  51. 8ef5133 iolog: get rid of one section of CONFIG_ZLIB ifdef by Jens Axboe · 10 years ago
  52. 4998660 configure: add a note to install zlib-devel, if not there by Jens Axboe · 10 years ago
  53. 9c574af init: fix dead check for !td by Jens Axboe · 10 years ago
  54. 51e7384 iolog: do stat() after fopen() by Jens Axboe · 10 years ago
  55. 0d65bfb rbd: fix leak in error path by Jens Axboe · 10 years ago
  56. 7cb786f glusterfs: fix leak in error path by Jens Axboe · 10 years ago
  57. aba6b60 iolog: remove dead code that stored a gzip header by Jens Axboe · 10 years ago
  58. 31c9cd4 configure: remove typo for zlib by Jens Axboe · 10 years ago
  59. 65f93ca Move tp.[ch] to lib/ by Jens Axboe · 10 years ago
  60. bac4af1 Add support for storing compressed logs by Jens Axboe · 10 years ago
  61. b49b334 fio.1 - escape the escape character so it shows up by Jeff Moyer · 10 years ago
  62. c5b35fb Bail out if glfs_creat failed by Tiziano Müller · 10 years ago
  63. 1819227 tp: remove debug start/shutdown printfs by Jens Axboe · 10 years ago
  64. 0598650 Pass O_DIRECT/O_SYNC to glfs_open if requested. by Tiziano Müller · 10 years ago
  65. 38a812d Add support for runtime log compression by Jens Axboe · 10 years ago
  66. 633d825 log: fix use-after-free by Jens Axboe · 10 years ago
  67. 01f1d15 cconv: convert ->log_offset on the wire by Jens Axboe · 10 years ago
  68. 471d014 --latency-log is now gone by Jens Axboe · 10 years ago
  69. 987c4f4 Cleanup logging by Jens Axboe · 10 years ago
  70. e8c4fb0 client: fix missing init of 'i' by Jens Axboe · 10 years ago
  71. f2b9a67 client: fix missing pdu->log_offset endianness conversion by Jens Axboe · 10 years ago
  72. 6cac1b6 Add a typecheck for the endianness conversions by Jens Axboe · 10 years ago
  73. ccefd5f Add option for including byte offset for each log entry by Jens Axboe · 10 years ago
  74. 11d8402 server: update protocol version to 35 by Jens Axboe · 10 years ago
  75. eb66320 server: pack over-the-wire structs by Jens Axboe · 10 years ago
  76. 705fa7e Fix typo in io_u.c::get_next_file() by Andrey Kuzmin · 10 years ago
  77. 27b9155 client: fix ETA run_str by Jens Axboe · 10 years ago
  78. d6756e5 eta: only pass real size of jobs_eta by Jens Axboe · 10 years ago
  79. ce8ea6e Fix struct jobs_eta packing on 32 vs 64-bit archs by Jens Axboe · 10 years ago
  80. 4547419 Verify: Tighten header length check in verify_header() by Andreas Gruenbacher · 10 years ago
  81. aa48efe Add configure flags for gfapi and rbd by Tiziano Müller · 10 years ago
  82. bf65415 Verify: Fix and improve verify_header() by Andreas Gruenbacher · 10 years ago
  83. c5be445 update_condensed_str(): Fix for empty input strings by Andreas Gruenbacher · 10 years ago
  84. 834bbdb Cast input argument for json_object_add_value_int to long long by Puthikorn Voravootivat · 10 years ago
  85. be31cc9 Get the crctest results properly aligned by Jens Axboe · 10 years ago
  86. b01e1f3 Ensure that job name is set before being used by Jens Axboe · 10 years ago
  87. 61f6cce Add a get_jobs_eta() to return jobs eta information by Jens Axboe · 10 years ago
  88. 1814876 Ensure we have enough room for the ETA runstr by Jens Axboe · 10 years ago
  89. d0a1e24 Fix two minor typos by Andreas Gruenbacher · 10 years ago
  90. 47334aa README: update to include official mirrors for the git repo by Jens Axboe · 10 years ago
  91. ef7035a Add support for compiling for ESX by Jens Axboe · 10 years ago
  92. 41bfff8 Fix build from cmake by George Dowding · 10 years ago
  93. cdd2bfa Fixup run_str[] condensing with client/server by Jens Axboe · 10 years ago
  94. f9ce7c0 Add string condensing for the ETA output by Jens Axboe · 10 years ago
  95. f8d8d80 fio: Eliminate compilation warning in ppc by Sumanth K · 10 years ago
  96. 727390d Fio 2.1.10 by Jens Axboe · 10 years ago
  97. ecf5369 iolog: remember to add bytes to total IO size by Jens Axboe · 10 years ago
  98. 4c8e9f3 Reset file count when freeing files by Jens Axboe · 10 years ago
  99. 1cefc79 Fix crash on loading unknown IO engine with --ioengine by Jens Axboe · 10 years ago
  100. 386626f Fix regression introduced by commit 334185e by Jens Axboe · 10 years ago