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