1. ccf8f12 Don't use seeks on stdin for job file parsing by Jens Axboe · 17 years ago
  2. 5a729cb Add support for `-' file to read from stdin by Aaron Carroll · 17 years ago
  3. 1d79a6d Update syslet-rw to fixed size ABI structures by Zach Brown · 17 years ago
  4. b4d8dda Exec the getpid atom when testing for syslet support by Zach Brown · 17 years ago
  5. 6a117e0 Initialize the new_thread_stack so syslet support testing has one by Zach Brown · 17 years ago
  6. 9de6beb Trivial spelling correction by Zach Brown · 17 years ago
  7. 36ddbc0 Update syslet system call numbers by Zach Brown · 17 years ago
  8. d1429b5 General fio.1 improvements by Aaron Carroll · 17 years ago
  9. d60e92d man 1 fio by Aaron Carroll · 17 years ago
  10. e592a06 Add ETA output control and interactivity check by Aaron Carroll · 17 years ago
  11. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  12. 4241ea8 Extend --readonly by Jens Axboe · 17 years ago
  13. 724e443 Add --readonly option by Jens Axboe · 17 years ago
  14. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  15. e7823a9 Add display of major and minor faults by Jens Axboe · 17 years ago
  16. d16d4e0 Verify handlers should return Exxx error, not just 1 by Jens Axboe · 17 years ago
  17. a26fc7c Fix splice engine compile by Jens Axboe · 17 years ago
  18. bb446c1 splice engine: add unmapping for vmsplice-to-user by Jens Axboe · 17 years ago
  19. 061c869 Add unmap hook that belongs to the IO engines by Jens Axboe · 17 years ago
  20. bdda7d7 Type in SPLICE_F_UNMAP ifdef by Jens Axboe · 17 years ago
  21. 0dd8377 Fix eta for pure read workload with verify enabled by Jens Axboe · 17 years ago
  22. e6203e9 Fio 1.17.1 by Jens Axboe · 17 years ago
  23. ea966f8 Fix ETA display for iolog replay by Jens Axboe · 17 years ago
  24. f627d8a Adjust file layout printf by Jens Axboe · 17 years ago
  25. 4764aec Style fixup by Jens Axboe · 17 years ago
  26. f3f72c5 blktrace: skip notify traces by Jens Axboe · 17 years ago
  27. d9309cb clat/slat display improvements by Jens Axboe · 17 years ago
  28. 4661f3d README: correct command line description by Jens Axboe · 17 years ago
  29. 4368857 splice: automatically detect whether vmsplice-to-user works by Jens Axboe · 17 years ago
  30. b753feb Fio 1.17 by Jens Axboe · 17 years ago
  31. d78ee46 Allow upper-case 'X' for hexidecimal in parser by Jens Axboe · 17 years ago
  32. bfb41d9 Remove verify_pattern option, replace with verify=pattern:x by Jens Axboe · 17 years ago
  33. 68e1f29 Mark do_verify and verify_fatal as booleans by Jens Axboe · 17 years ago
  34. a12a3b4 Add verify_fatal option by Jens Axboe · 17 years ago
  35. 3f199b0 Improve verify pattern failure logging by Jens Axboe · 17 years ago
  36. 005c565 Note parent option 'verify' for 'do_verify' by Jens Axboe · 17 years ago
  37. e84c73a [PATCH] Add do_verify option by Shawn Lewis · 17 years ago
  38. a944e33 Verify the pattern we've written by Shawn Lewis · 17 years ago
  39. dee6de7 [PATCH] Fix memswp. Its scratch space was too small by Shawn Lewis · 17 years ago
  40. 7437ee8 [PATCH] Add verify_meta verification type by Shawn Lewis · 17 years ago
  41. 67a1000 More option help updates by Jens Axboe · 17 years ago
  42. fdf2874 Be a little more clever in finding child options by Jens Axboe · 17 years ago
  43. ef9aff5 Parent options didn't recurse properly by Jens Axboe · 17 years ago
  44. c83f2df Add parent option to 'verifysort' by Jens Axboe · 17 years ago
  45. afdf935 Add parent link to options by Jens Axboe · 17 years ago
  46. a432da1 Update non-linux Makefiles by Jens Axboe · 17 years ago
  47. eef6eea Move checksumming files to seperate directory by Jens Axboe · 17 years ago
  48. 546dfd9 Seperate verify_header from the checksum type by Jens Axboe · 17 years ago
  49. 8767783 Prepare for splitting the verify_header from the checksum header by Jens Axboe · 17 years ago
  50. cd14cc1 Add sha256 and sha512 checksums by Jens Axboe · 17 years ago
  51. 61f821f Properly initialize md5 hash seed by Jens Axboe · 17 years ago
  52. 86739fc Remove .maxval from verify_pattern by Jens Axboe · 17 years ago
  53. 90059d6 Add verify_pattern option by Jens Axboe · 17 years ago
  54. 6d16ecb Document parser int taking hex input by Jens Axboe · 17 years ago
  55. a61bdfd Parser: make check_int() accept hex input if prefixed with 0x by Jens Axboe · 17 years ago
  56. a59e170 Rename header_offset and header_interval options by Jens Axboe · 17 years ago
  57. fd00954 Fix bug in md5 calculation by Jens Axboe · 17 years ago
  58. c9b3fdf Fix md5 verify by Jens Axboe · 17 years ago
  59. 819a968 Fix header_interval minimum value by Jens Axboe · 17 years ago
  60. d9f2caf Abstract out the data offset calculation by Jens Axboe · 17 years ago
  61. 9564610 Cleanup verify pointer casting by Jens Axboe · 17 years ago
  62. 546a914 [PATCH] Offset verification header by a user-specified distance by Shawn Lewis · 17 years ago
  63. 3f9f4e2 [PATCH] Allow verification to be done at finer granularity by Shawn Lewis · 17 years ago
  64. d11a531 [PATCH] Fix file_size_high by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  65. fcca4b5 Show md5 as first verify function by Jens Axboe · 17 years ago
  66. 17dc34d Add crc7 and crc64 to HOWTO by Jens Axboe · 17 years ago
  67. d77a7af Add sample crc64 checksum by Jens Axboe · 17 years ago
  68. bcdedd0 [PATCH] Fix fileoffset option by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  69. 2298290 [PATCH] Fix size given larger than filesize given by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  70. 8c43232 Speed up md5 hash filling/verifying by 20% by Jens Axboe · 17 years ago
  71. a3ff21e Clean up verify_io_u() by Jens Axboe · 17 years ago
  72. baefa9b Speed up verify fill by Jens Axboe · 17 years ago
  73. 1f24ea4 Type in crc16 verify failure by Jens Axboe · 17 years ago
  74. 1e154bd Add crc7 verify type by Jens Axboe · 17 years ago
  75. 969f7ed Add crc16 verify type by Jens Axboe · 17 years ago
  76. 1dcc049 [PATCH] Only verify_io_u on reads by Shawn Lewis · 17 years ago
  77. c6c3b28 Add data integrity example to netio sample job file by Jens Axboe · 17 years ago
  78. dc372f0 Missed FIO_UNIDIR io ops flags on net engine by Jens Axboe · 17 years ago
  79. b67740d IO verification improvements by Jens Axboe · 17 years ago
  80. 4c5946c Fix verify random bytes filling by Jens Axboe · 17 years ago
  81. 47f0cc4 [PATCH] empty result by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  82. 0c3d768 [PATCH] non-stop thread by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  83. b6a4c7d [PATCH] Random map block coverage by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  84. 6a5e688 Fix problem with io_u being beyond EOF by Jens Axboe · 17 years ago
  85. 09c6cb2 [PATCH] Don't hide pthread_mutex_setpshared in os-linux.h by Shawn Lewis · 17 years ago
  86. 4d8947d Fix headers for building with some older libs by Shawn Lewis · 17 years ago
  87. 20e354e Add ->done variable to force exit when we know we are done by Jens Axboe · 17 years ago
  88. 7172cfe Only do the root warning once per thread by Jens Axboe · 17 years ago
  89. 4539ed7 Missing carriage return in latency print by Jens Axboe · 17 years ago
  90. 4dced40 Only warn once for blktrace log open failure by Jens Axboe · 17 years ago
  91. 21bd298 One more fio_ddir fixup by Jens Axboe · 17 years ago
  92. 53fa9b6 ddir is of type enum fio_ddir by Jens Axboe · 17 years ago
  93. b3f4b4f Remove gotos from read_iolog_get() by Jens Axboe · 17 years ago
  94. 429f667 IO log fixes by Jens Axboe · 17 years ago
  95. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  96. 2135abc Fio 1.16.9 by Jens Axboe · 17 years ago
  97. c3edbdb Set minimum value allowed for some options by Jens Axboe · 17 years ago
  98. 48f5abd Fix disk zone test case by Jens Axboe · 17 years ago
  99. c9f6030 Mention what the [ xxx / xxx kb/s ] means in the status output by Jens Axboe · 17 years ago
  100. b3f378e Don't align memory unless using raw io by Jens Axboe · 17 years ago