fio.git
2011-07-07 Jens AxboeEnsure that we honor aio_read/write() returning EAGAIN
2011-07-07 Jens AxboeFix ramp time random screwup
2011-07-07 Jens AxboeFix ramp time bug
2011-07-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-06 Jens AxboeAdd --max-jobs/-j command line option
2011-07-06 Jens AxboeFix for terminating threads in ramp time
2011-06-29 Jens AxboeMake smalloc use anonymous memory mmaps
2011-06-27 Martin Steigerwaldpatch from debian fio package to fix syntax errors...
2011-06-22 Steven Noonanman page: fix incorrect description for disable_clat...
2011-06-17 Eric GouriouAdd ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.
2011-06-13 Steven LangFix fill_device with queue depth higher than 1
2011-06-03 Steven LangFixup wrong enum used for __check_min_rate()
2011-06-01 Michael ZappeFix Makefile depend issue
2011-05-26 Jens AxboeFio 1.55 fio-1.55
2011-05-24 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-05-24 Jens AxboeSilence gcc 4.6 warnings
2011-05-24 Jens AxboeFix overlap io_u into outside regions
2011-05-13 Jens Axboesplice: use ->o.memalign to indicate we want aligned...
2011-05-12 Jens AxboeFio 1.54 fio-1.54
2011-05-12 Jens AxboeFix crash on specifying bad IO engine on the command...
2011-05-12 Bruce Cranwindowsaio: fix race condition between IOCP and queue...
2011-05-11 Jens AxboeCast l_opts string names to char *
2011-05-11 Jens AxboeRevert "Constify l_opts strings"
2011-05-11 Jens AxboeEnsure we quit on SIGTERM
2011-05-11 Jens AxboeConstify l_opts strings
2011-05-11 Jens AxboeFix signed int/long truncation on 32-bit architectures
2011-05-05 Jens AxboeFio 1.53 fio-1.53
2011-05-05 Jens AxboeRevert "parser: get rid of useless is_time variable"
2011-05-05 Jens AxboeExit with error on signal
2011-05-05 Bruce Cransscanf fixup
2011-05-05 Bruce Cranwindowsaio: skip uncompleted requests
2011-05-04 Bruce CranWindows fixes
2011-05-02 Jens AxboeConvert left-over manual ->runstate setting to td_set_r...
2011-05-02 Jens AxboeBump max job count to 2048
2011-05-02 Jens AxboeSwitch mutex to using anonymous mmap
2011-04-29 Jens AxboeFio 1.52 fio-1.52
2011-04-29 Jens AxboeAdd space between -m and 755 for install
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
next