1. 28787e4 Revert "axmap: ensure we lock down the maps for shared access" by Jens Axboe · 9 years ago
  2. 948ceaf axmap: ensure we lock down the maps for shared access by Jens Axboe · 9 years ago
  3. 468a18c Improved support for libhdfs by Fabrice Bacchella · 9 years ago
  4. 9aba7b7 Make gfio build with --build-static by Jens Axboe · 9 years ago
  5. 1be2ed9 Kill off -Wshadow again by Jens Axboe · 9 years ago
  6. 93d3658 Makefile: add -Wshadow by Jens Axboe · 10 years ago
  7. ec58c74 Add basic DragonFly support by Jens Axboe · 10 years ago
  8. 6bde6be BSD Yacc doesn't understand --no-lines, so use -l instead by Bruce Cran · 10 years ago
  9. e2e7032 Get rid if --header-file argument for lex by Jens Axboe · 10 years ago
  10. 500b4f4 Makefile: don't install test binaries by Jens Axboe · 10 years ago
  11. cc481fd Makefile: fix gfio link for CONFIG_ARITHMETIC by Jens Axboe · 10 years ago
  12. 8944a7d Ignore lexer.h auto-generated file by Jens Axboe · 10 years ago
  13. 6d686d9 t/dedupe: use generic blockdev_size() to get size by Jens Axboe · 10 years ago
  14. 56a0f46 Fix bison parsing by Stephen M. Cameron · 10 years ago
  15. 50979ab fix problem with yy_size_t vs int param to lexer_input by Stephen M. Cameron · 10 years ago
  16. cc7c47a Makefile: exp/fixup-buggy-yacc-output is no more by Jens Axboe · 10 years ago
  17. aa2eda7 Makefile: properly annotate LEX/YACC parts by Jens Axboe · 10 years ago
  18. 0b8d3cb Makefile: PARSER_OBJS is not used anymore by Jens Axboe · 10 years ago
  19. 8cf2b45 exp: get rid of the #line bug workaround by Jens Axboe · 10 years ago
  20. 5420b34 Makefile: silence make clean by Jens Axboe · 10 years ago
  21. ab9001b Makefile: silence fixup by Jens Axboe · 10 years ago
  22. e27dadc Wire up exp/test-expression-parser by Jens Axboe · 10 years ago
  23. 88b635b fio: allow arithmetic expressions to be used in job files by Stephen M. Cameron · 10 years ago
  24. 91d9721 bloom: up hashes to 5 by default by Jens Axboe · 10 years ago
  25. b0e1bb9 Move murmur3 hash to crc/ by Jens Axboe · 10 years ago
  26. 67c1b7c Add murmurhash3 by Jens Axboe · 10 years ago
  27. ee4ceb7 bloom: use independent hashes by Jens Axboe · 10 years ago
  28. 7a74197 Add debug helper stub for t/ programs by Jens Axboe · 10 years ago
  29. 5e59551 Add bloom filter by Jens Axboe · 10 years ago
  30. db9ab4e t/dedupe: Linux only for now by Jens Axboe · 10 years ago
  31. e1ecce5 Build t/ tools by default by Jens Axboe · 10 years ago
  32. 5aa702c Add small tool to check for dedupable contents in a file/device by Jens Axboe · 10 years ago
  33. 42a80e3 Add basic tool to turn blktrace into fio job file by Jens Axboe · 10 years ago
  34. d60aa36 Add support for HDFS IO engine by Manish Mandlik · 10 years ago
  35. 65f93ca Move tp.[ch] to lib/ by Jens Axboe · 10 years ago
  36. 38a812d Add support for runtime log compression by Jens Axboe · 10 years ago
  37. 41bfff8 Fix build from cmake by George Dowding · 10 years ago
  38. 54fe20f glusterfs api fadvise support by chenh · 10 years ago
  39. cb92c7f first async IO code drop by chenh · 10 years ago
  40. 0e55d6b Glusterfs libgfapi engine - initial deposit by chenh · 10 years ago
  41. 9195552 distinguish internal/ext. builds with FIO_INTERNAL by Daniel Gollub · 10 years ago
  42. 9e060c6 Makefile: clean all *.d dependency files on make clean by Jens Axboe · 10 years ago
  43. 7788b76 Makefile: add doc target to generate PDFs from the man pages by Jens Axboe · 10 years ago
  44. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  45. fc5c034 librbd ioengine support by Daniel Gollub · 10 years ago
  46. 9aa5fe3 Update Windows build for new threading library by Bruce Cran · 10 years ago
  47. 3cd4c66 Add OpenBSD support by John · 10 years ago
  48. a3c86fc Remove duplicate LDFLAGS on -o lines by Grant Grundler · 11 years ago
  49. 1378cc6 fio2gnuplot: Adding manpage by Erwan Velu · 11 years ago
  50. 265a202 fio2gnuplot: Removing .py extension by Erwan Velu · 11 years ago
  51. 0460eb9 Tree: Moving fio_generate_plots in tools/ by Erwan Velu · 11 years ago
  52. 250533e Makefile: Installing genfio at install time by Erwan Velu · 11 years ago
  53. eab4af4 Makefile: Installing fio2gnuplot & sons by Erwan Velu · 11 years ago
  54. d443abc Makefile: don't run configure for make clean by Jens Axboe · 11 years ago
  55. 2ae0b20 Replace list based free/busy/requeue list with FIFO + ring by Jens Axboe · 11 years ago
  56. d4afedf Start of ACT like benchmark profile by Jens Axboe · 11 years ago
  57. 45f944b Add distclean target by Jens Axboe · 11 years ago
  58. eb19930 Add -Wdeclaration-after-statement to compiler flags by Jens Axboe · 11 years ago
  59. 3c97812 Split out td error handling code by Jens Axboe · 11 years ago
  60. 0fe21ef Makefile: clean $(FIO_OBJS) too by Jens Axboe · 11 years ago
  61. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  62. a8168a2 Makefile: use ginstall on Solaris by Jens Axboe · 11 years ago
  63. 9ad8da8 Add strcasestr() by Jens Axboe · 11 years ago
  64. ea783f8 Fix merge error by Jens Axboe · 11 years ago
  65. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  66. af4862b configure: fixup build so that it's more resilient by Jens Axboe · 11 years ago
  67. d721392 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  68. 53cd4ee Propagate target OS from configure to Makefile by Aaron Carroll · 11 years ago
  69. ff01f0f Remove config-host.h on clean. by Oleg Matcovschi · 11 years ago
  70. 7a887ff Add a simple test for LFSR generator by Alex Pyrgiotis · 11 years ago
  71. 8ea39c3 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  72. 7366ad0 solaris: ensure that TCP_NODELAY gets picked up by Jens Axboe · 11 years ago
  73. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  74. 6d0e9f8 configure: attempt to get Android going again by Aaron Carroll · 11 years ago
  75. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  76. 6ce038d Makfile: use LINK for the link phase by Jens Axboe · 11 years ago
  77. cb340b1 Makefile: fixup init.c dependency by Jens Axboe · 11 years ago
  78. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  79. f67d6ee Makefile: fixup dependency problem for files in sub dirs by Jens Axboe · 11 years ago
  80. 7496ea3 Allow override of CFLAGS by David M. Lee · 11 years ago
  81. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  82. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  83. 135be49 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  84. 68b739a Makefile: remove config-host.ld by Jens Axboe · 11 years ago
  85. 4feafb1 configure: auto-generate a config-host.h by Jens Axboe · 11 years ago
  86. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 11 years ago
  87. 997843c configure: fix more old FIO_HAVE_ checks by Jens Axboe · 11 years ago
  88. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  89. 91f94d5 configure: add --enable-gfio by Jens Axboe · 11 years ago
  90. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  91. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  92. 51aa2da Add generic hweight helpers by Jens Axboe · 11 years ago
  93. c81f934 Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile. by Bruce Cran · 11 years ago
  94. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 11 years ago
  95. 67bf982 Add configure script by Jens Axboe · 11 years ago
  96. 92a0daf Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  97. b14c9ed Enable -ffast-math by Jens Axboe · 11 years ago
  98. b165e2b Fix $(CC) override: use system compiler except on HP-UX and Solaris. by Bruce Cran · 11 years ago
  99. 80caea7 gfio: fix Makefile typo for cleaning gfio objs by Jens Axboe · 11 years ago
  100. 9a0db1e gfio: bad merge in Makefile by Jens Axboe · 11 years ago