1. b9da422 resolved conflicts for merge of 90531c44 to master by Nick Kralevich · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 90531c4 Fix Android.mk issues in fio by Colin Cross · 9 years ago
  3. 365a153 fio: Fix a GCC 4.9 allignment error. by Mohamad Ayyash · 9 years ago
  4. a64f0e1 fio: Disable clang only for the arm target. by Mohamad Ayyash · 9 years ago
  5. 77d9788 Update Android.mk with new fio-2.2.6 changes. by Mohamad Ayyash · 9 years ago
  6. d19a46f smalloc: bump initial size to 8 pools by Jens Axboe · 9 years ago
  7. eb433fd fio: fix smalloc strdop allocation failure by Christian Ehrhardt · 9 years ago
  8. 0dfdb89 Fio 2.2.6 by Jens Axboe · 9 years ago
  9. bbc1f06 fio: fix cycles_start build issue by Christian Ehrhardt · 9 years ago
  10. ff0dbe1 Patch to make per-thread IOPS more accurate by Ben England · 9 years ago
  11. 3b9719f Fix segfault due to bad munmap() by Jens Axboe · 9 years ago
  12. 2ed0d1b Typo fix in man page. by Lars Marowsky-Bree · 9 years ago
  13. 6a03ba6 Fix implicit function declaration on Android by enh · 9 years ago
  14. 7085a95 Add missing pre-defined ARM arch compiler macro by Raphael Silva · 9 years ago
  15. dbb438e Add --output-format option to manpage. by Lars Marowsky-Bree · 9 years ago
  16. 842d2e2 Make 'loops' honor full write+verify loops by Jens Axboe · 9 years ago
  17. 90e390e Fixup whitespace damage in the two previous commits by Jens Axboe · 9 years ago
  18. 534e19c axmap: Avoid memory leak if axmap_new() failed by Erwan Velu · 9 years ago
  19. a8ad8dd iolog: Don't leak memory if fread fails in iolog_file_inflate by Erwan Velu · 9 years ago
  20. a03739b Allow verify w/norandommap and bsrange by Justin Eno · 9 years ago
  21. 3809413 Allow verification of random overwrites w/ba < bs by Justin Eno · 9 years ago
  22. a52b813 examples/ssd-test.fio: bump size to 10G by Jens Axboe · 9 years ago
  23. 1b35740 Allow random overwrite workloads to write io_limit by Justin Eno · 9 years ago
  24. aedc0b6 gettime.h: use time_t instead of size_t for copy of tv_sec by Castor Fu · 9 years ago
  25. 7318762 verify: Fix latency log for verify commands. by Gwendal Grignou · 9 years ago
  26. 1b7ab80 Fix for verify_only (do_dry_run()) broken by 74d6277f by Justin Eno · 9 years ago
  27. 25d4dfe configure: fix libnuma_v2 probe to work with -Werror by Castor Fu · 9 years ago
  28. 5aab46d Moral license update by Jens Axboe · 9 years ago
  29. cfa0e9c Update the moral license by Jens Axboe · 9 years ago
  30. 90881c8 gettime: remember to tear down clock cpumask on normal exit by Jens Axboe · 9 years ago
  31. aa28ce0 gettime: fix unitialized variable on Solaris by Jens Axboe · 9 years ago
  32. 3c9c470 idletime: maintain cpuset over lifetime of idle thread by Jens Axboe · 9 years ago
  33. 1af4be1 gettime: initialize cpusets properly by Jens Axboe · 9 years ago
  34. 4c64ff7 gettime: if setaffinity fails, print the errno error by Jens Axboe · 9 years ago
  35. b354758 Fixing typo by Felipe Franciosi · 9 years ago
  36. efd633f dedupe_percentage should work even if compress_percentage is not set by Vasily Tarasov · 9 years ago
  37. e67b928 Better accommodate random writes larger than blockalign by Justin Eno · 9 years ago
  38. eaa89f5 parse: ensure strings are pre-terminated when using strncpy() by Jens Axboe · 9 years ago
  39. 20ffe02 Fio 2.2.5 by Jens Axboe · 9 years ago
  40. b931a9c shm: disable iomem=shm* for shm disabled by Jens Axboe · 9 years ago
  41. e77e7be configure: add --disable-shm to disable use of shm by Jens Axboe · 9 years ago
  42. 868902d net: don't record/verify UDP sequence numbers if buffer is too small by Steven Noonan · 9 years ago
  43. bf2d816 crc/test: sha1 should do _final() after _update() by Jens Axboe · 9 years ago
  44. 903b3a0 Fix segfault with client/server and minimal output by Jens Axboe · 9 years ago
  45. 159619b sha256: fix verify failure by Jens Axboe · 9 years ago
  46. f795c81 sha256: fix verify failure by Jens Axboe · 9 years ago
  47. d1a44b2 verify: always check completion list for low depth verifies by Jens Axboe · 9 years ago
  48. 72d300c ioengine: if we get BUSY in queuing, adjust accounting by Jens Axboe · 9 years ago
  49. 5d61d11 Improve precision of the io_limit setting by Jens Axboe · 9 years ago
  50. 7e63b3d Improve rate limiting by Jens Axboe · 9 years ago
  51. b939bf9 rbd example: 'invalidate=false' no longer necessary by Jens Axboe · 9 years ago
  52. 4811fff client: take better care to return failure from fio_handle_clients() by Jens Axboe · 9 years ago
  53. 016f32f smalloc: limit to 1 pool, and bump size to 16MB by Jens Axboe · 9 years ago
  54. 596eec5 axmap: random maps are private, don't get them from smalloc by Jens Axboe · 9 years ago
  55. c2e9954 filelock: fix segfault on some use cases of log file locking by Jens Axboe · 9 years ago
  56. 06f63e5 mmap backend invalidate fix by Yoshinori Sato · 9 years ago
  57. 13e3435 Fix disk utils being updated too often by Jens Axboe · 9 years ago
  58. ffb17c0 Adjust ctime_r buf down to 32 by Jens Axboe · 9 years ago
  59. 0a24a73 Add timestamp to json output by Steve ODriscoll · 9 years ago
  60. fa52915 gettime: include min/max cycle counts for CPU clock by Jens Axboe · 9 years ago
  61. ea12b2d server: use fio_gettime() for timeout variables by Jens Axboe · 9 years ago
  62. 97c6334 verify: fix potentially unterminated name by Jens Axboe · 9 years ago
  63. e0ba571 memory: double check that mmapfd isn't -1 before closing by Jens Axboe · 9 years ago
  64. 045dd68 gluster: io_u->error should be a positive error value by Jens Axboe · 9 years ago
  65. 75289ee client: fix potential buffer overrun in server name copy by Jens Axboe · 9 years ago
  66. 12585bc init: fix potential mem leak on multiple trigger options by Jens Axboe · 9 years ago
  67. b0c36cf Avoid potential buffer overflow in make_filename() by Jens Axboe · 9 years ago
  68. b357a22 cleanup: add defines for default pareto or zipf values by Jens Axboe · 9 years ago
  69. adab916 Fio 2.2.4 by Jens Axboe · 9 years ago
  70. 1d31753 bloom: kill unused function by Jens Axboe · 9 years ago
  71. 070c617 axmap: make axmap_first_free() static by Ming Lei · 9 years ago
  72. 28787e4 Revert "axmap: ensure we lock down the maps for shared access" by Jens Axboe · 9 years ago
  73. b229faf Revert "axmap: fix deadlock" by Jens Axboe · 9 years ago
  74. da5b86e Get rid of lockfile callback by Jens Axboe · 9 years ago
  75. c7511e6 axmap: fix deadlock by Ming Lei · 9 years ago
  76. 1056413 gettime: add basic init cpuclock test by Jens Axboe · 9 years ago
  77. 2eb30e0 Fio 2.2.3 by Jens Axboe · 9 years ago
  78. f6b7925 options: ensure that we check all candidates on is_set check by Jens Axboe · 9 years ago
  79. 158a7fe Fio 2.2.2 by Jens Axboe · 9 years ago
  80. 2e2956c Fix default scrambling of buffers by Jens Axboe · 9 years ago
  81. d1be5f8 gettime: hide fio_gtod_cpumask if not used by Jens Axboe · 9 years ago
  82. 32bbea4 gettime: only use CPU affinity if available by Jens Axboe · 9 years ago
  83. 3a6ea73 Fio 2.2.1 by Jens Axboe · 9 years ago
  84. 948ceaf axmap: ensure we lock down the maps for shared access by Jens Axboe · 9 years ago
  85. 0703ea0 options: turn missing options into debug parse messages by Jens Axboe · 9 years ago
  86. 3c0f526 options: add debug code for failure to lookup option names by Jens Axboe · 9 years ago
  87. c180342 mutex: add __fio_mutex_remove() by Jens Axboe · 9 years ago
  88. 32e9adb t/btrace2fio: add ability to add specific options through -a by Jens Axboe · 9 years ago
  89. 7126d86 parse: remove the arithmetic parser checking by Jens Axboe · 9 years ago
  90. 809a29e Fio 2.2.0 by Jens Axboe · 9 years ago
  91. d8fc0cd gettime: fix compile warning for !ARCH_HAVE_CPU_CLOCK by Jens Axboe · 9 years ago
  92. 1e62c3f gettime: offset CPU cycle counter by initial value by Jens Axboe · 9 years ago
  93. f38eaf7 stat: always show disk util in terse v3/v4 by Jens Axboe · 9 years ago
  94. 5194e34 gettime: cleanup for FIO_DEBUG_TIME by Jens Axboe · 9 years ago
  95. 400531d gettime: fix overflow in cycle to usec conversion by Jens Axboe · 9 years ago
  96. 80ac020 gettime-thread: set and allow multiple CPUs by Jens Axboe · 9 years ago
  97. 2496101 gettime-thread: fix missing startup mutex by Jens Axboe · 9 years ago
  98. 0419419 gettime: improve gettimeofday() offload support by Jens Axboe · 9 years ago
  99. 02c7e29 gettime: limit warning on CPU clock by Jens Axboe · 9 years ago
  100. a7d78f2 gettime: don't attempt to fixup what looks like a backwards clock by Jens Axboe · 9 years ago