1. 868eb3c smalloc: debug by Jens Axboe · 16 years ago
  2. c5dda9e smalloc: increase alloc size by Jens Axboe · 16 years ago
  3. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  4. 41ccd84 If verify is enabled, automatically enable refill_buffers by Jens Axboe · 16 years ago
  5. 5973caf Add option for refilling IO buffers on each submit by Jens Axboe · 16 years ago
  6. 60f2c65 Silence put_file() complaint by Jens Axboe · 16 years ago
  7. 009bd84 Fix bad interaction with file open/close and queuing by Jens Axboe · 16 years ago
  8. d800575 Improve iodepth logging by Jens Axboe · 16 years ago
  9. 67778e8 Fix off-by-one in last_block() by Jens Axboe · 16 years ago
  10. 393ca7e Fix crash with iolog by Jens Axboe · 16 years ago
  11. 391ba6a Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  12. 3bec7ae Allow marking of queue depth for more than 1 io_u at the time by Jens Axboe · 16 years ago
  13. 748b23a Put the logs in the current directory by Jens Axboe · 16 years ago
  14. 98eeabf Fio 1.20 by Jens Axboe · 16 years ago
  15. aec2de2 Kill unused parameters by Jens Axboe · 16 years ago
  16. 136f6b7 smalloc: remove pool resize support by Jens Axboe · 16 years ago
  17. 8e5732e smalloc: cleanups and allow sfree(NULL) by Jens Axboe · 16 years ago
  18. c08e194 smalloc: remember to account for sizeof block header by Jens Axboe · 16 years ago
  19. adf5709 smalloc: when adding a new pool, make it big enough to hold the failing alloc by Jens Axboe · 16 years ago
  20. 5036fc1 Update 'overwrite' option documentation by Jens Axboe · 16 years ago
  21. 3e1d74f Fio 1.20-rc4 by Jens Axboe · 16 years ago
  22. 6de43c1 README: add hint on missing libaio-devel package by Jens Axboe · 16 years ago
  23. 75de55a libaio: Add hint on libaio engine init failing by Jens Axboe · 16 years ago
  24. 15ca150 Mark rwmixcycle option as deprecated in the option parser by Jens Axboe · 16 years ago
  25. 613442d Remove rwmixcycle HOWTO entry by Jens Axboe · 16 years ago
  26. e492866 Base the rwmix switch algorithm on io issues by Jens Axboe · 16 years ago
  27. bc83891 Need to prefix directory= setting before checking dir part of filename= by Jens Axboe · 16 years ago
  28. d3eeeab Improve eta calculation and display for complex jobs by Jens Axboe · 16 years ago
  29. 84f8317 Improve naming in fio gnuplot graphs by Jens Axboe · 16 years ago
  30. 47d85e2 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  31. 3baddf2 If a file is extended, drop extended length in cache by Jens Axboe · 16 years ago
  32. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  33. 303032a Allow randommap allocation to fail by Jens Axboe · 16 years ago
  34. 85f4670 smalloc: increase initial pool size from 64k to 1m by Jens Axboe · 16 years ago
  35. bd199f2 Fix badly merged dprint() by Jens Axboe · 16 years ago
  36. 0a308f0 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 16 years ago
  37. ffdfabd Make sure that file is created for FIO_NOEXTEND engines by Jens Axboe · 16 years ago
  38. 921c766 Check directory if filename= option includes dir name by Jens Axboe · 16 years ago
  39. 6f88bcb Only decrement pending in reap_threads() if the reaped job was pending by Jens Axboe · 16 years ago
  40. 565cc35 posixaio: Missing memset() by Jens Axboe · 16 years ago
  41. 3c77037 posixaio: speedup by using aio_suspend() instead of manual waiting by Jens Axboe · 16 years ago
  42. f718273 Extend ipo file action capabilities by Jens Axboe · 16 years ago
  43. f4705a7 Use pthread_detach() instead of calling pthread_join() later by Jens Axboe · 16 years ago
  44. a6edd63 Silence gcc warning by Jens Axboe · 16 years ago
  45. f6a72c7 Fio 1.20-rc3 by Jens Axboe · 16 years ago
  46. 691c8fb blktrace improvements and fixups by Jens Axboe · 16 years ago
  47. 1730815 Only set O_RDWR for open() when readonly isn't set by Jens Axboe · 16 years ago
  48. ed4aa70 Tweak handling of write traces with --readonly by Jens Axboe · 16 years ago
  49. 5b3023b blktrace bits accidentally got committed by Jens Axboe · 16 years ago
  50. cd991b9 Fix bad sscan() -> scanf() conversion by Jens Axboe · 16 years ago
  51. 4aae515 Fio 1.20-rc2 by Jens Axboe · 16 years ago
  52. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  53. e8670ef Always make job use open() instead of dup(), even for shared files by Jens Axboe · 16 years ago
  54. eda4100 File setup open can fail in multiple functions, not just open() by Jens Axboe · 16 years ago
  55. 98e1ac4 Be more careful about catching fsync() errors by Jens Axboe · 16 years ago
  56. cc3fc85 Update to verify state setting by Jens Axboe · 16 years ago
  57. 58f9f04 for_each_file() fix by Jens Axboe · 16 years ago
  58. 9efef3c Multiple file handling fixes by Jens Axboe · 16 years ago
  59. d8fab1b Indicate 'V' verify state always by Jens Axboe · 16 years ago
  60. 8ca7ead Fio 1.20-rc1 by Jens Axboe · 16 years ago
  61. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  62. 5f1348c filehash.c: remove debug hash dump by Jens Axboe · 16 years ago
  63. e1dab66 sem.c: cleanup by Jens Axboe · 16 years ago
  64. 06fecb4 Makefile updates by Jens Axboe · 16 years ago
  65. 0b2d6a7 Makefile updates by Jens Axboe · 16 years ago
  66. 9c5b529 Add rw mutex init helper by Jens Axboe · 16 years ago
  67. 65864cf Use read-writer locks in smalloc by Jens Axboe · 16 years ago
  68. 64d4d31 Add read-write mutexes by Jens Axboe · 16 years ago
  69. 28cfeb6 Remove debug printf() in net engine by Jens Axboe · 16 years ago
  70. 29c1349 Add the file sharing bits by Jens Axboe · 16 years ago
  71. 4906e0b Hook up the file hashing by Jens Axboe · 16 years ago
  72. 392a374 Missed fio.h update for filehash, oops by Jens Axboe · 16 years ago
  73. 380065a Add file hashing helpers by Jens Axboe · 16 years ago
  74. 2e5cdb1 Remember to init and exit the smalloc allocator by Jens Axboe · 16 years ago
  75. c69e887 Jobs must always open their own files by Jens Axboe · 16 years ago
  76. 94a08ec Add list_del_init() to list.h by Jens Axboe · 16 years ago
  77. 78d99e6 Remember to free the file structure as well by Jens Axboe · 16 years ago
  78. f17c439 Allocate file structure from shared process pool by Jens Axboe · 16 years ago
  79. 0c5b408 Add a semaphore implementation by Jens Axboe · 16 years ago
  80. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 16 years ago
  81. b0fe421 Missed update of dup_files() for dynamically allocated files by Jens Axboe · 16 years ago
  82. b2bd2bd Add file locking hooks by Jens Axboe · 16 years ago
  83. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  84. 126d65c Make file structures dynamically allocated by Jens Axboe · 16 years ago
  85. 4c3ecec Enable quiet build mode, enable by default by Jens Axboe · 16 years ago
  86. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  87. 24ffd2c Add close_files() that closes all files by Jens Axboe · 16 years ago
  88. de8dd11 Only initialize random map if we are actually going to use it by Jens Axboe · 16 years ago
  89. f63f7f3 Fix potential crash in terminate_threads() by Jens Axboe · 16 years ago
  90. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 16 years ago
  91. af4bab5 Fix bad inlining in mutex.h by Jens Axboe · 16 years ago
  92. 323d911 Fix recursive dump of options by Jens Axboe · 16 years ago
  93. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 16 years ago
  94. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 16 years ago
  95. c0a5d35 fio.1: add section option and remove spurious command text by Aaron Carroll · 16 years ago
  96. 982016d extend_file need continue when the file exists by Zhang, Yanmin · 16 years ago
  97. f3de88a Move syslet/indirect bits into the OS specific directory by Jens Axboe · 16 years ago
  98. 6ae1f57 Remove dead FIO_FILE_EXISTS flag by Jens Axboe · 16 years ago
  99. 8ce9cd3 prune_io_piece_log() also needs to take list into account by Jens Axboe · 16 years ago
  100. 9b23c9f Remove dead FIO_FILE_NOSORT flag by Jens Axboe · 16 years ago