1. 076efc7 [PATCH] Improve io logging by Jens Axboe · 18 years ago
  2. dad915e [PATCH] Fixup iolog config setting by Jens Axboe · 18 years ago
  3. e1f3650 [PATCH] Abstract option handling by Jens Axboe · 18 years ago
  4. cb2c86f [PATCH] Split config name parse functions into parse.c by Jens Axboe · 18 years ago
  5. d55954f [PATCH] f->fileno is not used by Jens Axboe · 18 years ago
  6. 13f8e2d [PATCH] Add option to specify the exact file used by Jens Axboe · 18 years ago
  7. ec94ec5 [PATCH] Add bw/lat log as job options by Jens Axboe · 18 years ago
  8. 841ddd1 [PATCH] Automatically adjust iodepth for nr_files by Jens Axboe · 18 years ago
  9. 25205e9 [PATCH] File creation and info fixes by Jens Axboe · 18 years ago
  10. 0ab8db8 [PATCH] Make fio -W clean again by Jens Axboe · 18 years ago
  11. f6cbb26 [PATCH] Add support for unlinking io files by Jens Axboe · 18 years ago
  12. b2a1519 [PATCH Various fixes by Jens Axboe · 18 years ago
  13. 53cdc68 [PATCH] First cut at supporting > 1 file per job by Jens Axboe · 18 years ago
  14. df64119 [PATCH] Fix segfault if ioengine isn't set by Jens Axboe · 18 years ago
  15. 2866c82 [PATCH] Separate io engines into separate loadable objects by Jens Axboe · 18 years ago
  16. b990b5c [PATCH] Basic support for a cpu cycle eater job by Jens Axboe · 18 years ago
  17. 774a617 [PATCH] Correct command line parsing by Jens Axboe · 18 years ago
  18. 40718e3 [PATCH] Drop "-f jobfile" from usage help by Randy.Dunlap · 18 years ago
  19. af959a7 [PATCH] Fix timout variable setting by Jens Axboe · 18 years ago
  20. 2e77841 [PATCH] Remove redundant -f job option by Jens Axboe · 18 years ago
  21. 0c7e37a [PATCH] Stonewalling wasn't properly done in some circumstances by Jens Axboe · 18 years ago
  22. f4866ec [PATCH fio-1.5 by Jens Axboe · 18 years ago
  23. 906c8d7 [PATCH] Various little fixes and lots of commenting by Jens Axboe · 18 years ago
  24. 9cc935a [PATCH] Remove last remnants of file extending by Jens Axboe · 18 years ago
  25. c6ae0a5 [PATCH] Add option for terse parseable output by Jens Axboe · 18 years ago
  26. 47623c7 [PATCH] Update usage() text to match options by Jens Axboe · 18 years ago
  27. 9ebc27e [PATCH] Remove the old job command line options by Jens Axboe · 18 years ago
  28. f948191 [PATCH] Make it easier to match up filename and job number by Jens Axboe · 18 years ago
  29. 88c6ed8 [PATCH] Misc: stall progress ouput during file creation, ini_file frees. by Jens Axboe · 18 years ago
  30. 972cfd2 [PATCH] Add support for giving multiple job files by Jens Axboe · 18 years ago
  31. 3b70d7e [PATCH] When logging to a file, stderr should go both to stderr and file by Jens Axboe · 18 years ago
  32. eb8bbf4 [PATCH] Enable output logging to file instead of stdout by Jens Axboe · 18 years ago
  33. 2c0ecd2 [PATCH] Compile and works on OpenSolaris (tested on BeleniX) by Jens Axboe · 18 years ago
  34. e463f17 [PATCH] Let thread exit cleanup the small allocs by Jens Axboe · 18 years ago
  35. ddaeaa5 [PATCH] 'parent' is always set in get_new_job() by Jens Axboe · 18 years ago
  36. 4f693b9 [PATCH] Warn on conflicting read/write iolog by Jens Axboe · 18 years ago
  37. af8c0b4 [PATCH] Broken write_iolog option if iolog given by Jens Axboe · 18 years ago
  38. e9c047a [PATCH] Cleanups and 'td' size reduction by Jens Axboe · 18 years ago
  39. bbfd6b0 [PATCH] Easy process shared semaphores by Jens Axboe · 18 years ago
  40. 5c4e1db [PATCH] Final FreeBSD compile fixups by Jens Axboe · 18 years ago
  41. 6dfd46b [PATCH] OS abstract out the random seed and value retrieval by Jens Axboe · 18 years ago
  42. 22f78b3 [PATCH] Guard ioscheduler= option with FIO_HAVE_IOSCHED_SWITCH by Jens Axboe · 18 years ago
  43. 8914a9d [PATCH] More function moving by Jens Axboe · 18 years ago
  44. 45410ac [PATCH] ini parser user friendliness by Jens Axboe · 18 years ago
  45. 0726198 [PATCH] Bad option clarifications (dump supported types) by Jens Axboe · 18 years ago
  46. 80b9feb [PATCH] Convert some options to use check_strstore() if they only dupe the arg by Jens Axboe · 18 years ago
  47. 0145205 [PATCH] Add name=x option to name jobs by Jens Axboe · 18 years ago
  48. 6796209 [PATCH] Shorten the file names, stupid to prefix everything with fio- by Jens Axboe · 18 years ago[Renamed from fio-ini.c]
  49. da86774 [PATCH] Add ioscheduler=x option to allow setting io scheduler by Jens Axboe · 18 years ago
  50. 4e0ba8a [PATCH] Add exec_prerun/exec_postrun options by Jens Axboe · 18 years ago
  51. ef899b6 [PATCH] Dynamically allocate the big filename entries in td by Jens Axboe · 18 years ago
  52. 59b0f33 [PATCH] Remove debug printf() in read/write_iolog setup by Jens Axboe · 18 years ago
  53. 573275e [PATCH] Fio 1.4 by Jens Axboe · 18 years ago
  54. a12fc02 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 18 years ago
  55. b6f4d88 [PATCH] Add support for specifying job nice value with nice=x by Jens Axboe · 18 years ago
  56. a6ccc7b [PATCH] Add support for specifying read/write mix workloads better by Jens Axboe · 18 years ago
  57. 843a741 [PATCH] Add write_iolog support by Jens Axboe · 18 years ago
  58. 7515484 [PATCH] Introduce an extra runstate for monitoring thread startup by Jens Axboe · 18 years ago
  59. 1ac267b [PATCH] Use /dev/urandom instead of /dev/random by Jens Axboe · 18 years ago
  60. a4e167e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 18 years ago
  61. c04f7ec [PATCH] Add lockmem=x option to pin memory by Jens Axboe · 18 years ago
  62. 1bb6b2a Merge branch 'master' of router:/data/git/fio by Jens Axboe · 18 years ago
  63. b6754f9 [PATCH] More string fixups by Jens Axboe · 18 years ago
  64. 9d0d424 [PATCH] End stripping exposed suffix bug by Jens Axboe · 18 years ago
  65. 4ae3f76 [PATCH] String and thread inherit fixes by Jens Axboe · 18 years ago
  66. fc1a471 [PATCH] Add end_fsync option by Jens Axboe · 18 years ago
  67. 8756e4d [PATCH] Support for splice IO engine by Jens Axboe · 18 years ago
  68. c9fad89 [PATCH] Allow job file to be last argument by Jens Axboe · 18 years ago
  69. aea47d4 [PATCH] Support for specifying exact io pattern by Jens Axboe · 18 years ago
  70. 4785f99 [PATCH] Add -h help option by Jens Axboe · 18 years ago
  71. 3d60d1e [PATCH] Add support for read/write mixed io by Jens Axboe · 18 years ago
  72. eba09dd [PATCH] Allow proper sharing of files by Jens Axboe · 18 years ago
  73. e8e387c [PATCH] Update version string, fix offset bug by Jens Axboe · 18 years ago
  74. 0af7b54 [PATCH] Add support for the read/write interface of SG v3 by Jens Axboe · 18 years ago
  75. 20dc95c [PATCH] Add support for zoned io sections by Jens Axboe · 19 years ago
  76. f5d3e5e [PATCH] Further job parsing fixes by Jens Axboe · 19 years ago
  77. 01617be [PATCH] Fixup check_range() so it accepts any combination of suffixes by Jens Axboe · 19 years ago
  78. 3e7ba7c [PATCH] Bump version to 1.1 for release by Jens Axboe · 19 years ago
  79. ebac465 Move fio to seperate repo by Jens Axboe · 19 years ago