summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-15Fix build on Androidlinaro-upstream-3.1Bernhard Rosenkraenzer
2017-10-14Merge update to 3.1Bernhard Rosenkraenzer
2017-09-28Fio 3.1Jens Axboe
2017-09-26Remove old exp/README.md fileJens Axboe
2017-09-20init: typo in help outputJens Axboe
2017-09-18add fio_set_directio() error message for platforms without direct I/OTomohiro Kusumi
2017-09-18add "invalid block size" to "first direct IO errored." messageTomohiro Kusumi
2017-09-18fix strncpy(3) copy lengthTomohiro Kusumi
2017-09-18lib/memalign: don't malloc size twiceTomohiro Kusumi
2017-09-14Merge branch 'doc-patches' of https://github.com/vincentkfu/fioJens Axboe
2017-09-14stat: some bool conversionsJens Axboe
2017-09-13Add support for doing total latency percentilesJens Axboe
2017-09-13init: fixup_options() cleanupJens Axboe
2017-09-13doc: provide some documentation for the json output formatVincent Fu
2017-09-13doc: provide more detail regarding the --status-interval optionVincent Fu
2017-09-13time: use bool for ramp timeJens Axboe
2017-09-13time: ensure that offload mode switches parent out of rampJens Axboe
2017-09-12io_u: fix trimming of mixed block size randommapJens Axboe
2017-09-11Merge branch 'solaris-clock-setaffinity' of https://github.com/szaydel/fioJens Axboe
2017-09-11Fix clock setaffinity failed error which occurs on Solaris and Solaris deriva...Sam Zaydel
2017-09-11Merge branch 'verify_trigger' of https://github.com/sitsofe/fioJens Axboe
2017-09-05Merge branch 'windows_io_hint' of https://github.com/sitsofe/fioJens Axboe
2017-09-05Merge branch 'travis_32bit' of https://github.com/sitsofe/fioJens Axboe
2017-09-05Merge branch 'gluster_printf' of https://github.com/sitsofe/fioJens Axboe
2017-09-05filesetup: revert O_DIRECT for layout messJens Axboe
2017-09-04windowsaio: obey sequential/random I/O hintingSitsofe Wheeler
2017-09-03glusterfs: silence printf specifier warningsSitsofe Wheeler
2017-09-03travis: add 32 bit build, minor updates and cleanupsSitsofe Wheeler
2017-09-02Merge branch 'shifted_logging' of https://github.com/sitsofe/fioJens Axboe
2017-09-01stat: fix shifted windowed logging when using multiple directionsSitsofe Wheeler
2017-09-01revert/rework 81647a9a('fix load_ioengine() not to support no "external:" pre...Tomohiro Kusumi
2017-09-01fix regression by 8c43ba62('filesetup: align layout buffer')Tomohiro Kusumi
2017-08-31add __load_ioengine() to separate ioengine loading from td contextTomohiro Kusumi
2017-08-31fix load_ioengine() not to support no "external:" prefixTomohiro Kusumi
2017-08-31cleanup ioengine_load() (for the next commit)Tomohiro Kusumi
2017-08-31fix broken external ioengine optionTomohiro Kusumi
2017-08-31skeleton: add option exampleTomohiro Kusumi
2017-08-31t/axmap: we don't need smalloc/sfree wrappersJens Axboe
2017-08-31Merge branch 'verify_warn' of https://github.com/sitsofe/fioJens Axboe
2017-08-30lib/axmap: a few fixes/cleanupsJens Axboe
2017-08-29Merge branch 'asmfix' of https://github.com/oohal/fioJens Axboe
2017-08-29change os_trim() prototype not to use int fdTomohiro Kusumi
2017-08-29change fio_set_odirect() prototype not to use int fdTomohiro Kusumi
2017-08-29filesetup: add non O_DIRECT direct I/O support for initial layout setupTomohiro Kusumi
2017-08-29add ifdef __sun__ for Solaris specific codeTomohiro Kusumi
2017-08-29HOWTO: add OpenBSD to direct I/O unsupported platformTomohiro Kusumi
2017-08-29cleanup NetBSD/OpenBSD headerTomohiro Kusumi
2017-08-29arch/ppc: Fix get_cpu_clock asm clobber listOliver O'Halloran
2017-08-28Merge branch 'direct_layout_fix' of https://github.com/sitsofe/fioJens Axboe
2017-08-28filesetup: add direct=1 failure warning to layoutSitsofe Wheeler