1. c81f934 Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile. by Bruce Cran · 12 years ago
  2. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 12 years ago
  3. 67bf982 Add configure script by Jens Axboe · 12 years ago
  4. b14c9ed Enable -ffast-math by Jens Axboe · 12 years ago
  5. b165e2b Fix $(CC) override: use system compiler except on HP-UX and Solaris. by Bruce Cran · 12 years ago
  6. ad1f90a Add t/axmap tester by Jens Axboe · 12 years ago
  7. 7ebd796 Rename the bitmap to axmap by Jens Axboe · 12 years ago
  8. 8055e41 Add LFSR generator by Jens Axboe · 12 years ago
  9. 51ede0b Rework file random map by Jens Axboe · 12 years ago
  10. ec5c6b1 Add support for Android by Aaron Carroll · 12 years ago
  11. 9207966 Get rid of -fno-omit-frame-pointer by Jens Axboe · 12 years ago
  12. 24baa4c genzipf: use regular array + qsort() instead of rbtree by Jens Axboe · 12 years ago
  13. 7670fce Makefile: 2nd go at making CC assignment/check actually work by Jens Axboe · 12 years ago
  14. 122d4b1 Use more portable construct for setting/checking CC by Jens Axboe · 12 years ago
  15. eed3f51 Makefile: typo by Jens Axboe · 12 years ago
  16. 8e60025 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  17. fd6f237 genzipf: improve accuracy by Jens Axboe · 12 years ago
  18. 39ab7da Move code around to satisfy t/stest linkage by Jens Axboe · 12 years ago
  19. f98f3d0 Fix t/ieee754 link by Jens Axboe · 12 years ago
  20. 6ff3885 Add t/genzipf to play with distribution settings by Jens Axboe · 12 years ago
  21. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  22. 62cb17d Makefile: break long line by Jens Axboe · 12 years ago
  23. 9c25d2e engine: add e4defrag engine by Dmitry Monakhov · 12 years ago
  24. e615cea ioengine: Add fallocate ioengine by Dmitry Monakhov · 12 years ago
  25. 6ef6358 Add support for Fusion-io atomic write engine by Santhosh Koundinya · 12 years ago
  26. cc372b1 Add a simple json encoder and use it to print fio output in json format by Shaohua Li · 12 years ago
  27. 31dc09d fio Makefile improvement - don't override $(CC) by Jens Axboe · 12 years ago
  28. d398794 Windows 32-bit fio fixes by Bruce Cran · 12 years ago
  29. 84306c1 Windows build fixes by Bruce Cran · 12 years ago
  30. a6204b6 Ensure that init depends on FIO-VERSION-FILE by Jens Axboe · 12 years ago
  31. 8541f32 Fix repeated link of fio by Jens Axboe · 12 years ago
  32. 692a5d2 Make fio include the git version in the version output by Jens Axboe · 12 years ago
  33. 93bcfd2 Move Windows port to MinGW by Bruce Cran · 13 years ago
  34. 9e684a4 Token-based flow control by Dan Ehrenberg · 13 years ago
  35. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 13 years ago
  36. bcdf7c5 Install man page in /usr/share/man by default on OSX by Jens Axboe · 13 years ago
  37. c7c6cb4 Move IEEE754 support code to lib/ by Jens Axboe · 13 years ago
  38. b7eec50 Makefile: use -O3 by default by Jens Axboe · 13 years ago
  39. 213a01b Makefile: move -rdynamic to linking flag by Jens Axboe · 13 years ago
  40. 61f78f3 Add IEEE 754 test case by Jens Axboe · 13 years ago
  41. d10fba4 Re-enable -O2 optimization by Jens Axboe · 13 years ago
  42. 0cda2d5 t/stest: add log.o smaller helper by Jens Axboe · 13 years ago
  43. 90f326d Add IEEE 754 pack and unpack helpers by Jens Axboe · 13 years ago
  44. ac9b910 Fixup some bad file naming by Jens Axboe · 13 years ago
  45. b66570d client: initial support for multiple connections by Jens Axboe · 13 years ago
  46. 142575e Server logging cleanup/functionality by Jens Axboe · 13 years ago
  47. 132159a Add start of client, start of real protocol by Jens Axboe · 13 years ago
  48. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  49. 3427207 Improve Makefile for t/ test code by Jens Axboe · 13 years ago
  50. fbc2792 Add simple stest smalloc tester by Jens Axboe · 13 years ago
  51. b6cf38f RDMA update by Yufei Ren · 13 years ago
  52. 21b8aee RDMA IO engine by ren yufei · 13 years ago
  53. 0f7ac78 Add CPU affinity support to Windows by Bruce Cran · 13 years ago
  54. 48b35be Fix AIX Makefile by Michael Perzl · 13 years ago
  55. b5ffb75 HP-UX typo by Jens Axboe · 13 years ago
  56. d48a979 A few HP-UX fixes by Jens Axboe · 13 years ago
  57. c00a228 Initial HP-UX port by Jens Axboe · 13 years ago
  58. f84622e Fix Makefile depend issue by Michael Zappe · 13 years ago
  59. 513ba3f Add space between -m and 755 for install by Jens Axboe · 13 years ago
  60. 33c142b Remove solaris posix_memalign() helper by Jens Axboe · 13 years ago
  61. 91aea6e Add simple aligned alloc helper by Jens Axboe · 13 years ago
  62. e52947d Fix linking of fio executable by Diego Elio Pettenò · 14 years ago
  63. d015e39 Reinstate unified Makefile by Bruce Cran · 14 years ago
  64. 0a56089 Kill flist_sort from Makefiles by Jens Axboe · 14 years ago
  65. 0e655dd Revert "Unify makefiles" by Jens Axboe · 14 years ago
  66. 7d130d8 Unify makefiles by Bruce Cran · 14 years ago
  67. c2019d3 Windows updates by Bruce Cran · 14 years ago
  68. 9b83656 Various fixes/updates by Bruce Cran · 14 years ago
  69. 1ec3d69 Implement a better num2str() by Jens Axboe · 14 years ago
  70. 79a4318 Add binject IO engine by Jens Axboe · 14 years ago
  71. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  72. 366badd Have cscope look in subdirs too by Jens Axboe · 14 years ago
  73. d29cd59 Add flist sorting by Jens Axboe · 14 years ago
  74. 1fbbf72 First step at speeding up io_u rand refill by Jens Axboe · 15 years ago
  75. bf84eac Make the dprint() processing out-of-line by Jens Axboe · 15 years ago
  76. 79d1631 Add support for loadable profiles by Jens Axboe · 15 years ago
  77. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  78. d4c5b19 Add weak helpers to other makefiles by Jens Axboe · 15 years ago
  79. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  80. ccd4f41 Add fio_generate_plots.1 man page from debian package by Jens Axboe · 15 years ago
  81. 46e9e96 Use frame pointer by Jens Axboe · 16 years ago
  82. 3845591 Add intel hardware assisted crc32c support by Jens Axboe · 16 years ago
  83. ff2e223 Revert "Add spinlock wrapper helpers" by Jens Axboe · 16 years ago
  84. 8b4a7c8 Add spinlock wrapper helpers by Jens Axboe · 16 years ago
  85. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  86. 091708d Don't include headers in depend target by Jens Axboe · 16 years ago
  87. 6492b1e Makefile update by Jens Axboe · 16 years ago
  88. 73af677 Remove icc reference in Linux Makefile by Jens Axboe · 16 years ago
  89. 4d4e80f Revamp file locking by Jens Axboe · 17 years ago
  90. 06fecb4 Makefile updates by Jens Axboe · 17 years ago
  91. 0b2d6a7 Makefile updates by Jens Axboe · 17 years ago
  92. 380065a Add file hashing helpers by Jens Axboe · 17 years ago
  93. 0c5b408 Add a semaphore implementation by Jens Axboe · 17 years ago
  94. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 17 years ago
  95. 4c3ecec Enable quiet build mode, enable by default by Jens Axboe · 17 years ago
  96. 79e48f7 Add option for not including the tracing stuff by Jens Axboe · 17 years ago
  97. 12cbb46 syslet: update to -v7 as posted by Zach by Jens Axboe · 17 years ago
  98. d60e92d man 1 fio by Aaron Carroll · 17 years ago
  99. eef6eea Move checksumming files to seperate directory by Jens Axboe · 17 years ago
  100. cd14cc1 Add sha256 and sha512 checksums by Jens Axboe · 17 years ago