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