1. 1cb9641 client: fix potential buffer overrun in socket path by Jens Axboe · 10 years ago
  2. 4b159fa net engine: fix potential buffer overrun in socket path by Jens Axboe · 10 years ago
  3. da27a4b file: fix potential buffer overrun in get_fs_free_counts() by Jens Axboe · 10 years ago
  4. dacbbb8 verify: fix potential buffer overrun in dump_buf() by Jens Axboe · 10 years ago
  5. 73a467e init: fix potential buffer overrun in make_filename() by Jens Axboe · 10 years ago
  6. 5914042 server: ensure that dus->name is always NULL terminated by Jens Axboe · 10 years ago
  7. 48b16e2 stat: check that TEMP environment variable is half-way sane by Jens Axboe · 10 years ago
  8. 4a4ac4e init: fix more cases of leaking pid_file by Jens Axboe · 10 years ago
  9. a3b4cf7 diskutil: separate out stats from name by Jens Axboe · 10 years ago
  10. bcdcb5a init: remove bogus check for NULL parent by Jens Axboe · 10 years ago
  11. 5e1d874 Don't leak f_out file desciptor if specified more than once by Jens Axboe · 10 years ago
  12. 4af7c00 Don't leak memory if profile option is given twice by Jens Axboe · 10 years ago
  13. b8ba87a server: ensure that server pid file mem is always freed by Jens Axboe · 10 years ago
  14. e0c8b74 Ensure that fread() string is always NULL terminated by Jens Axboe · 10 years ago
  15. 18ef063 Fix potentially unterminated string after strncpy() call by Jens Axboe · 10 years ago
  16. f0cc675 Fix leak of directory handle in find_add_disk_slaves() error case by Jens Axboe · 10 years ago
  17. d19cedd net: fix leak of fd in bind() error path by Jens Axboe · 10 years ago
  18. f3e1eb2 Fix leak on error path in extend_file() by Jens Axboe · 10 years ago
  19. 1d824f3 Fix leak of file descriptor in error path of bc_calc() by Jens Axboe · 10 years ago
  20. 27ca949 Fix leak of string when doing parse dryrun by Jens Axboe · 10 years ago
  21. 68ace9e Fix directory leak in recurse_dir() on error by Jens Axboe · 10 years ago
  22. c7b086b Fix leak of 'error' if we don't assign it by Jens Axboe · 10 years ago
  23. 499b43c Fio 2.1.8 by Jens Axboe · 10 years ago
  24. 25a4e78 blktrace: fix missing line return in dprint() by Jens Axboe · 10 years ago
  25. 30b1867 iolog: check for thread termination in long delays by Jens Axboe · 10 years ago
  26. dfe11fd Make cache invalidation a soft error by Jens Axboe · 10 years ago
  27. 81795ce fio: fix s390 timing for older machines/binutils by Christian Ehrhardt · 10 years ago
  28. 12d0271 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  29. 046395d Add exit_on_io_done option to the CPU IO engine by Jens Axboe · 10 years ago
  30. 42793d9 iolog: skip max_bs[rw] increment for rw == DDIR_INVAL by Jens Axboe · 10 years ago
  31. 976406b diskutil: fix potential out-of-bounds array write by Jens Axboe · 10 years ago
  32. 2fd973c server: fix fd leak in error case by Jens Axboe · 10 years ago
  33. b53f2c5 Increment open file count manually by Jens Axboe · 10 years ago
  34. 3b5fea3 Revert "Fixup ->open_files if not given" by Jens Axboe · 10 years ago
  35. 7ccb1b6 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  36. eb5fdcf blktrace: probe IO depth by Jens Axboe · 10 years ago
  37. 1cffeb6 fio: fix s390 nop by Christian Ehrhardt · 10 years ago
  38. 919e789 fio: fix s390 time accounting by Christian Ehrhardt · 10 years ago
  39. bc4f5ef Support limited mixed command line options and job file by Jens Axboe · 10 years ago
  40. 25bd16c Fixup --timeout command line option by Jens Axboe · 10 years ago
  41. e413c2c Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  42. d1e78e6 Fix crash in setup_files() if no files are defined by Jens Axboe · 10 years ago
  43. 7788b76 Makefile: add doc target to generate PDFs from the man pages by Jens Axboe · 10 years ago
  44. ee2e571 Fix JSON_INTEGER overflow on Windows by changing datatype to 'long long' by Bruce Cran · 10 years ago
  45. f75c69a parse: fix crash with empty FIO_OPT_STR_STORE variables by Jens Axboe · 10 years ago
  46. 2e80228 Use setvbuf() for log writing by Jens Axboe · 10 years ago
  47. ea5409f iolog: invert log_mask bits by Jens Axboe · 10 years ago
  48. ea1f1da crc: add test.h header to test.c by Jens Axboe · 10 years ago
  49. 905e3d4 Cleanup the parallellized log writing by Jens Axboe · 10 years ago
  50. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  51. 3d43405 Add 'f' (Finishing) flag to status output by Jens Axboe · 10 years ago
  52. 7224205 mutex: add open init function and down_trylock() variant by Jens Axboe · 10 years ago
  53. 45aeca7 Don't crash when using filehash lock before init by Jens Axboe · 10 years ago
  54. 632f415 Add missing crc/test.h file by Jens Axboe · 10 years ago
  55. fb29604 Fix propagation of error value on failure to connect to fio server by Jens Axboe · 10 years ago
  56. c0c4b1d Merge branch 'erwan/clang' of https://github.com/enovance/fio by Jens Axboe · 10 years ago
  57. c3afb76 Merge branch 'erwan/nobasename' of https://github.com/enovance/fio by Jens Axboe · 10 years ago
  58. 9ee1c64 io_u: Using initialized local variable by Erwan Velu · 10 years ago
  59. a806bf2 stat: fixing bw_agg reporting by Erwan Velu · 10 years ago
  60. e53cf97 iolog: Keep full path for logs files by Erwan Velu · 10 years ago
  61. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  62. ef799a6 File pre-read lseek error check by Jens Axboe · 10 years ago
  63. 7b5cb70 Add alloc_new_file() by Jens Axboe · 10 years ago
  64. 8e25577 Ensure we inherit global latency/bw log settings by Jens Axboe · 10 years ago
  65. 9042623 Properly protect already-allocated file list by Jens Axboe · 10 years ago
  66. 4db205d Properly initialize shadow_fd to -1 by Jens Axboe · 10 years ago
  67. ece6d64 Fix bug in freeing of duplicated files by Andrey Kuzmin · 10 years ago
  68. f42557f Fio 2.1.7 by Jens Axboe · 10 years ago
  69. 9f973d1 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  70. 7cd0ec5 Fix wrong time conversion on --status-interval= command line option by Jens Axboe · 10 years ago
  71. 43cdea1 server: unlink sock file if interrupted early by Jens Axboe · 10 years ago
  72. 17e3531 server: dump where we attempted to bind in case of failure by Jens Axboe · 10 years ago
  73. b96b90c server: correct comment typo on port being after ':' by Jens Axboe · 10 years ago
  74. 190b8f0 Pass -Wstrict-prototypes -Wold-style-definition, whitespace by Castor Fu · 10 years ago
  75. 1417dae Don't re-create/unlink write file for append workload by Jens Axboe · 10 years ago
  76. b5f4d8b Unlink after file close by Jens Axboe · 10 years ago
  77. b1bebc3 Prevent file_append=1 with IO engine that can't extend files by Jens Axboe · 10 years ago
  78. 0aae4ce Update file_append documentation by Jens Axboe · 10 years ago
  79. bedc9dc Add support for file appends by Jens Axboe · 10 years ago
  80. 7750aac Update documentation on zero_buffers / scramble_buffers by Jens Axboe · 10 years ago
  81. 0574c88 Don't scramble buffers if compression is enabled by Jens Axboe · 10 years ago
  82. 4e59d0f Bump length of description field to 256 chars by Jens Axboe · 10 years ago
  83. 77d9967 Disable status file updates on error by Jens Axboe · 10 years ago
  84. dac45f2 stat: fixup fio-dump-status file location by Jens Axboe · 10 years ago
  85. 2f5a39d Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  86. 67445b6 Update documentation for filename/directory by Jens Axboe · 10 years ago
  87. 3939fe8 Add exceeds_number_ios() helper by Jens Axboe · 10 years ago
  88. 26251d8 Try a little harder to honor number_ios more accurately by Jens Axboe · 10 years ago
  89. c46fda9 Fix pointer alignment bug causing SIGBUS on Sparc64 by Sébastien Bouchex Bellomié · 10 years ago
  90. b24f59a Detect Windows operating system in ./configure by Stefan Hajnoczi · 10 years ago
  91. 4798633 Honor ./configure --cc= option by Stefan Hajnoczi · 10 years ago
  92. d0ec1d7 Fio 2.1.6.1 by Jens Axboe · 10 years ago
  93. 6cf71c2 Fix compile on CentOS/RHEL5 by Jens Axboe · 10 years ago
  94. d004a20 Fix typo in fio_cpu_count() by Jens Axboe · 10 years ago
  95. fad69e1 Fio 2.1.6 by Jens Axboe · 10 years ago
  96. 2e63e96 Fix verify_only option not working properly by Puthikorn Voravootivat · 10 years ago
  97. a2879fe Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  98. 96ed30c solaris: fixup new cpuset functions by Jens Axboe · 10 years ago
  99. 0cae66f Silence 'io_u might be used uninitialized' warning by Jens Axboe · 10 years ago
  100. 9f24726 server: fix warnings on some platforms on incompatible pointer type by Jens Axboe · 10 years ago