fio.git
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
2007-07-20 Jens AxboeFix disk zone test case
2007-07-20 Jens AxboeMention what the [ xxx / xxx kb/s ] means in the status...
2007-07-20 Jens AxboeDon't align memory unless using raw io
2007-07-19 Jens AxboeDefault stdev to 0.0, not -1.0
2007-07-19 Jens AxboeFio 1.16.8 fio-1.16.8
2007-07-19 Jens Axboemalloc memory still needs to be aligned, if we are...
2007-07-19 Jens AxboeTreat option outside of job section as fatal and quit
2007-07-19 Jens AxboeFix memory overflow bugs
2007-07-19 Jens AxboeFio 1.16.7 fio-1.16.7
2007-07-19 Jens AxboeMake a note of Mandriva package availability
2007-07-19 Jens AxboeFix bad alignment in buffer size allocation
2007-07-19 Jens AxboeAdd clue for ENOMEM hugepage allocation
2007-07-19 Jens AxboeFix typo in shmhuge commit
2007-07-19 Jens AxboeDetect and print when the OS doesn't support huge pages
2007-07-18 Jens Axboegit:// url location change
2007-07-06 Jens AxboeFio 1.16.6 fio-1.16.6
2007-07-06 Jens AxboeFix bug with FIO_IO_U_M/U_NR being transposed
2007-06-24 Jens AxboeGuard __must_check ifdef
2007-06-24 Jens Axboenet engine: cleanup the splice handling
2007-06-24 Jens Axboenet engine: fix listenfd/pipe fd leaks
2007-06-22 Jens Axboenetsplice: use zero-copy if possible
2007-06-22 Jens Axboenetsplice: fix a few typos
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-06-19 Jens Axboeguasi engine: remove STFU_GCC()
2007-06-19 Jens AxboeFio 1.16.5 fio-1.16.5
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-06-19 Jens AxboeHOWTO: note that clat/slat can be in micro or mili...
2007-06-19 Jens Axboeio_u_mark_depth: just set index, don't fall through
2007-06-19 Jens AxboeCleanup msec <-> usec lat conversion
2007-06-18 Jens Axboelibaio engine: print warning for depth > 1 and buffered IO
2007-06-18 Jens AxboeMake completion and submission latency use appropriate...
2007-06-15 Jens AxboeAdd cpus_allowed option
2007-06-14 Jens AxboeFio 1.16.4 fio-1.16.4
2007-06-13 Jens AxboeHOWTO: expand the cpumask explanation a bit
2007-06-13 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-06-13 Gough, Corey DFix cpu mask setting
2007-06-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-06-13 Jens Axboesplice engine: support for vmsplice to user space
2007-06-08 Jens Axboesplice flags are unsigned int, not unsigned long
2007-05-25 Jens AxboeDocumentation update
2007-05-24 Jens AxboeFio 1.16.3 fio-1.16.3
2007-05-24 Jens AxboeTweak meaning of size option
2007-05-23 Jens AxboeFix bug with time_based run
2007-05-22 Jens AxboeFio 1.16.2 fio-1.16.2
2007-05-22 Jens AxboeAdd comment in os/os-linux.h wrt glibc-2.3.2
2007-05-22 Jens AxboeFix build on older systems
2007-05-22 Jens AxboeFix build/compile for non-blktrace platforms
2007-05-22 Jens AxboeIO verification needs to open and grab a reference...
2007-05-22 Jens AxboeFix bug with random IO and network connections
2007-05-22 Jens AxboeUpdate HOWTO on cpumask setting
2007-05-22 Jens AxboeFix cpumask setting/getting on older kernels
2007-05-21 Jens Axboemmap engine: fix open-for-size check
next