1. bac4af1 Add support for storing compressed logs by Jens Axboe · 10 years ago
  2. b49b334 fio.1 - escape the escape character so it shows up by Jeff Moyer · 10 years ago
  3. c5b35fb Bail out if glfs_creat failed by Tiziano Müller · 10 years ago
  4. 1819227 tp: remove debug start/shutdown printfs by Jens Axboe · 10 years ago
  5. 0598650 Pass O_DIRECT/O_SYNC to glfs_open if requested. by Tiziano Müller · 10 years ago
  6. 38a812d Add support for runtime log compression by Jens Axboe · 10 years ago
  7. 633d825 log: fix use-after-free by Jens Axboe · 10 years ago
  8. 01f1d15 cconv: convert ->log_offset on the wire by Jens Axboe · 10 years ago
  9. 471d014 --latency-log is now gone by Jens Axboe · 10 years ago
  10. 987c4f4 Cleanup logging by Jens Axboe · 10 years ago
  11. e8c4fb0 client: fix missing init of 'i' by Jens Axboe · 10 years ago
  12. f2b9a67 client: fix missing pdu->log_offset endianness conversion by Jens Axboe · 10 years ago
  13. 6cac1b6 Add a typecheck for the endianness conversions by Jens Axboe · 10 years ago
  14. ccefd5f Add option for including byte offset for each log entry by Jens Axboe · 10 years ago
  15. 11d8402 server: update protocol version to 35 by Jens Axboe · 10 years ago
  16. eb66320 server: pack over-the-wire structs by Jens Axboe · 10 years ago
  17. 705fa7e Fix typo in io_u.c::get_next_file() by Andrey Kuzmin · 10 years ago
  18. 27b9155 client: fix ETA run_str by Jens Axboe · 10 years ago
  19. d6756e5 eta: only pass real size of jobs_eta by Jens Axboe · 10 years ago
  20. ce8ea6e Fix struct jobs_eta packing on 32 vs 64-bit archs by Jens Axboe · 10 years ago
  21. 4547419 Verify: Tighten header length check in verify_header() by Andreas Gruenbacher · 10 years ago
  22. aa48efe Add configure flags for gfapi and rbd by Tiziano Müller · 10 years ago
  23. bf65415 Verify: Fix and improve verify_header() by Andreas Gruenbacher · 10 years ago
  24. c5be445 update_condensed_str(): Fix for empty input strings by Andreas Gruenbacher · 10 years ago
  25. 834bbdb Cast input argument for json_object_add_value_int to long long by Puthikorn Voravootivat · 10 years ago
  26. be31cc9 Get the crctest results properly aligned by Jens Axboe · 10 years ago
  27. b01e1f3 Ensure that job name is set before being used by Jens Axboe · 10 years ago
  28. 61f6cce Add a get_jobs_eta() to return jobs eta information by Jens Axboe · 10 years ago
  29. 1814876 Ensure we have enough room for the ETA runstr by Jens Axboe · 10 years ago
  30. d0a1e24 Fix two minor typos by Andreas Gruenbacher · 10 years ago
  31. 47334aa README: update to include official mirrors for the git repo by Jens Axboe · 10 years ago
  32. ef7035a Add support for compiling for ESX by Jens Axboe · 10 years ago
  33. 41bfff8 Fix build from cmake by George Dowding · 10 years ago
  34. cdd2bfa Fixup run_str[] condensing with client/server by Jens Axboe · 10 years ago
  35. f9ce7c0 Add string condensing for the ETA output by Jens Axboe · 10 years ago
  36. f8d8d80 fio: Eliminate compilation warning in ppc by Sumanth K · 10 years ago
  37. 727390d Fio 2.1.10 by Jens Axboe · 10 years ago
  38. ecf5369 iolog: remember to add bytes to total IO size by Jens Axboe · 10 years ago
  39. 4c8e9f3 Reset file count when freeing files by Jens Axboe · 10 years ago
  40. 1cefc79 Fix crash on loading unknown IO engine with --ioengine by Jens Axboe · 10 years ago
  41. 386626f Fix regression introduced by commit 334185e by Jens Axboe · 10 years ago
  42. 6bc3037 Add aarch64 support. by Doug Kwan · 10 years ago
  43. 21c7c80 glusterfs: remove glfs-handles.h include by Jens Axboe · 10 years ago
  44. 3f0151b Make rbd engine use aio flush by Haomai Wang · 10 years ago
  45. 5248224 ETA no longer works when -o specified by Rik Faith · 10 years ago
  46. 1be9f21 Add ->invalidate() IO engine ops by Jens Axboe · 10 years ago
  47. f034315 gfapi: indentify by Jens Axboe · 10 years ago
  48. 3b66546 Run the gluster engines through indent by Jens Axboe · 10 years ago
  49. 94950b9 Fix issue with dangling pointer in the rbd engine by Xan Peng · 10 years ago
  50. 54fe20f glusterfs api fadvise support by chenh · 10 years ago
  51. 45832a1 Fix some typos in the manpage by Christophe Vu-Brugier · 10 years ago
  52. bf965e4 second async IO code drop by chenh · 10 years ago
  53. cb92c7f first async IO code drop by chenh · 10 years ago
  54. 533362e extend file for real by chenh · 10 years ago
  55. 321fc5a fix man page; fix read work by chenh · 10 years ago
  56. 0ac466f fix get file size problem by chenh · 10 years ago
  57. 6c6ff5c respond to get file size by chenh · 10 years ago
  58. 05c4b42 respond to get file size by chenh · 10 years ago
  59. 1368c1c make glfs call per thread based by chenh · 10 years ago
  60. 0e55d6b Glusterfs libgfapi engine - initial deposit by chenh · 10 years ago
  61. abe5ebc Fix missing fio_set_sched_idle declaration. by Elliott Hughes · 9 years ago
  62. 0371e03 Disable clang only for the arm target. by Chih-Hung Hsieh · 9 years ago
  63. b287c32 Silence uninteresting warnings. by Elliott Hughes · 10 years ago
  64. 073c0a9 Disable clang due to missing __aeabi_read_tp. by Chih-Hung Hsieh · 10 years ago
  65. 6f4e805 Add the splice engine for LP64. by Elliott Hughes · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  66. 3c77c13 fio: Get it to build on Android. by Mohamad Ayyash · 10 years ago
  67. c89fbd2 Add NOTICE and MODULE_LICENSE by Bill Yi · 10 years ago
  68. 2c3fcd7 Fio 2.1.9 by Jens Axboe · 10 years ago
  69. 890b665 verify: fix verification of uncompleted or errored ios by Jens Axboe · 10 years ago
  70. 4352284 Avoid buildenv conditional in thread_option struct by Daniel Gollub · 10 years ago
  71. 0bbe46e Avoid double declaration of leXX_to_cpu by Daniel Gollub · 10 years ago
  72. e2c8104 Avoid double-declaration of ARRAY_SIZE by Daniel Gollub · 10 years ago
  73. 9195552 distinguish internal/ext. builds with FIO_INTERNAL by Daniel Gollub · 10 years ago
  74. 7221da3 Replace CONFIG_CPU_COUNT with plain CPU_COUNT by Daniel Gollub · 10 years ago
  75. 9e52966 crc/test.c: fix include of time.h by Danny Al-Gaaf · 10 years ago
  76. 9e060c6 Makefile: clean all *.d dependency files on make clean by Jens Axboe · 10 years ago
  77. ef3c94b Rename time.h for third-party include of fio.h by Daniel Gollub · 10 years ago
  78. 57e2bbc Fix gfio build due to disk_stat struct seperation by Daniel Gollub · 10 years ago
  79. 9c0f3f3 Windows: always open files in binary mode by Bruce Cran · 10 years ago
  80. 77731b2 Add option for io_limit by Jens Axboe · 10 years ago
  81. 8b89b91 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  82. 2d5e3a7 init: don't set did_arg just for an engine option by Jens Axboe · 10 years ago
  83. d1faa06 Error out if the set blocksize is larger than the file size by Jens Axboe · 10 years ago
  84. 3a35845 sg/binject: only restore file flags if they have been set by Jens Axboe · 10 years ago
  85. affe05a sg: check for error in fcntl() restore of flags by Jens Axboe · 10 years ago
  86. 45550d7 binject: check for error in fcntl() restore of flags by Jens Axboe · 10 years ago
  87. 4c707a3 backend: fix potential division-by-zero by Jens Axboe · 10 years ago
  88. d5b351d idletime: fix another missing unlock on error by Jens Axboe · 10 years ago
  89. fbfebdb Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  90. 3660cea strcpy: kill last of the suspect ones by Jens Axboe · 10 years ago
  91. fb73340 Windows: set sizeof(sun_path) to 260 (MAX_PATH). by Bruce Cran · 10 years ago
  92. 7d8ea97 init: improve command line check for when to print usage/help by Jens Axboe · 10 years ago
  93. 6cfe9a8 init: fix leak bug fix from commit 60c5ec73 by Jens Axboe · 10 years ago
  94. a2ba41e disk util: fix bug in strncpy() conversion by Jens Axboe · 10 years ago
  95. b3493a7 Fix potential NULL dereference in alloc_mem_mmap() by Jens Axboe · 10 years ago
  96. 9edf7b3 diskutil: make it clear that parent != NULL for json output by Jens Axboe · 10 years ago
  97. ab50817 parse: make it clear that 'cp' can't be NULL for o->off1 by Jens Axboe · 10 years ago
  98. 088b17c Fix is_power_of_2() for longs by Jens Axboe · 10 years ago
  99. 735ed27 idletime: unlock ->start_lock in error cases by Jens Axboe · 10 years ago
  100. 60c5ec7 Avoid overwriting allocated pid_file by Jens Axboe · 10 years ago