fio.git
2009-07-03 Jens AxboeFio 1.30 fio-1.30
2009-07-03 Jens AxboeAdd warning about potentially missing O_DIRECT support...
2009-07-03 Jens AxboeDon't limit direct IO to 512b aligned
2009-07-03 Jens AxboeFix O_DIRECT memory alignment
2009-07-02 Jens AxboeFio 1.29 fio-1.29
2009-07-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-02 Radha RamachandranFix issue with fill_device=1 and continue_on_error
2009-07-01 Jens AxboeAdd code to detect a task that exited prior to up'ing...
2009-07-01 Jens AxboeDon't allow pre_read on IO engines that cannot seek
2009-07-01 Jens AxboeFio 1.29-rc1 fio-1.29-rc1
2009-07-01 Jens AxboeFix compile error
2009-07-01 Jens AxboeMove gtod_cpu affinity check to verify callback
2009-07-01 Jens AxboeMove rw= write && read_only check to ->verify callback
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-07-01 Jens AxboeAdd verify hook to options
2009-07-01 Jens AxboeOnly show maxval in --cmdhelp if it is given
2009-07-01 Jens AxboeCleanup IO buffer memory allocation
2009-06-29 Jens Axboemmap engine: fix for large files on 32-bit archs
2009-06-16 Jens Axboesg engine: IO should be done sync of O_SYNC and O_DIRECT
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-16 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-16 Radha RamachandranAlter the order of checking time exceeded vs getting...
2009-06-15 Jens AxboeDefault print pretty up
2009-06-15 Jens AxboeCmd help type fix
2009-06-15 Jens AxboeFix typo on continue_on_error patch
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-11 Jens AxboeFio 1.28 fio-1.28
2009-06-11 Jens AxboeYet another rate fixup
2009-06-11 Jens AxboeImprove rate limiting
2009-06-11 Jens AxboeGet rid of (now) unused rate_throttle()
2009-06-11 Jens AxboeFio 1.27.4 fio-1.27.4
2009-06-11 Jens AxboeRemove a reference check
2009-06-10 Jens AxboeFile close fixes
2009-06-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-10 Jens AxboeMore documentation updates
2009-06-10 Jens AxboeDocumentation update
2009-06-10 Jens AxboeFio 1.27.3 fio-1.27.3
2009-06-10 Jens AxboeFix slat numbers
2009-06-10 Jens AxboeFix bad min rate check
2009-06-09 Jens Axboeparser: get rid of FIO_OPT_STR_VAL_INT
2009-06-09 Jens AxboeUse __e for errno
2009-06-09 Jens AxboeFio 1.27.2 fio-1.27.2
2009-06-09 Jens AxboeFix problem with too many opened files
2009-06-09 Jens AxboeBad indent
2009-06-09 Jens AxboeFix fd leak in cache line checking
2009-06-09 Jens AxboeMissed int to pointer conversion check for ->ratemin
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-09 Jens AxboeFix bug in parser with postfix and truncated direction...
2009-06-05 Jens AxboeFio 1.27.1 fio-1.27.1
2009-06-05 Jens AxboeFix fill_device with read/randread
2009-06-05 Jens AxboeMove td_* ddir defines
2009-06-03 Jens AxboeAdd pre_read to man page
2009-06-03 Jens AxboeFio 1.27 fio-1.27
2009-06-03 Jens AxboeImprove throughput ETA display
2009-06-03 Jens AxboeAdd iops rate to ETA display
2009-06-03 Jens AxboeFix bug with rwmix and multiple loops over the same set
2009-06-03 Jens AxboeMore fio.h cleanups
2009-06-03 Jens AxboeSplit off diskutil include
2009-06-03 Jens AxboeMove file service type defines to file.h
2009-06-03 Jens AxboeAdd iolog defines
2009-06-03 Jens AxboeMove IO engine flags
2009-06-03 Jens AxboeAdd ioengine.h header
2009-06-03 Jens AxboeMove more file stuff to file.h
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-06-02 Jens AxboeFix problem with fill_device and read workloads
2009-06-02 Jens AxboeMake pre_read imply invalidate=0
2009-06-02 Jens Axboemmap engine: don't invalidate cache on segment remap
2009-06-02 Jens Axboemmap engine: remove 'mmap too large' check for 32-bit
2009-06-02 Jens Axboemmap engine: allow large files on 32-bit archs
2009-06-02 Jens AxboeFio man page still refers to old mailing list
2009-06-02 Jens AxboeFix problem with fadvise() and fill_device option
2009-05-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-27 Jens AxboeIncrease accuracy of disk utility percentage
2009-05-22 Jens AxboeRemove io_u->endpos
2009-05-20 Jens AxboeMake sure that exec_prerun/postrun work for shell commands
2009-05-20 Jens AxboeFix old printf() in pre_read()
2009-05-20 Jens AxboeFio 1.26.4 fio-1.26.4
2009-05-20 Jens Axboepre_read fixes
2009-05-20 Jens AxboeFio 1.26.3 fio-1.26.3
2009-05-20 Jens AxboeAdd fio_generate_plots.1 man page from debian package
2009-05-20 Martin Steigerwaldman page fix to make lintian happy
2009-05-20 Zhang, YanminAdd pre_read option
2009-05-20 Jens AxboeAdd appropriate warning in mmap engine for large maps...
2009-05-20 Jens AxboeClear f on error get_next_file_rr()
2009-05-19 Jens AxboeReturn EILSEQ on verify errors instead of EIO
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2009-05-18 Fabio ChecconiFix garbling of clat/slat logs if a shared log file...
2009-05-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-13 Randy Dunlapfio howto typo fixes
2009-05-13 Randy Dunlapfio docs corrections
2009-05-11 Jens Axboenet engine: fix compilation warnings on Solaris
2009-05-07 Jens AxboeFio 1.26.2 fio-1.26.2
2009-04-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-29 Jens Axboe'V' is a running state, not an idle state. Correct...
2009-04-29 Jens AxboeAlign io units to processor cache line size
2009-04-29 Radha RamachandranFix name of the slat log file
2009-04-28 Radha RamachandranDon't populate random data for verify reads
2009-04-27 Jens AxboeFio 1.26.1 fio-1.26.1
next