1. 5afda95 options: make unit_base be posval[] based by Jens Axboe · 11 years ago
  2. ca71800 parse: add posval support to FIO_OPT_INT by Jens Axboe · 11 years ago
  3. df07130 server: bump protocol version by Jens Axboe · 11 years ago
  4. d686990 stat.c: make 'bw' summary line respect 'unit_base' option by Steven Noonan · 11 years ago
  5. 142c7f2 stats: show summary bandwidth in terms of kb_base by Steven Noonan · 11 years ago
  6. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  7. 73798eb num2str: add arguments to represent values in terms of bytes/bits by Steven Noonan · 11 years ago
  8. 7351f40 Merge branch 'next' by Jens Axboe · 11 years ago
  9. 4f668cd Fio 2.0.15 by Jens Axboe · 11 years ago
  10. 0f50640 Makefile: use ginstall on Solaris by Jens Axboe · 11 years ago
  11. a8168a2 Makefile: use ginstall on Solaris by Jens Axboe · 11 years ago
  12. ce594fb Man page formatting fixups by Jens Axboe · 11 years ago
  13. e25b6d5 Use strcasestr() for matching filename_prefix keywords by Jens Axboe · 11 years ago
  14. 9ad8da8 Add strcasestr() by Jens Axboe · 11 years ago
  15. de98bd3 Add filename_format option by Jens Axboe · 11 years ago
  16. 2dc7637 gitignore: ignore configure script outputs by Steven Noonan · 11 years ago
  17. b9e1b49 Fixup json bandwidth output by Shaohua Li · 11 years ago
  18. a03fb65 parse: fix misparse of bs=64k-128k by Jens Axboe · 11 years ago
  19. 09d6bf0 axmap: get rid of old debug ->fail_ok checking by Jens Axboe · 11 years ago
  20. 09f17d6 Workaround pthreads-win32 pthread_rwlock_init limitation. by Bruce Cran · 11 years ago
  21. cdb57fe Fix rwlock error messages to specify the correct function names. by Bruce Cran · 11 years ago
  22. a744812 t/axmap: add test for multi bit sets by Jens Axboe · 11 years ago
  23. 0bfdf9f axmap: fix bug with max_bs/min_bs ratio being > 64 by Jens Axboe · 11 years ago
  24. af4862b configure: fixup build so that it's more resilient by Jens Axboe · 11 years ago
  25. c97f1ad Fix usr/sys/ctx/majf/minf for -USR1 usage by Jens Axboe · 11 years ago
  26. d9d9db0 Fix build if just one of libverbs or librdma is installed by Jens Axboe · 11 years ago
  27. 33980f5 mutex: set pshared attributes on rw semaphore by Shaohua Li · 11 years ago
  28. 50206d9 configure: check for v2 of libnuma by Jens Axboe · 11 years ago
  29. 74f4b02 Consider the maximum block size difference the minimum for loop exit by Jens Axboe · 11 years ago
  30. f832642 posixaio: restart suspend list after we have used aio_suspend() by Jens Axboe · 11 years ago
  31. 8f801ad mutex: fix the expression for checking the mutext magic by Jianpeng Ma · 11 years ago
  32. cba5243 Only attempt file unlock if we use locking by Jens Axboe · 11 years ago
  33. 8b4e954 mutex: add magic checks by Jens Axboe · 11 years ago
  34. 28b9b51 Kill now unused lockfile_batch variable by Jens Axboe · 11 years ago
  35. d7df1d1 Rework lockfile= file lock handling by Jens Axboe · 11 years ago
  36. 25c4255 lib/getopt_long: clear 'optarg' every time by Jens Axboe · 11 years ago
  37. ee98e23 Fix re-run issue when job size is set to "unknown" by Jens Axboe · 11 years ago
  38. bdb6d20 A few ULL -> uint64_t conversions by Jens Axboe · 11 years ago
  39. 44583e0 Fixup commit error in 56c796 by Jens Axboe · 11 years ago
  40. f648261 Android: remove static Android configuration by Aaron Carroll · 11 years ago
  41. 1a17cfd configure: endianness check for cross compile by Aaron Carroll · 11 years ago
  42. 142429e configure: compile-time word size detection by Aaron Carroll · 11 years ago
  43. 53cd4ee Propagate target OS from configure to Makefile by Aaron Carroll · 11 years ago
  44. 56c7960 android: fix compile by not defining FIO_NO_HAVE_SHM_H twice by Aaron Carroll · 11 years ago
  45. 8fdb9e2 Make test for gnuplot work with empty strings. by Martin Steigerwald · 11 years ago
  46. 177380a Android: add ioprio support by Aaron Carroll · 11 years ago
  47. d0f8536 lfsr: fix verification and spin bugs by Alex Pyrgiotis · 11 years ago
  48. a5e0ee1 Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB for Android. by Oleg · 11 years ago
  49. ff01f0f Remove config-host.h on clean. by Oleg Matcovschi · 11 years ago
  50. a64ea63 lfsr: Fix spin related bug by Alex Pyrgiotis · 11 years ago
  51. b136e93 lfsr: indent table by Jens Axboe · 11 years ago
  52. 7a887ff Add a simple test for LFSR generator by Alex Pyrgiotis · 11 years ago
  53. d474cbc Improve LFSR implementation by Alex Pyrgiotis · 11 years ago
  54. c3a1b74 Fix skewed latencies for rate IOPS by SEOKYOUNG KO · 11 years ago
  55. 5b3faae Fix rate iops with ramp time by SEOKYOUNG KO · 11 years ago
  56. 111e032 Add --parse-only command line option by Jens Axboe · 11 years ago
  57. 9c639a7 configure: fixup __sync_fetch_and_add() by Jens Axboe · 11 years ago
  58. adaa46d configure: add general libs for Solaris by Jens Axboe · 11 years ago
  59. 7366ad0 solaris: ensure that TCP_NODELAY gets picked up by Jens Axboe · 11 years ago
  60. 8e47ca6 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  61. f2dc46a powerpc: use mfspr for Time Base Register reads by Steven Noonan · 11 years ago
  62. 38b9354 Fix compile of RDMA engine for SunOS 5.x by Jens Axboe · 11 years ago
  63. 6264c7a net: fix warning for systems without TCP_NODELAY by Jens Axboe · 11 years ago
  64. 517a1a4 Revert "debug: only do getpid() if we have to" by Jens Axboe · 11 years ago
  65. 6418b9c FIO-VERSION-GEN: use `foo` instead of $(foo) by Jens Axboe · 11 years ago
  66. 3ba1ba7 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  67. b65588b configure: use `foo` instead of $(foo) by Jens Axboe · 11 years ago
  68. 6244334 powerpc: harden the clock ATB probe a bit by Jens Axboe · 11 years ago
  69. 4247d1a powerpc: use ATB clock, if it's available by Jens Axboe · 11 years ago
  70. 0f78b22 gettime: print 64-bit variable with ULL by Jens Axboe · 11 years ago
  71. 985ee30 debug: make __dprint() have printf() like argument type checking by Jens Axboe · 11 years ago
  72. 8037423 debug: only do getpid() if we have to by Jens Axboe · 11 years ago
  73. 58002f9 gettime: use 32-bit atomic sequences by Jens Axboe · 11 years ago
  74. 4b91ee8 Fixup wrong types for dprint() by Jens Axboe · 11 years ago
  75. e259879 gettime: add some sanity checks to platform clock by Jens Axboe · 11 years ago
  76. 7be39be Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  77. cc8350a Add LICENSE to Windows installer, fix filename extensions and update URL. by Bruce Cran · 11 years ago
  78. 43f09da Add section 9 to HOWTO table of contents. by Bruce Cran · 11 years ago
  79. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  80. 2cf3742 Fio 2.0.14 by Jens Axboe · 11 years ago
  81. 53737ae Fix problem with terminating on unaligned sizes by Jens Axboe · 11 years ago
  82. 6382049 Add FreeBSD cpu affinity support. by Bruce Cran · 11 years ago
  83. 80da8a8 Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being uninitialized by Bruce Cran · 11 years ago
  84. d93904c Fixup ia64 32-bit register clock cycle read by Jens Axboe · 11 years ago
  85. 6eb9d1b Fix x86 32-bit wrong variable type for rdtsc by Jens Axboe · 11 years ago
  86. b6e7d85 README: kill reference to non-functional SUSE package page by Jens Axboe · 11 years ago
  87. 7808086 Add recommendation that fio be run in a native console on Windows. by Bruce Cran · 11 years ago
  88. 35922a2 Update all Windows files except dobuild.cmd to use LF line endings by Bruce Cran · 11 years ago
  89. 427899c check output_format before calling show_idle_prof_stats() by Huadong Liu · 11 years ago
  90. ab3379b t/axmap: add pre/post bit set checks by Jens Axboe · 11 years ago
  91. 9e6eedc Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  92. 033ace1 Fix replay of IO pattern with multiple open files by Nikolaus Jeremic · 11 years ago
  93. 1e72a88 configure: missing Android config options by Aaron Carroll · 11 years ago
  94. 6d0e9f8 configure: attempt to get Android going again by Aaron Carroll · 11 years ago
  95. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  96. 47f07dd Turn f->engine_data into a 64-bit value by Jens Axboe · 11 years ago
  97. d7145a7 configure: ensure that fatal errors kill config-host.h and mak files by Jens Axboe · 11 years ago
  98. 61ee0f8 Handle end_fsync if a file is closed by Jens Axboe · 11 years ago
  99. 8b156d8 configure: allow --cpu to be specified by Jens Axboe · 11 years ago
  100. 315fcfe Fix rate limiting by Jens Axboe · 11 years ago