1. b4273e5 Fix build inside Android 5.1.1 trees by Bernhard Rosenkränzer · 9 years ago linaro-upstream-2.2.8
  2. 70bba7d Merge tag 'fio-2.2.8' by Bernhard Rosenkränzer · 9 years ago
  3. 81f3d8e Fio 2.2.8 by Jens Axboe · 9 years ago
  4. 188ee57 Fix Windows installer build: LICENSE is now MORAL-LICENSE by Bruce Cran · 9 years ago
  5. 2972708 Use PATH_MAX instead of _POSIX_HOST_NAME_MAX by Jens Axboe · 9 years ago
  6. 3826b24 README: add git:// for github as well by Jens Axboe · 9 years ago
  7. 824d6ff Fix compiler warning and test progs linker errors on Windows by Bruce Cran · 9 years ago
  8. af1dc26 Fix keyword replacement leaks by Jens Axboe · 9 years ago
  9. 9599aaf Merge branch 'client-hostfile' of git://github.com/bengland2/fio by Jens Axboe · 9 years ago
  10. 39b5f61 document changes to --client syntax and behavior by Ben England · 9 years ago
  11. 08633c3 allow --client parameter to be pathname containing client host IPs/names by Ben England · 9 years ago
  12. ba55bfa Add Windows ctime_r implementation and add empty ioctl.h header by Bruce Cran · 9 years ago
  13. 138c0e2 posixaio: use 'errno' for inline error by Jens Axboe · 9 years ago
  14. e13c3b5 Ensure that set_name_idx() doesn't exceed target bounds by Jens Axboe · 9 years ago
  15. 332dab7 Merge branch 'multiclnt-sharedfs-try3' of git://github.com/bengland2/fio by Jens Axboe · 9 years ago
  16. 72a703d allow --client to work with shared filesystem by Ben England · 9 years ago
  17. 477bd5a server: bump version by Jens Axboe · 9 years ago
  18. d77d815 cconv: add missing conversions of block_error_hist and skip_bad by Jens Axboe · 9 years ago
  19. 0c63576 blktrace: add support for scaling and aligning replays by Jens Axboe · 9 years ago
  20. 0f38bbe Add support for options being a power-of-2 by Jens Axboe · 9 years ago
  21. 9233069 Merge branch 'master' of git://github.com/iuliur/fio by Jens Axboe · 9 years ago
  22. 77e7b33 Make windowsaio match iometer performance. Without this, we see around 60k on local flash while iometer does 100k. by Julius Rus · 9 years ago
  23. 83b2850 libmtd: ->name and ->type_str can't be constant by Jens Axboe · 9 years ago
  24. 50aca6f ARM: Use generic assembly nop and barrier code for armv8-a by Milton Chiang · 9 years ago
  25. 95603b7 Fix Runtime, IOPS, bandwidth recorded incorrectly by Brian Fulton · 9 years ago
  26. 036c801 lfsr-test: print total elapsed time correctly by Steven Noonan · 9 years ago
  27. c544f60 gettime: add support for CLOCK_MONOTONIC_RAW by Steven Noonan · 9 years ago
  28. 26e616d blktrace: support for non-512b sector sizes by Jens Axboe · 9 years ago
  29. 020d54b configure: add support for --prefix by Jens Axboe · 9 years ago
  30. 76a00ec blktrace: only set O_DIRECT if the min bs is a multiple of 4k by Jens Axboe · 9 years ago
  31. 44cc9c8 Add recommendation to set direct=0 if first O_DIRECT fails by Jens Axboe · 9 years ago
  32. 9451b93 dedupe: improve 100% dedupe case by Jens Axboe · 9 years ago
  33. 732eedd dedupe: fix dedupe_percentage=100 by Jens Axboe · 9 years ago
  34. 5c7808f HOWTO: clarify the 'wait' statement in iologs by Jens Axboe · 9 years ago
  35. 7c306bb io_u: fix bug in rounding of generated buffer length by Jens Axboe · 9 years ago
  36. a6eaf6c blktrace: fix bugs in accounting by Jens Axboe · 9 years ago
  37. 36870c4 Merge branch 'io-threads' by Jens Axboe · 9 years ago
  38. 8a16f59 blktrace: only probe and set depth if option isn't set by Jens Axboe · 9 years ago
  39. 400cd0f configure: check for more of the used MTD features by Jens Axboe · 9 years ago
  40. 9e98688 Fix off-by-one in cpus_allowed by Jens Axboe · 9 years ago
  41. b841139 Fix off-by-one in cpu mask index handling by Jens Axboe · 9 years ago
  42. 1d6d345 Don't export state variable by Dan Ehrenberg · 9 years ago
  43. 51e962a Fix mtd valgrind warning by Dan Ehrenberg · 9 years ago
  44. 4da24b6 Fix wrong index bug by Jens Axboe · 9 years ago
  45. 00b2e31 Add sample job file for fixed submission rate by Jens Axboe · 9 years ago
  46. 1ad01bd Add man page and HOWTO for io_submit_mode option by Jens Axboe · 9 years ago
  47. f24c264 libaio: don't call io_destroy(), let exit_aio() take care of it by Jens Axboe · 9 years ago
  48. a9da8ab First cut at supporting IO offload by Jens Axboe · 9 years ago
  49. e9d512d backend: split queue io_u event handling into helper by Jens Axboe · 9 years ago
  50. 55312f9 Add ->bytes_done[] to struct thread_data by Jens Axboe · 9 years ago
  51. 82a9068 Change writetrim to trimwrite by Jens Axboe · 9 years ago
  52. b9ab9e6 mtd: example job file by Dan Ehrenberg · 9 years ago
  53. 65fa28c mtd: ioengine by Dan Ehrenberg · 9 years ago
  54. 94e9e39 mtd: Import libmtd with modifications to make it compile by Dan Ehrenberg · 9 years ago
  55. b8116a8 mtd: Add CONFIG_MTD to ./configure script by Dan Ehrenberg · 9 years ago
  56. 66347cf Collect a block-wise histogram of trim and write errors by Dan Ehrenberg · 9 years ago
  57. 0e4dd95 Add new writetrim rw= mode for trims preceding writes by Dan Ehrenberg · 9 years ago
  58. 7854ada Allow trim on any file type by Dan Ehrenberg · 9 years ago
  59. 89c176b Fio 2.2.7 by Jens Axboe · 9 years ago
  60. 92aef55 configure: update to changes in fusion-aw packaging by Akshita Rajendra Jain · 9 years ago
  61. 87f5fce genzip: switch to jenkins hash by Jens Axboe · 9 years ago
  62. f88cd22 Unify gauss and zipf/pareto input values by Jens Axboe · 9 years ago
  63. 85629b7 genzip: cleanups by Jens Axboe · 9 years ago
  64. 936e37b genzip: add summed hit percentages by Jens Axboe · 9 years ago
  65. c4ba4d4 genzipf: add support for normal distribution by Jens Axboe · 9 years ago
  66. 3cdb8cf Make normal distribution takes deviations as a percentage by Jens Axboe · 9 years ago
  67. 50d795a Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 9 years ago
  68. 56d9fa4 Add support for normal/gaussian random distributions by Jens Axboe · 9 years ago
  69. 2c9b3cc fio-genzipf results output are slightly wrong, it doesn't help to understand how to use it: by Fabrice Bacchella · 9 years ago
  70. 90531c4 Fix Android.mk issues in fio by Colin Cross · 9 years ago master-soong
  71. 16ada75 sg: don't return success if non bdev/char is used by Jens Axboe · 9 years ago
  72. 3765933 Add support for POSIX_FADV_STREAMID by Jens Axboe · 9 years ago
  73. 40c666c Always update rusage before grabbing stat_mutex by Jens Axboe · 9 years ago
  74. dac499a Cpu clock does not wrap if there is no CPU clock by Akash Verma · 9 years ago
  75. 6fb1bda io_u_queue: add debug assert check on adding too many elements by Jens Axboe · 9 years ago
  76. d8f1f7d Pack io_u/fio_file by Jens Axboe · 9 years ago
  77. f6facd2 Addedd -z option to specify file size for filepaths fio files by Luca Maranzano · 9 years ago
  78. ff441ae Revert "Scramble IO buffers unless explicitly told not" by Jens Axboe · 9 years ago
  79. 29407f1 Update documentation for zero_buffers by Jens Axboe · 9 years ago
  80. 7d1bb70 Scramble IO buffers unless explicitly told not by Jens Axboe · 9 years ago
  81. 999d245 io_u: fix refill, should be random content by Jens Axboe · 9 years ago
  82. 205a719 init: fix exit status with bogus arguments by Zev Weiss · 9 years ago
  83. 45a6514 smalloc: don't crash on being passed a bad pointer by Jens Axboe · 9 years ago
  84. 95e5645 rate: remove redundant code in rate_ddir() by Jens Axboe · 9 years ago
  85. 85492cb smalloc: bump initial size to 8 pools by Jens Axboe · 9 years ago
  86. 2894a2d fio: fix smalloc strdop allocation failure by Christian Ehrhardt · 9 years ago
  87. f52c969 Fio 2.2.6 by Jens Axboe · 9 years ago
  88. 9617042 fio: fix cycles_start build issue by Christian Ehrhardt · 9 years ago
  89. 9f68fe3 Patch to make per-thread IOPS more accurate by Ben England · 9 years ago
  90. 3d0e341 Fix segfault due to bad munmap() by Jens Axboe · 9 years ago
  91. de71b95 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 9 years ago
  92. 52a768c Typo fix in man page. by Lars Marowsky-Bree · 9 years ago
  93. 93eeb55 Fix implicit function declaration on Android by enh · 9 years ago
  94. 7c7a22c Add missing pre-defined ARM arch compiler macro by Raphael Silva · 9 years ago
  95. e28ee21 Add --output-format option to manpage. by Lars Marowsky-Bree · 9 years ago
  96. cf8a46a Make 'loops' honor full write+verify loops by Jens Axboe · 9 years ago
  97. abe5ebc Fix missing fio_set_sched_idle declaration. by Elliott Hughes · 9 years ago
  98. bb1116f Fixup whitespace damage in the two previous commits by Jens Axboe · 9 years ago
  99. 1d3fe9f axmap: Avoid memory leak if axmap_new() failed by Erwan Velu · 9 years ago
  100. 2444848 iolog: Don't leak memory if fread fails in iolog_file_inflate by Erwan Velu · 9 years ago