fio.git
2007-10-11 Jens AxboeSet O_NOATIME on open for non-regular files
2007-10-05 gurudas paifio HOWTO/man fix
2007-09-28 Jens AxboeGet rid of syslet-rw compile warnings on 32-bit
2007-09-27 Jens AxboeDon't use seeks on stdin for job file parsing
2007-09-27 Aaron CarrollAdd support for `-' file to read from stdin
2007-09-19 Zach BrownUpdate syslet-rw to fixed size ABI structures
2007-09-19 Zach BrownExec the getpid atom when testing for syslet support
2007-09-19 Zach BrownInitialize the new_thread_stack so syslet support testi...
2007-09-19 Zach BrownTrivial spelling correction
2007-09-19 Zach BrownUpdate syslet system call numbers
2007-09-18 Aaron CarrollGeneral fio.1 improvements
2007-09-17 Aaron Carrollman 1 fio
2007-09-14 Aaron CarrollAdd ETA output control and interactivity check
2007-09-12 Jens AxboeFull readonly check
2007-09-12 Jens AxboeExtend --readonly
2007-09-11 Jens AxboeAdd --readonly option
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-07 Jens AxboeAdd display of major and minor faults
2007-09-06 Jens AxboeVerify handlers should return Exxx error, not just 1
2007-09-05 Jens AxboeFix splice engine compile
2007-09-04 Jens Axboesplice engine: add unmapping for vmsplice-to-user
2007-09-04 Jens AxboeAdd unmap hook that belongs to the IO engines
2007-09-04 Jens AxboeType in SPLICE_F_UNMAP ifdef
2007-09-04 Jens AxboeFix eta for pure read workload with verify enabled
2007-09-03 Jens AxboeFio 1.17.1 fio-1.17.1
2007-09-03 Jens AxboeFix ETA display for iolog replay
2007-08-24 Jens AxboeAdjust file layout printf
2007-08-23 Jens AxboeStyle fixup
2007-08-23 Jens Axboeblktrace: skip notify traces
2007-08-16 Jens Axboeclat/slat display improvements
2007-08-15 Jens AxboeREADME: correct command line description
2007-08-14 Jens Axboesplice: automatically detect whether vmsplice-to-user...
2007-08-14 Jens AxboeFio 1.17 fio-1.17
2007-08-10 Jens AxboeAllow upper-case 'X' for hexidecimal in parser
2007-08-10 Jens AxboeRemove verify_pattern option, replace with verify=pattern:x
2007-08-10 Jens AxboeMark do_verify and verify_fatal as booleans
2007-08-09 Jens AxboeAdd verify_fatal option
2007-08-09 Jens AxboeImprove verify pattern failure logging
2007-08-02 Jens AxboeNote parent option 'verify' for 'do_verify'
2007-08-02 Shawn Lewis[PATCH] Add do_verify option
2007-08-02 Shawn LewisVerify the pattern we've written
2007-08-02 Shawn Lewis[PATCH] Fix memswp. Its scratch space was too small
2007-08-02 Shawn Lewis[PATCH] Add verify_meta verification type
2007-07-31 Jens AxboeMore option help updates
2007-07-31 Jens AxboeBe a little more clever in finding child options
2007-07-31 Jens AxboeParent options didn't recurse properly
2007-07-31 Jens AxboeAdd parent option to 'verifysort'
2007-07-31 Jens AxboeAdd parent link to options
2007-07-30 Jens AxboeUpdate non-linux Makefiles
2007-07-30 Jens AxboeMove checksumming files to seperate directory
2007-07-30 Jens AxboeSeperate verify_header from the checksum type
2007-07-30 Jens AxboePrepare for splitting the verify_header from the checks...
2007-07-30 Jens AxboeAdd sha256 and sha512 checksums
2007-07-30 Jens AxboeProperly initialize md5 hash seed
2007-07-30 Jens AxboeRemove .maxval from verify_pattern
2007-07-30 Jens AxboeAdd verify_pattern option
2007-07-30 Jens AxboeDocument parser int taking hex input
2007-07-30 Jens AxboeParser: make check_int() accept hex input if prefixed...
2007-07-30 Jens AxboeRename header_offset and header_interval options
2007-07-29 Jens AxboeFix bug in md5 calculation
2007-07-29 Jens AxboeFix md5 verify
2007-07-28 Jens AxboeFix header_interval minimum value
2007-07-28 Jens AxboeAbstract out the data offset calculation
2007-07-28 Jens AxboeCleanup verify pointer casting
2007-07-28 Shawn Lewis[PATCH] Offset verification header by a user-specified...
2007-07-28 Shawn Lewis[PATCH] Allow verification to be done at finer granularity
2007-07-27 ljzhang,Yaxin... [PATCH] Fix file_size_high
2007-07-27 Jens AxboeShow md5 as first verify function
2007-07-27 Jens AxboeAdd crc7 and crc64 to HOWTO
2007-07-27 Jens AxboeAdd sample crc64 checksum
2007-07-27 ljzhang,Yaxin... [PATCH] Fix fileoffset option
2007-07-27 ljzhang,Yaxin... [PATCH] Fix size given larger than filesize given
2007-07-27 Jens AxboeSpeed up md5 hash filling/verifying by 20%
2007-07-27 Jens AxboeClean up verify_io_u()
2007-07-27 Jens AxboeSpeed up verify fill
2007-07-27 Jens AxboeType in crc16 verify failure
2007-07-27 Jens AxboeAdd crc7 verify type
2007-07-27 Jens AxboeAdd crc16 verify type
2007-07-27 Shawn Lewis[PATCH] Only verify_io_u on reads
2007-07-26 Jens AxboeAdd data integrity example to netio sample job file
2007-07-26 Jens AxboeMissed FIO_UNIDIR io ops flags on net engine
2007-07-26 Jens AxboeIO verification improvements
2007-07-26 Jens AxboeFix verify random bytes filling
2007-07-26 ljzhang,Yaxin... [PATCH] empty result
2007-07-26 ljzhang,Yaxin... [PATCH] non-stop thread
2007-07-26 ljzhang,Yaxin... [PATCH] Random map block coverage
2007-07-26 Jens AxboeFix problem with io_u being beyond EOF
2007-07-26 Shawn Lewis[PATCH] Don't hide pthread_mutex_setpshared in os-linux.h
2007-07-25 Shawn LewisFix headers for building with some older libs
2007-07-23 Jens AxboeAdd ->done variable to force exit when we know we are...
2007-07-23 Jens AxboeOnly do the root warning once per thread
2007-07-23 Jens AxboeMissing carriage return in latency print
2007-07-23 Jens AxboeOnly warn once for blktrace log open failure
2007-07-23 Jens AxboeOne more fio_ddir fixup
2007-07-23 Jens Axboeddir is of type enum fio_ddir
2007-07-23 Jens AxboeRemove gotos from read_iolog_get()
2007-07-23 Jens AxboeIO log fixes
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-07-20 Jens AxboeFio 1.16.9 fio-1.16.9
2007-07-20 Jens AxboeSet minimum value allowed for some options
next