1. 613442d Remove rwmixcycle HOWTO entry by Jens Axboe · 16 years ago
  2. e492866 Base the rwmix switch algorithm on io issues by Jens Axboe · 16 years ago
  3. bc83891 Need to prefix directory= setting before checking dir part of filename= by Jens Axboe · 16 years ago
  4. d3eeeab Improve eta calculation and display for complex jobs by Jens Axboe · 16 years ago
  5. 84f8317 Improve naming in fio gnuplot graphs by Jens Axboe · 16 years ago
  6. 47d85e2 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  7. 3baddf2 If a file is extended, drop extended length in cache by Jens Axboe · 16 years ago
  8. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  9. 303032a Allow randommap allocation to fail by Jens Axboe · 16 years ago
  10. 85f4670 smalloc: increase initial pool size from 64k to 1m by Jens Axboe · 16 years ago
  11. bd199f2 Fix badly merged dprint() by Jens Axboe · 16 years ago
  12. 0a308f0 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 16 years ago
  13. ffdfabd Make sure that file is created for FIO_NOEXTEND engines by Jens Axboe · 16 years ago
  14. 921c766 Check directory if filename= option includes dir name by Jens Axboe · 16 years ago
  15. 6f88bcb Only decrement pending in reap_threads() if the reaped job was pending by Jens Axboe · 16 years ago
  16. 565cc35 posixaio: Missing memset() by Jens Axboe · 16 years ago
  17. 3c77037 posixaio: speedup by using aio_suspend() instead of manual waiting by Jens Axboe · 16 years ago
  18. f718273 Extend ipo file action capabilities by Jens Axboe · 16 years ago
  19. f4705a7 Use pthread_detach() instead of calling pthread_join() later by Jens Axboe · 16 years ago
  20. a6edd63 Silence gcc warning by Jens Axboe · 16 years ago
  21. f6a72c7 Fio 1.20-rc3 by Jens Axboe · 16 years ago
  22. 691c8fb blktrace improvements and fixups by Jens Axboe · 16 years ago
  23. 1730815 Only set O_RDWR for open() when readonly isn't set by Jens Axboe · 16 years ago
  24. ed4aa70 Tweak handling of write traces with --readonly by Jens Axboe · 16 years ago
  25. 5b3023b blktrace bits accidentally got committed by Jens Axboe · 16 years ago
  26. cd991b9 Fix bad sscan() -> scanf() conversion by Jens Axboe · 16 years ago
  27. 4aae515 Fio 1.20-rc2 by Jens Axboe · 16 years ago
  28. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  29. e8670ef Always make job use open() instead of dup(), even for shared files by Jens Axboe · 16 years ago
  30. eda4100 File setup open can fail in multiple functions, not just open() by Jens Axboe · 16 years ago
  31. 98e1ac4 Be more careful about catching fsync() errors by Jens Axboe · 16 years ago
  32. cc3fc85 Update to verify state setting by Jens Axboe · 16 years ago
  33. 58f9f04 for_each_file() fix by Jens Axboe · 16 years ago
  34. 9efef3c Multiple file handling fixes by Jens Axboe · 16 years ago
  35. d8fab1b Indicate 'V' verify state always by Jens Axboe · 16 years ago
  36. 8ca7ead Fio 1.20-rc1 by Jens Axboe · 16 years ago
  37. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  38. 5f1348c filehash.c: remove debug hash dump by Jens Axboe · 16 years ago
  39. e1dab66 sem.c: cleanup by Jens Axboe · 16 years ago
  40. 06fecb4 Makefile updates by Jens Axboe · 16 years ago
  41. 0b2d6a7 Makefile updates by Jens Axboe · 16 years ago
  42. 9c5b529 Add rw mutex init helper by Jens Axboe · 16 years ago
  43. 65864cf Use read-writer locks in smalloc by Jens Axboe · 16 years ago
  44. 64d4d31 Add read-write mutexes by Jens Axboe · 16 years ago
  45. 28cfeb6 Remove debug printf() in net engine by Jens Axboe · 16 years ago
  46. 29c1349 Add the file sharing bits by Jens Axboe · 16 years ago
  47. 4906e0b Hook up the file hashing by Jens Axboe · 16 years ago
  48. 392a374 Missed fio.h update for filehash, oops by Jens Axboe · 16 years ago
  49. 380065a Add file hashing helpers by Jens Axboe · 16 years ago
  50. 2e5cdb1 Remember to init and exit the smalloc allocator by Jens Axboe · 16 years ago
  51. c69e887 Jobs must always open their own files by Jens Axboe · 16 years ago
  52. 94a08ec Add list_del_init() to list.h by Jens Axboe · 16 years ago
  53. 78d99e6 Remember to free the file structure as well by Jens Axboe · 16 years ago
  54. f17c439 Allocate file structure from shared process pool by Jens Axboe · 16 years ago
  55. 0c5b408 Add a semaphore implementation by Jens Axboe · 16 years ago
  56. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 16 years ago
  57. b0fe421 Missed update of dup_files() for dynamically allocated files by Jens Axboe · 16 years ago
  58. b2bd2bd Add file locking hooks by Jens Axboe · 16 years ago
  59. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  60. 126d65c Make file structures dynamically allocated by Jens Axboe · 16 years ago
  61. 4c3ecec Enable quiet build mode, enable by default by Jens Axboe · 16 years ago
  62. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  63. 24ffd2c Add close_files() that closes all files by Jens Axboe · 16 years ago
  64. de8dd11 Only initialize random map if we are actually going to use it by Jens Axboe · 16 years ago
  65. f63f7f3 Fix potential crash in terminate_threads() by Jens Axboe · 16 years ago
  66. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 16 years ago
  67. af4bab5 Fix bad inlining in mutex.h by Jens Axboe · 16 years ago
  68. 323d911 Fix recursive dump of options by Jens Axboe · 16 years ago
  69. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 16 years ago
  70. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 16 years ago
  71. c0a5d35 fio.1: add section option and remove spurious command text by Aaron Carroll · 16 years ago
  72. 982016d extend_file need continue when the file exists by Zhang, Yanmin · 16 years ago
  73. f3de88a Move syslet/indirect bits into the OS specific directory by Jens Axboe · 16 years ago
  74. 6ae1f57 Remove dead FIO_FILE_EXISTS flag by Jens Axboe · 16 years ago
  75. 8ce9cd3 prune_io_piece_log() also needs to take list into account by Jens Axboe · 16 years ago
  76. 9b23c9f Remove dead FIO_FILE_NOSORT flag by Jens Axboe · 16 years ago
  77. 357f618 fix hugepage-size type mismatch by Aaron Carroll · 16 years ago
  78. a1dedc1 account for delayed jobs when reaping threads by Aaron Carroll · 16 years ago
  79. 509df2b Fio 1.19 by Jens Axboe · 16 years ago
  80. c09823a Don't always print usage info by Jens Axboe · 16 years ago
  81. 811a0d0 Mention new --debug=random option in README by Jens Axboe · 16 years ago
  82. 84422ac More random fixes by Jens Axboe · 16 years ago
  83. c299e03 Fix TO_MAP_BLOCK() taking offset into account twice by Jens Axboe · 16 years ago
  84. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 16 years ago
  85. 7d6a890 Cleanup parse_cmd_line() by Jens Axboe · 16 years ago
  86. 01f06b6 Add --section command line option by Jens Axboe · 16 years ago
  87. 536582b Exit on bad command line options by Jens Axboe · 16 years ago
  88. 062c602 Add/correct missing command line options in help text by Jens Axboe · 16 years ago
  89. 19e8257 Fio 1.18.1 by Jens Axboe · 16 years ago
  90. 51b6996 Fix typo in mark_random_map() by Jens Axboe · 16 years ago
  91. b9c5b64 Fix random location generation with offset != 0 by Jens Axboe · 16 years ago
  92. 36ecec8 fio: HOWTO update by Gurudas Pai · 16 years ago
  93. 7971314 Verify doesn't really work on mixed read/write workloads, so warn by Jens Axboe · 16 years ago
  94. c475da7 Fix misplaced exit(0) in cpus_allowed setting by Jens Axboe · 16 years ago
  95. e05af9e fio: minor HOWTO fix by Gurudas Pai · 16 years ago
  96. 9183788 man page update by Jens Axboe · 16 years ago
  97. dbe1a01 Fio 1.18 by Jens Axboe · 16 years ago
  98. 4ba6613 Fix offset retrieval problem for read and write having different bs ranges by Jens Axboe · 16 years ago
  99. 97e8cd4 parser: always set off3/4 even if we have more by Jens Axboe · 16 years ago
  100. cc9159c sync engine: missing fsync check in vsync by Jens Axboe · 16 years ago