1. 774a99b tiobench: ensure that ioengine is being specified by Jens Axboe · 11 years ago
  2. 0b14f0a Always exit if do_exit is set after parse by Jens Axboe · 11 years ago
  3. 4ac23d2 parse: if profile is set, only show options relevant to the profile by Jens Axboe · 11 years ago
  4. d250704 Make group_reporting be a string-set option again by Jens Axboe · 11 years ago
  5. 9d91818 Better catch arguments with required options and none passed by Jens Axboe · 11 years ago
  6. bfb3ea2 Fix segfault is bool option is used on command line and fails parsing by Jens Axboe · 11 years ago
  7. 4a88752 act: basic reporting by Jens Axboe · 11 years ago
  8. 00f81c3 act: bring closer to real ACT by Jens Axboe · 11 years ago
  9. 78a6aad act: fixes by Jens Axboe · 11 years ago
  10. d4afedf Start of ACT like benchmark profile by Jens Axboe · 11 years ago
  11. 4b20c68 helpers: fixup bad fadvise check by Jens Axboe · 11 years ago
  12. 4728b3c fusion atomic: retrieve all capabilities and support larger writes by Chandra Mallarapu · 11 years ago
  13. b2c77c2 fusion atomic: support for new SDK API by Santhosh Koundinya · 11 years ago
  14. cb44aa1 flow: quiesce pending IO before sleep by Jens Axboe · 11 years ago
  15. 4d01ece Update HOWTO and man page for thinktime blocks impact on queue depth by Jens Axboe · 11 years ago
  16. 1f64bd7 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  17. 002e718 Ensure that we have no IO pending when sleeping by Jens Axboe · 11 years ago
  18. 9a0ced5 sync engine: guard pvsync engine register/unregister by Jens Axboe · 11 years ago
  19. a46c5e0 Document pvsync engine by Jens Axboe · 11 years ago
  20. 07fc0ac sync engine: add support for pwritev/preadv by Jens Axboe · 11 years ago
  21. 3fb82dc Fio 2.1 by Jens Axboe · 11 years ago
  22. d5d9459 HOWTO: fix typo by Jens Axboe · 11 years ago
  23. cc86c39 Honor random/zero/compressible settings for filling an initial file by Jens Axboe · 11 years ago
  24. 239a11d android: use ashmem by Akers, Jason B · 11 years ago
  25. b7c1279 configure: remove argument for --build-32bit-win by Jens Axboe · 11 years ago
  26. a0bafb7 Add support for dumping the status on Windows. by Bruce Cran · 11 years ago
  27. 45f944b Add distclean target by Jens Axboe · 11 years ago
  28. 6a79a4c Move __NR_shm* syscall numbers to x86-64 where they belong by Jens Axboe · 11 years ago
  29. cef9175 Ensure that stat outputs are serialized by Jens Axboe · 11 years ago
  30. fdd5f15 Add log_info_flush() by Vincent Kang Fu · 11 years ago
  31. 5971116 Get rid of td->o.perc_seq by Jens Axboe · 11 years ago
  32. 211c9b8 Add support for modifying the randomness of a workload by Jens Axboe · 11 years ago
  33. 8d916c9 Catch the case where size= is less than the minimum block size by Jens Axboe · 11 years ago
  34. ae3fcb5 parse: add debug output when enabled by Jens Axboe · 11 years ago
  35. e078de4 Fix filling verify pattern for byte sizes of 3, 5, 7, ... by Jens Axboe · 11 years ago
  36. a88c8c1 Ensure we stop parsing and exit if a command line option fails by Jens Axboe · 11 years ago
  37. 30b5d57 Update man page with new command line options by Jens Axboe · 11 years ago
  38. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  39. fd8a09b fix memory allocation in the cases we may need to align by peter chang · 11 years ago
  40. c5d72b3 Really suppress ICE61 when building the Windows installer. by Bruce Cran · 11 years ago
  41. 5aa23eb Fix Windows build warnings. by Bruce Cran · 11 years ago
  42. cab2440 gerror: mixed code/data section by Jens Axboe · 11 years ago
  43. eb19930 Add -Wdeclaration-after-statement to compiler flags by Jens Axboe · 11 years ago
  44. 59358c8 Get rid of mixed code/data sections by Jens Axboe · 11 years ago
  45. c5d5a32 ioengine: kill unneeded thread_data forward declaration by Jens Axboe · 11 years ago
  46. 2db1e18 Kil unneeded forward declaration by Jens Axboe · 11 years ago
  47. 7b4203d Move unused and other attributes to the compiler section by Jens Axboe · 11 years ago
  48. 3c97812 Split out td error handling code by Jens Axboe · 11 years ago
  49. f0c48a7 null: 'td' isn't actually unused, unmark it by Jens Axboe · 11 years ago
  50. 39a43d3 Propagate io engine error back to 'td', if not already done by Jens Axboe · 11 years ago
  51. cf7cade goptions: fix bad log_err() type by Jens Axboe · 11 years ago
  52. 9f873e2 Update the examples filenames in the Windows installer. by Bruce Cran · 11 years ago
  53. 4e0a8fa Fixup bad logging types by Jens Axboe · 11 years ago
  54. 7089165 log: add printf() attribute to log_*() functions by Jens Axboe · 11 years ago
  55. e9d806f fio: fix segfault on 32bits platforms by Dmitry Monakhov · 11 years ago
  56. 714e85f eta: improve output for threads sitting in TD_SETTING_UP by Jens Axboe · 11 years ago
  57. 2d3b79c ARM: Use generic assembly nop and barrier code for armv6 by Otavio Salvador · 11 years ago
  58. 2382dca README: quick note on how to cross compile by Aaron Carroll · 11 years ago
  59. e90391e filesetup: set TD_SETTING_UP runstate when laying out files by Jens Axboe · 11 years ago
  60. a4ed043 Revert change that set group_reporting to 1 by Jens Axboe · 11 years ago
  61. 941bda9 Fix warning on platforms without disk util support by Jens Axboe · 11 years ago
  62. fa2a5bf Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  63. 1f51bba server: include uio.h for writev() by Bruce Cran · 11 years ago
  64. aa79e6a gclient: update to new probe command format by Jens Axboe · 11 years ago
  65. 3989b14 Make use of zlib optional by Jens Axboe · 11 years ago
  66. 9dfc301 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  67. c55d728 configure: add needed packages hints by Jens Axboe · 11 years ago
  68. 6b13c71 x86: fixup cpuid for some odd (android) 32-bit variants by Jens Axboe · 11 years ago
  69. da52c58 android: add byteorder for the swab routines by Aaron Carroll · 11 years ago
  70. a415b2c android: add shm syscalls and fix ioprio definitions by Aaron Carroll · 11 years ago
  71. a572bbf server: fix 32-bit build warning by Aaron Carroll · 11 years ago
  72. 0fe21ef Makefile: clean $(FIO_OBJS) too by Jens Axboe · 11 years ago
  73. 6e1e384 README: update by Jens Axboe · 11 years ago
  74. b4ea84d Fix a few 4.8 extra anal warnings by Jens Axboe · 11 years ago
  75. 77b640d Get rid of cast between enums by Jens Axboe · 11 years ago
  76. 5a3cd5f libaio: fix double setting of option category by Jens Axboe · 11 years ago
  77. 2ca1c76 net: fix double setting of option category by Jens Axboe · 11 years ago
  78. 166fb52 client: move jobs_eta to the end of client_eta by Jens Axboe · 11 years ago
  79. ed2c0a1 client/server: pass ->unit_base properly by Jens Axboe · 11 years ago
  80. 16725bb client/server: pass je->rate[] and je->iops[] over the net by Jens Axboe · 11 years ago
  81. 8f91cc3 Merge branch 'gfio' into gfio-int by Jens Axboe · 11 years ago
  82. 0a428b2 to_kmg() -> fio_uint_to_kmg() by Jens Axboe · 11 years ago
  83. 1421548 Move t/jobs/ to .fio format by Jens Axboe · 11 years ago
  84. ab82866 Make io_sample word size agnostic by Jens Axboe · 11 years ago
  85. 5a812f9 iolog: note type of log by Jens Axboe · 13 years ago
  86. 8dc6eba init: kill unused mlock_size by Jens Axboe · 11 years ago
  87. 3a5f6bd Make nr_thread/nr_process private to backend by Jens Axboe · 11 years ago
  88. 4896473 backend: merge in td->o to o-> thread_main() change by Jens Axboe · 11 years ago
  89. e8040c6 Rename job files by Jens Axboe · 11 years ago
  90. a569b45 Move init code to libfio by Jens Axboe · 11 years ago
  91. 3fd9efb ioengine: import whitespace changes by Jens Axboe · 11 years ago
  92. 9a3f110 Make lockmem a per job option by Jens Axboe · 13 years ago
  93. dc5bfbb Merge in crc32c-intel probe by Jens Axboe · 11 years ago
  94. 888677a Merge in zipf differences from gfio by Jens Axboe · 11 years ago
  95. e458593 Merge missing content to man page by Jens Axboe · 11 years ago
  96. 8079cb4 README: remove partial option list by Jens Axboe · 11 years ago
  97. 7fb6d45 Move rbtree to lib/ by Jens Axboe · 11 years ago
  98. b7f487c Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  99. 0ed766f tiobench: remove duplicate profile group by Jens Axboe · 11 years ago
  100. e90a0ad Categorize engine and profile options by Jens Axboe · 11 years ago