fio.git
2011-04-25 Jens AxboeRemove solaris posix_memalign() helper
2011-04-25 Jens AxboeAdd simple aligned alloc helper
2011-04-23 Steven Noonanos-mac.h: implement fio_set_odirect()
2011-04-23 Steven Noonanos-mac.h: implement blockdev_size()
2011-03-28 Jens AxboeSwitch all random generators to be decided by use_os_rand
2011-03-28 Jens AxboeSwitch the latter part of the offset generation to...
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-03-27 Jens AxboeFix parser bug dealing with range options and postfix
2011-03-27 Jens AxboeGet rid of mixed rw and verify warning
2011-03-27 Jens Axboeparser: get rid of useless is_time variable
2011-03-25 Jens AxboeFix unsigned integer overflow in IO buffer allocator
2011-03-22 Jens AxboeFio 1.51 fio-1.51
2011-03-21 Diego Elio... Fix linking of fio executable
2011-03-11 Jens AxboeAdd support for giving multiple --section options
2011-01-28 Bruce CranWindows: add missing files needed for msi build
2011-01-28 Bruce CranReinstate unified Makefile
2011-01-27 Jens AxboeFio 1.50.2 fio-1.50.2
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-27 Jens AxboeKill flist_sort from Makefiles
2011-01-27 Jens AxboeRevert "Unify makefiles"
2011-01-27 Jens Axboesolaris: OpenSolaris already has the madvise advice...
2011-01-26 Jens AxboeFio 1.50.1 fio-1.50.1
2011-01-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-01-26 Jens Axboesolaris: char dev size fixes
2011-01-25 Jens AxboeFio 1.50 fio-1.50
2011-01-25 Jens AxboeMove version logging
2011-01-24 Jens AxboeRemove flist_sort(), it's no longer used
2011-01-24 Bruce CranUnify makefiles
2011-01-22 Jens Axboemmap: catch invalid msync() errors early
2011-01-22 Jens AxboeEnsure that we exit with non-zero status on IO engine...
2011-01-20 Jens AxboeFio 1.50-rc4 fio-1.50-rc4
2011-01-20 Jens AxboeAdd fill_fs alias for fill_device
2011-01-19 Jens AxboeExpand on fill_device option since it apparently causes...
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-19 Jens AxboeDefine OS preferred IO engine
2011-01-19 Jens AxboeFix merge error hiding mmap ioengine under Windows...
2011-01-19 Bruce CranRemove version number from Windows MSI file
2011-01-19 Bruce CranRe-tab some parts of README
2011-01-19 Bruce CranAdd instructions for building and running the Windows...
2011-01-19 Jens AxboeRemember to initialize return value in fixup_options()
2011-01-18 Jens AxboeMultiple jobs and verify will not fail if do_verify=0
2011-01-18 Jens AxboeEnsure that short command line options work
2011-01-17 Jens AxboeCorrect check to o->numjobs > 1 for verify warning
2011-01-17 Jens AxboeAdd --warnings-fatal/-w option
2011-01-16 Jens AxboeClean io_u->buf_filled_len in io_u_fill_buffer()
2011-01-14 Jens AxboeStreamline pattern/meta verifies instead of special...
2011-01-14 Jens AxboeFio 1.50-rc3 fio-1.50-rc3
2011-01-14 Jens AxboeCleanup some verify bits
2011-01-14 Bruce CranPrint error if max number of jobs is exceeded
2011-01-14 Jens AxboeEta/disk thread uses more than the minimum stack
2011-01-14 Jens AxboeComment out ->buf_filled_len in pattern fill
2011-01-14 Jens AxboeFix race in exit of eta/util thread
2011-01-14 Jens AxboeMake sure that pattern verifies also dump contents
2011-01-14 Jens AxboeChange disk util / eta method from signal to thread
2011-01-14 Jens AxboeWe need libgen.h for basename()
2011-01-13 Jens AxboeCorrect basename usage for verify dump
2011-01-12 Jens AxboeFio 1.50-rc2 fio-1.50-rc2
2011-01-12 Jens AxboeDon't double print version when invoked with --version
2011-01-12 Jens AxboeAdd verify_dump option to control whether to dump bad...
2011-01-12 Jens AxboeEnsure that random_seed is also added to dummy io_buf...
2011-01-12 Jens AxboePretty up the good/bad block verify dumping
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2011-01-10 Jens AxboeUpdate Windows version
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeFio 1.50-rc1 fio-1.50-rc1
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeRemove left-over files
2011-01-10 Bruce CranWindows updates
2011-01-08 Stefan Hajnoczisetgid first, setuid second
2011-01-08 Stefan HajnocziDocument that write_iolog is unsafe for concurrent...
2011-01-08 Bruce CranVarious fixes/updates
2011-01-05 Stefan HajnocziClose iolog file if reading version string fails
2011-01-04 Bruce CranFio Windows update
2011-01-04 Jens AxboeOS headers need fio_file definition now
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-12-28 Jens AxboeInclude fio version in normal output
2010-12-16 Bruce CranUse -pthread instead of -lpthread on FreeBSD
2010-12-16 Bruce CranGet rid of other-OS headers in .depend
2010-12-15 Jens AxboeFio 1.44.3 fio-1.44.3
2010-12-15 Bruce CranFreeBSD build broken due to missing -lrt
2010-12-14 Signed-off... fix ramp_in
2010-12-02 Jens AxboeSync HOWTO iodepth option with man page
2010-12-02 Sebastian Kayserfio.1: Add ioengines heads up to the iodepth section
2010-11-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-11-30 Sebastian KayserAdd additional references to binary packages
2010-11-25 Jens Axboenrfiles vs nr_files mixups
2010-11-24 Sebastian KayserMakefile.solaris: install man pages
2010-11-23 Jens Axboesolaris: log error for failure to enable direct IO
2010-11-11 Jens AxboeCall path below SIGALRM isn't safe
2010-11-05 Jens AxboeFio 1.44.2 fio-1.44.2
2010-10-28 Jens Axboebinject: ensure we get aligned memory
2010-10-27 Jens AxboeUpdate for proper binject ioctls
2010-10-26 Jens AxboeUpdate HOWTO as well for verify_backlog
2010-10-26 David NellansUpdate verify_backlog documentation
2010-10-22 Jens AxboeFio 1.44.1 fio-1.44.1
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-21 Jens AxboeA few fixes for 32-bit compiles
2010-10-20 Jens AxboeFix segfault when passing in size < block_size
next