1. 2e5cdb1 Remember to init and exit the smalloc allocator by Jens Axboe · 16 years ago
  2. c69e887 Jobs must always open their own files by Jens Axboe · 16 years ago
  3. 94a08ec Add list_del_init() to list.h by Jens Axboe · 16 years ago
  4. 78d99e6 Remember to free the file structure as well by Jens Axboe · 16 years ago
  5. f17c439 Allocate file structure from shared process pool by Jens Axboe · 16 years ago
  6. 0c5b408 Add a semaphore implementation by Jens Axboe · 16 years ago
  7. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 16 years ago
  8. b0fe421 Missed update of dup_files() for dynamically allocated files by Jens Axboe · 16 years ago
  9. b2bd2bd Add file locking hooks by Jens Axboe · 16 years ago
  10. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  11. 126d65c Make file structures dynamically allocated by Jens Axboe · 16 years ago
  12. 4c3ecec Enable quiet build mode, enable by default by Jens Axboe · 16 years ago
  13. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  14. 24ffd2c Add close_files() that closes all files by Jens Axboe · 16 years ago
  15. de8dd11 Only initialize random map if we are actually going to use it by Jens Axboe · 16 years ago
  16. f63f7f3 Fix potential crash in terminate_threads() by Jens Axboe · 16 years ago
  17. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 16 years ago
  18. af4bab5 Fix bad inlining in mutex.h by Jens Axboe · 16 years ago
  19. 323d911 Fix recursive dump of options by Jens Axboe · 16 years ago
  20. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 16 years ago
  21. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 16 years ago
  22. c0a5d35 fio.1: add section option and remove spurious command text by Aaron Carroll · 16 years ago
  23. 982016d extend_file need continue when the file exists by Zhang, Yanmin · 16 years ago
  24. f3de88a Move syslet/indirect bits into the OS specific directory by Jens Axboe · 16 years ago
  25. 6ae1f57 Remove dead FIO_FILE_EXISTS flag by Jens Axboe · 16 years ago
  26. 8ce9cd3 prune_io_piece_log() also needs to take list into account by Jens Axboe · 16 years ago
  27. 9b23c9f Remove dead FIO_FILE_NOSORT flag by Jens Axboe · 16 years ago
  28. 357f618 fix hugepage-size type mismatch by Aaron Carroll · 16 years ago
  29. a1dedc1 account for delayed jobs when reaping threads by Aaron Carroll · 16 years ago
  30. 509df2b Fio 1.19 by Jens Axboe · 16 years ago
  31. c09823a Don't always print usage info by Jens Axboe · 16 years ago
  32. 811a0d0 Mention new --debug=random option in README by Jens Axboe · 16 years ago
  33. 84422ac More random fixes by Jens Axboe · 16 years ago
  34. c299e03 Fix TO_MAP_BLOCK() taking offset into account twice by Jens Axboe · 16 years ago
  35. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 16 years ago
  36. 7d6a890 Cleanup parse_cmd_line() by Jens Axboe · 16 years ago
  37. 01f06b6 Add --section command line option by Jens Axboe · 16 years ago
  38. 536582b Exit on bad command line options by Jens Axboe · 16 years ago
  39. 062c602 Add/correct missing command line options in help text by Jens Axboe · 16 years ago
  40. 19e8257 Fio 1.18.1 by Jens Axboe · 16 years ago
  41. 51b6996 Fix typo in mark_random_map() by Jens Axboe · 16 years ago
  42. b9c5b64 Fix random location generation with offset != 0 by Jens Axboe · 16 years ago
  43. 36ecec8 fio: HOWTO update by Gurudas Pai · 16 years ago
  44. 7971314 Verify doesn't really work on mixed read/write workloads, so warn by Jens Axboe · 16 years ago
  45. c475da7 Fix misplaced exit(0) in cpus_allowed setting by Jens Axboe · 16 years ago
  46. e05af9e fio: minor HOWTO fix by Gurudas Pai · 16 years ago
  47. 9183788 man page update by Jens Axboe · 16 years ago
  48. dbe1a01 Fio 1.18 by Jens Axboe · 16 years ago
  49. 4ba6613 Fix offset retrieval problem for read and write having different bs ranges by Jens Axboe · 16 years ago
  50. 97e8cd4 parser: always set off3/4 even if we have more by Jens Axboe · 16 years ago
  51. cc9159c sync engine: missing fsync check in vsync by Jens Axboe · 16 years ago
  52. 1d2af02 Add vsync io engine by Jens Axboe · 16 years ago
  53. 163f849 Improve depth marking by Jens Axboe · 16 years ago
  54. e4f54ad Decrement io_issue count when requeuing an io_u by Jens Axboe · 16 years ago
  55. b271fe6 Add debug trace for io_u_queue_complete() by Jens Axboe · 16 years ago
  56. 1e3c09a Don't allow FIO_SYNCIO io engine flag to override queue depth by Jens Axboe · 16 years ago
  57. 2bd3eab sync engine: cleanup psync/sync seperation by Jens Axboe · 16 years ago
  58. 47bc8bc Don't force iodepth == 1 for SYNC io engine by Jens Axboe · 16 years ago
  59. 108fcc1 Fix bug in fio mutex initialization by Zhang, Yanmin · 16 years ago
  60. d4ac64c Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  61. 8172fe9 A few debug debug log fixes by Jens Axboe · 16 years ago
  62. 79e48f7 Add option for not including the tracing stuff by Jens Axboe · 16 years ago
  63. bd6f78b Add blktrace and verify debug tracing by Jens Axboe · 16 years ago
  64. d0656a9 CPU burn engine fix by Jens Axboe · 16 years ago
  65. 2ba1c29 A bunch of fixes by Jens Axboe · 16 years ago
  66. 691394d Typo in 'init' debug option mask by Jens Axboe · 16 years ago
  67. ee56ad5 Add --debug for enabling internal dumps on various actions by Jens Axboe · 16 years ago
  68. 886a2b5 Stop job if it fails to do any IO for a new invocation by Jens Axboe · 16 years ago
  69. 01680f3 Fio 1.17.3 by Jens Axboe · 16 years ago
  70. 259693e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 16 years ago
  71. d9d91e3 Fix wrong accouning of zone bytes by Jens Axboe · 16 years ago
  72. 273f8c9 Random IO fixes by Jens Axboe · 16 years ago
  73. 65bdb10 More file extend fixes by Jens Axboe · 16 years ago
  74. 587af92 file extent fix by Gurudas Pai · 16 years ago
  75. 89e820f Update iodepth_batch documentation by Jens Axboe · 16 years ago
  76. a2e6f8a Make iodepth_batch=1 by default by Jens Axboe · 16 years ago
  77. 5e00c2c libio: fix bug in commit hook by Jens Axboe · 16 years ago
  78. f51dcaf surface-scan: make bs 64k again by Jens Axboe · 16 years ago
  79. 04d04cd Add sample file for surface scan by Shawn Lewis · 16 years ago
  80. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 16 years ago
  81. fc74ac1 Don't truncate files if we don't need to extend them by Shawn Lewis · 17 years ago
  82. aa31f1f Add fill_device option by Shawn Lewis · 17 years ago
  83. 8f9cc4a fio: Fix for new file creation by Gurudas Pai · 17 years ago
  84. 45378b3 Show fio help page when no arguments are given by Jens Axboe · 17 years ago
  85. 509eab1 Overflow bugs in random map by Jens Axboe · 17 years ago
  86. d090f6f Add Intel IOMeter file access server example job file by Jens Axboe · 17 years ago
  87. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  88. 757aff4 '1' is minimum value for queue depth, don't allow 0 by Jens Axboe · 17 years ago
  89. e6026f9 syslet: we have fls(), use it for rounding ring size up by Jens Axboe · 17 years ago
  90. a3cc770 unsigned vs signed warnings by Jens Axboe · 17 years ago
  91. 11a65bf syslet: can't free the stack by Jens Axboe · 17 years ago
  92. 1e20499 Change io engine version by Jens Axboe · 17 years ago
  93. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 17 years ago
  94. 4a88edf syslet: cleanup event reaping by Jens Axboe · 17 years ago
  95. db6defc syslet: add proper read barrier between user_tail and completion read by Jens Axboe · 17 years ago
  96. c6effc3 syslet: error handling by Jens Axboe · 17 years ago
  97. 05f6a17 syslet: make sure ring buffer is a power-of-2 by Jens Axboe · 17 years ago
  98. e81f734 syslet: memory allocation error handling by Jens Axboe · 17 years ago
  99. ad532d7 Add kcompat.h by Jens Axboe · 17 years ago
  100. 12cbb46 syslet: update to -v7 as posted by Zach by Jens Axboe · 17 years ago