1. 9a0db1e gfio: bad merge in Makefile by Jens Axboe · 12 years ago
  2. 49758e1 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  3. a7f5831 Revert "Change preferred default clocksource to gettimeofday()" by Jens Axboe · 12 years ago
  4. 842805f engines/net.c: fix compilation error due to missing signal.h include by Steven Noonan · 12 years ago
  5. 36d80bc Wire up SIGUSR2 to kill blocking threads by Jens Axboe · 12 years ago
  6. f716101 Change preferred default clocksource to gettimeofday() by Jens Axboe · 12 years ago
  7. d72be54 Cache layout improvements by Jens Axboe · 12 years ago
  8. 0cae16f net: fix receiver start time by Jens Axboe · 12 years ago
  9. 6f73a7f net: add basic ping/pong type workload support by Jens Axboe · 12 years ago
  10. f00b210 verify: treat as failure if given verify type is different from media by Jens Axboe · 12 years ago
  11. b96d243 net: sent udp open messages by Jens Axboe · 12 years ago
  12. 856b09c Merge branch 'rand-map' by Jens Axboe · 12 years ago
  13. a80b4e4 solaris: enable fadvise() by Jens Axboe · 12 years ago
  14. 1cad712 Fix broken 'norandommap' by Jens Axboe · 12 years ago
  15. bfe1d59 parse: fix wrong "might be used unitialized" warning on some compilers by Jens Axboe · 12 years ago
  16. 09164e5 Wire up _weak posix_fadvise() by Jens Axboe · 12 years ago
  17. 859088d net: set runstate to SETTING_UP while waiting for a connection by Jens Axboe · 12 years ago
  18. 7d988f6 net: exit on WAITALL and !ret by Jens Axboe · 12 years ago
  19. 166dce4 net: fix segfault with receiver, tcp, and no hostname set by Jens Axboe · 12 years ago
  20. 41fa20e libfio: don't sent KILL signal to own process from signal handler by Jens Axboe · 12 years ago
  21. ad1f90a Add t/axmap tester by Jens Axboe · 12 years ago
  22. 7ebd796 Rename the bitmap to axmap by Jens Axboe · 12 years ago
  23. dbfb51e bitmap: fix off-by-8 allocation error by Jens Axboe · 12 years ago
  24. 66c098b Fix windowsaio IO error handling and document device write access issue on Windows and FreeBSD. by Bruce Cran · 12 years ago
  25. 39b9356 Fix compile for older Linux without mmap MAP_HUGETLB by Jens Axboe · 12 years ago
  26. c4fc0ff lfsr: crank it 128 times before using the sequence by Jens Axboe · 12 years ago
  27. 3831a84 Ensure that lfsr_init() is always called by Jens Axboe · 12 years ago
  28. 8055e41 Add LFSR generator by Jens Axboe · 12 years ago
  29. 2ab9e98 Restore BUSY_OK bypassing of bitmap by Jens Axboe · 12 years ago
  30. 88df6e2 Kill now unused bitmap defines from legacy code by Jens Axboe · 12 years ago
  31. 8ba92d1 bitmap: kill debug code by Jens Axboe · 12 years ago
  32. c49715c bitmap: fix bit_masks[] for 32-bit compiles by Jens Axboe · 12 years ago
  33. 51ede0b Rework file random map by Jens Axboe · 12 years ago
  34. ec5c6b1 Add support for Android by Aaron Carroll · 12 years ago
  35. d6dc02f memory: wire up mmap huge page support by Jens Axboe · 12 years ago
  36. 8425687 Use unique seed for zipf/pareto init if rand_repeat is not set by Jens Axboe · 12 years ago
  37. 79f9ec8 Generate a new Windows installer product code for 2.0.11. by Bruce Cran · 12 years ago
  38. 32512b4 Add more examples to the Windows installer. by Bruce Cran · 12 years ago
  39. 764b896 Fio 2.0.11 by Jens Axboe · 12 years ago
  40. 92d42d6 Document random distribution by Jens Axboe · 12 years ago
  41. 5881fda Disable random map automatically if a non-uniform random distribution is given by Jens Axboe · 12 years ago
  42. 4e98a45 genzipf: add help/usage screen (-h) by Jens Axboe · 12 years ago
  43. 9207966 Get rid of -fno-omit-frame-pointer by Jens Axboe · 12 years ago
  44. 7956f14 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  45. 355934b t/genzfip: add -c option for csv output by Vincent Kang Fu · 12 years ago
  46. 559cf11 server: properly reset state_number in fio_reset_state() by Jens Axboe · 12 years ago
  47. 2caefee server: properly reset stat_number in fio_reset_state() by Jens Axboe · 12 years ago
  48. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  49. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  50. 24d23ca Get rid of uninitialized_var() by Jens Axboe · 12 years ago
  51. 4373e97 Fix wrong return type on td_error_type() by Jens Axboe · 12 years ago
  52. d5f3a08 e4defrag: fix always true comparison by Jens Axboe · 12 years ago
  53. a572515 json: fix off-by-one in memory alloc by Jens Axboe · 12 years ago
  54. 24baa4c genzipf: use regular array + qsort() instead of rbtree by Jens Axboe · 12 years ago
  55. d366a95 JSON: fix escape of '"' and '\' characters by Jens Axboe · 12 years ago
  56. 444256e genzipf: add size and percentage hit rates by Jens Axboe · 12 years ago
  57. a5a4fdf zipf: use 64-bit safe hash for zipf/pareto by Jens Axboe · 12 years ago
  58. 921d17b genzipf: more features by Jens Axboe · 12 years ago
  59. 7670fce Makefile: 2nd go at making CC assignment/check actually work by Jens Axboe · 12 years ago
  60. 122d4b1 Use more portable construct for setting/checking CC by Jens Axboe · 12 years ago
  61. c5b3adc Use ETIMEDOUT instead of ETIME for exceeding max latency by Jens Axboe · 12 years ago
  62. e483959 zipf: kill debug "generating series" messages by Jens Axboe · 12 years ago
  63. 4c9060e zipf: cap range calculation at 10M by Jens Axboe · 12 years ago
  64. 18ded91 Zipf theta must be different than 1.0 by Jens Axboe · 12 years ago
  65. 2316296 zipf: seed zipf/pareto rand with filename hash and job id by Jens Axboe · 12 years ago
  66. 1442ba1 zipf: cleanup by Jens Axboe · 12 years ago
  67. b2b0b75 zipf/pareto: ensure that 0 isn't always the hottest block by Jens Axboe · 12 years ago
  68. 078189c Add safe checks for valid pareto input value by Jens Axboe · 12 years ago
  69. eed3f51 Makefile: typo by Jens Axboe · 12 years ago
  70. 8e60025 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  71. c71224e genzipf: fix off-by-one in output array calculation by Jens Axboe · 12 years ago
  72. fd6f237 genzipf: improve accuracy by Jens Axboe · 12 years ago
  73. 8f2b137 rbtree: add rb_next() by Jens Axboe · 12 years ago
  74. ed1860c zipf/pareto: mix blocks with hashing by Jens Axboe · 12 years ago
  75. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  76. 39ab7da Move code around to satisfy t/stest linkage by Jens Axboe · 12 years ago
  77. f98f3d0 Fix t/ieee754 link by Jens Axboe · 12 years ago
  78. f880b1f genzip updates by Jens Axboe · 12 years ago
  79. 0779dfc t/genzipf update by Jens Axboe · 12 years ago
  80. 6ff3885 Add t/genzipf to play with distribution settings by Jens Axboe · 12 years ago
  81. b83da9b zipf: needs inttypes.h by Jens Axboe · 12 years ago
  82. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  83. 5ffb051 Add forgotten minmax.h include file by Jens Axboe · 12 years ago
  84. 237cc3b Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  85. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  86. a3ebe7e smalloc: move to size_t for allocations by Jens Axboe · 12 years ago
  87. 4d2987c Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  88. 7982aa7 smalloc: fix int truncation issue by Jens Axboe · 12 years ago
  89. 1550153 Add max_latency option by Jens Axboe · 12 years ago
  90. 222757c rdma: cleanup and fixes by Jens Axboe · 12 years ago
  91. ee88d05 rdma: fixup compile issue by Jens Axboe · 12 years ago
  92. ea6209a rdma: use private random state by Jens Axboe · 12 years ago
  93. 7d7803f rdma ioengine improvement by Yufei Ren · 12 years ago
  94. 4005939 Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD by Yufei Ren · 12 years ago
  95. 477eb7e Add LICENSE file specyfing what I expect from people using fio by Jens Axboe · 12 years ago
  96. d5abee0 backend: only check bytes_done for engines without FIO_NOIO by Jens Axboe · 12 years ago
  97. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  98. f5fd0b1 thread cpu resource statistics bug fix by Yufei Ren · 12 years ago
  99. 2557f7e cpuio engine cpuload bug fix by Yufei Ren · 12 years ago
  100. d793f80 Update REPORTING-BUGS by Jens Axboe · 12 years ago