1. b3f4b4f Remove gotos from read_iolog_get() by Jens Axboe · 17 years ago
  2. 429f667 IO log fixes by Jens Axboe · 17 years ago
  3. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  4. 2135abc Fio 1.16.9 by Jens Axboe · 17 years ago
  5. c3edbdb Set minimum value allowed for some options by Jens Axboe · 17 years ago
  6. 48f5abd Fix disk zone test case by Jens Axboe · 17 years ago
  7. c9f6030 Mention what the [ xxx / xxx kb/s ] means in the status output by Jens Axboe · 17 years ago
  8. b3f378e Don't align memory unless using raw io by Jens Axboe · 17 years ago
  9. 4b43f54 Default stdev to 0.0, not -1.0 by Jens Axboe · 17 years ago
  10. d9cc7c1 Fio 1.16.8 by Jens Axboe · 17 years ago
  11. d87612a malloc memory still needs to be aligned, if we are doing direct IO by Jens Axboe · 17 years ago
  12. 088b420 Treat option outside of job section as fatal and quit by Jens Axboe · 17 years ago
  13. 7f7e6e5 Fix memory overflow bugs by Jens Axboe · 17 years ago
  14. f7150a9 Fio 1.16.7 by Jens Axboe · 17 years ago
  15. 244e170 Make a note of Mandriva package availability by Jens Axboe · 17 years ago
  16. c399064 Fix bad alignment in buffer size allocation by Jens Axboe · 17 years ago
  17. c7173db Add clue for ENOMEM hugepage allocation by Jens Axboe · 17 years ago
  18. 886b878 Fix typo in shmhuge commit by Jens Axboe · 17 years ago
  19. d8602dd Detect and print when the OS doesn't support huge pages by Jens Axboe · 17 years ago
  20. 6b3eccb git:// url location change by Jens Axboe · 17 years ago
  21. 542ff8c Fio 1.16.6 by Jens Axboe · 17 years ago
  22. a9a18a3 Fix bug with FIO_IO_U_M/U_NR being transposed by Jens Axboe · 17 years ago
  23. 72711fb Guard __must_check ifdef by Jens Axboe · 17 years ago
  24. cd963e1 net engine: cleanup the splice handling by Jens Axboe · 17 years ago
  25. 64b24cd net engine: fix listenfd/pipe fd leaks by Jens Axboe · 17 years ago
  26. 4d94c27 netsplice: use zero-copy if possible by Jens Axboe · 17 years ago
  27. f657a2f netsplice: fix a few typos by Jens Axboe · 17 years ago
  28. 9cce02e Support for 'netsplice' engine by Jens Axboe · 17 years ago
  29. ffa59ce guasi engine: remove STFU_GCC() by Jens Axboe · 17 years ago
  30. 1d2e271 Fio 1.16.5 by Jens Axboe · 17 years ago
  31. 04a0fea Adaptive io latency distrobution "histogram" by Jens Axboe · 17 years ago
  32. 8a35c71 HOWTO: note that clat/slat can be in micro or mili seconds by Jens Axboe · 17 years ago
  33. a783e61 io_u_mark_depth: just set index, don't fall through by Jens Axboe · 17 years ago
  34. ea2accc Cleanup msec <-> usec lat conversion by Jens Axboe · 17 years ago
  35. 7d059f8 libaio engine: print warning for depth > 1 and buffered IO by Jens Axboe · 17 years ago
  36. d85f511 Make completion and submission latency use appropriate time base by Jens Axboe · 17 years ago
  37. d2e268b Add cpus_allowed option by Jens Axboe · 17 years ago
  38. 6b6fa9c Fio 1.16.4 by Jens Axboe · 17 years ago
  39. a08bc17 HOWTO: expand the cpumask explanation a bit by Jens Axboe · 17 years ago
  40. dd19ee6 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  41. e600f7f Fix cpu mask setting by Gough, Corey D · 17 years ago
  42. ba9321e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 17 years ago
  43. f24254e splice engine: support for vmsplice to user space by Jens Axboe · 17 years ago
  44. 495ee9b splice flags are unsigned int, not unsigned long by Jens Axboe · 17 years ago
  45. 7616caf Documentation update by Jens Axboe · 17 years ago
  46. 163be7e Fio 1.16.3 by Jens Axboe · 17 years ago
  47. 492158c Tweak meaning of size option by Jens Axboe · 17 years ago
  48. 281f9b6 Fix bug with time_based run by Jens Axboe · 17 years ago
  49. f9c843e Fio 1.16.2 by Jens Axboe · 17 years ago
  50. c8f025f Add comment in os/os-linux.h wrt glibc-2.3.2 by Jens Axboe · 17 years ago
  51. c69aa91 Fix build on older systems by Jens Axboe · 17 years ago
  52. 5e62c22 Fix build/compile for non-blktrace platforms by Jens Axboe · 17 years ago
  53. 97af62c IO verification needs to open and grab a reference to a file by Jens Axboe · 17 years ago
  54. 16d55aa Fix bug with random IO and network connections by Jens Axboe · 17 years ago
  55. 7dbb6eb Update HOWTO on cpumask setting by Jens Axboe · 17 years ago
  56. 375b269 Fix cpumask setting/getting on older kernels by Jens Axboe · 17 years ago
  57. c97d836 mmap engine: fix open-for-size check by Jens Axboe · 17 years ago
  58. 2bfe24b Attempt to work-around possible time warp by Jens Axboe · 17 years ago
  59. 43c63a7 Improve random pattern without norandommap by Jens Axboe · 17 years ago
  60. b12ebc6 Rename ffz() function to fio_ffz() to avoid conflicts by Jens Axboe · 17 years ago
  61. eeb9c2a blktrace support: major/minor fixups by Jens Axboe · 17 years ago
  62. 5e6c206 blktrace support: support for looking up a device by Jens Axboe · 17 years ago
  63. 3f3d361 blktrace support: discard notify messages by Jens Axboe · 17 years ago
  64. f12b323 blktrace support: fixups/cleanups/improvements by Jens Axboe · 17 years ago
  65. 104bc4b fifo updates by Jens Axboe · 17 years ago
  66. 0db2679 Fix timeout on 64-bit BE archs by Jens Axboe · 17 years ago
  67. 38470f8 Fix fifo leak by Jens Axboe · 17 years ago
  68. e288756 blktrace support: speedup reading of data by Jens Axboe · 17 years ago
  69. d84f8d4 blktrace support: adjust largest io_u buffer size to match trace by Jens Axboe · 17 years ago
  70. a61edde blktrace replay: delay support by Jens Axboe · 17 years ago
  71. 6df8ada blktrace fixup + documentation by Jens Axboe · 17 years ago
  72. a2eea81 blktrace support now works by Jens Axboe · 17 years ago
  73. 8c1fdf0 blktrace support update by Jens Axboe · 17 years ago
  74. 36361eb iolog bug: TD_DDIR_READ should be TD_DDIR_WRITE by Jens Axboe · 17 years ago
  75. e7a7d70 Fix typo in blktrace code by Jens Axboe · 17 years ago
  76. fdefd98 Some more bits of blktrace support by Jens Axboe · 17 years ago
  77. fb7b71a Initial blktrace support by Jens Axboe · 17 years ago
  78. 3deb310 Log error on io buffer allocation by Jens Axboe · 17 years ago
  79. db1cd90 Allow termination during io_u building by Jens Axboe · 17 years ago
  80. 019b18e Fio 1.16.1 by Jens Axboe · 17 years ago
  81. 2dbdab7 Fix bug with file references by Jens Axboe · 17 years ago
  82. 0a839f3 Disk stat improvements by Jens Axboe · 17 years ago
  83. 733ed59 More iolog fixes by Jens Axboe · 17 years ago
  84. fcb1170 Fix read_iolog by Jens Axboe · 17 years ago
  85. b680c54 Fio 1.16 by Jens Axboe · 17 years ago
  86. 97f049c Fio is also available over http:// by Jens Axboe · 17 years ago
  87. a9b7b30 Fix file unlinking by Jens Axboe · 17 years ago
  88. 3106f22 Fix command line parsing bug by Jens Axboe · 17 years ago
  89. 097b299 Fix --showcmd bug by Jens Axboe · 17 years ago
  90. 6cefbe3 Mask in BE ioprio class as default by Jens Axboe · 17 years ago
  91. 7a93ab1 Revert "We do need to send a SIGQUIT to a process/thread, even if it is running" by Jens Axboe · 17 years ago
  92. 90a87d4 Have the job set ->terminate when runtime is exceeded by Jens Axboe · 17 years ago
  93. cf4464c Add time_based option by Jens Axboe · 17 years ago
  94. 210f43b Replace random constant with the symbolic name (GR prime) by Jens Axboe · 17 years ago
  95. b6f9676 IO buffer allocation cleanup by Jens Axboe · 17 years ago
  96. e9459e5 Add zero_buffers option by Jens Axboe · 17 years ago
  97. 660a1cb Reduntant write bit checks by Jens Axboe · 17 years ago
  98. ef5fffa We do need to send a SIGQUIT to a process/thread, even if it is running by Jens Axboe · 17 years ago
  99. 30061b9 Log and dump short ios by Jens Axboe · 17 years ago
  100. ce98fa6 If writing to stdout, move stat output to stderr by Jens Axboe · 17 years ago