Support for CPU binding in Solaris
[fio.git] / fio.h
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeIssue time fixup for guasi/libaio
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-10-16 Jens AxboeKill io_u timeout handling
2008-09-30 Shehjar TikooAdd support to display slave device stats for software...
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-10 Jens AxboeAdd option priorities
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens Axboesolarisaio: support signal driven async IO
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-06-02 Jens AxboeAdd Solaris native aio engine
2008-05-30 Jens Axboeffz() takes ints, so change the file_map to being int...
2008-05-30 Jens AxboeSeperate status timer setup from disk util timer
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-05-15 Jens AxboeFix bad interaction with file open/close and queuing
2008-05-15 Jens AxboeImprove iodepth logging
2008-05-14 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-05-14 Jens AxboeAllow marking of queue depth for more than 1 io_u at...
2008-04-24 Jens AxboeKill unused parameters
2008-04-07 Jens AxboeBase the rwmix switch algorithm on io issues
2008-04-06 Jens AxboeImprove eta calculation and display for complex jobs
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
2008-03-26 Jens AxboeAllow randommap allocation to fail
2008-03-10 Jens AxboeExtend ipo file action capabilities
2008-03-07 Jens Axboeblktrace improvements and fixups
2008-03-06 Jens Axboefor_each_file() fix
2008-03-06 Jens AxboeMultiple file handling fixes
2008-03-04 Jens AxboeRevamp file locking
2008-03-01 Jens AxboeAdd the file sharing bits
2008-03-01 Jens AxboeMissed fio.h update for filehash, oops
2008-03-01 Jens AxboeAdd file locking hooks
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-03-01 Jens AxboeAdd close_files() that closes all files
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-27 Jens AxboeAdd --debug=parse for option parsing debug
2008-02-21 Jens AxboeRemove dead FIO_FILE_EXISTS flag
2008-02-21 Jens AxboeRemove dead FIO_FILE_NOSORT flag
2008-02-19 Jens AxboeMore random fixes
2008-02-19 Jens AxboeFix TO_MAP_BLOCK() taking offset into account twice
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2008-02-18 Jens AxboeAdd --section command line option
2008-02-01 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-02-01 Jens AxboeA few debug debug log fixes
2008-02-01 Jens AxboeAdd option for not including the tracing stuff
2008-02-01 Jens AxboeAdd blktrace and verify debug tracing
2008-02-01 Jens AxboeA bunch of fixes
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2008-01-16 Shawn LewisRevert "Remove verify_pattern option, replace with...
2008-01-11 Shawn LewisAdd fill_device option
2007-12-14 Jens AxboeOverflow bugs in random map
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-12-11 Jens AxboeChange io engine version
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-12-10 Jens Axboesyslet: update to -v7 as posted by Zach
2007-11-21 Shawn Lewisfix utime_since overflow
2007-11-08 Jens AxboeSeperate ioprio value from setting
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-25 Jens AxboeFixes for CPU burn engine
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-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-04 Jens AxboeAdd unmap hook that belongs to the IO engines
2007-08-10 Jens AxboeRemove verify_pattern option, replace with verify=pattern:x
2007-08-09 Jens AxboeAdd verify_fatal option
2007-08-02 Shawn Lewis[PATCH] Add do_verify option
2007-08-02 Shawn Lewis[PATCH] Add verify_meta verification type
2007-07-30 Jens AxboeSeperate verify_header from the checksum type
2007-07-30 Jens AxboeAdd sha256 and sha512 checksums
2007-07-30 Jens AxboeAdd verify_pattern option
2007-07-30 Jens AxboeRename header_offset and header_interval options
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 Jens AxboeAdd sample crc64 checksum
2007-07-27 Jens AxboeAdd crc7 verify type
2007-07-27 Jens AxboeAdd crc16 verify type
2007-07-26 Jens AxboeIO verification improvements
2007-07-23 Jens AxboeAdd ->done variable to force exit when we know we are...
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-07-20 Jens AxboeFix disk zone test case
2007-07-06 Jens AxboeFix bug with FIO_IO_U_M/U_NR being transposed
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-05-22 Jens AxboeFix build/compile for non-blktrace platforms
2007-05-22 Jens AxboeFix cpumask setting/getting on older kernels
2007-05-16 Jens Axboeblktrace support: support for looking up a device
2007-05-16 Jens AxboeFix timeout on 64-bit BE archs
2007-05-16 Jens Axboeblktrace support: speedup reading of data
2007-05-15 Jens Axboeblktrace replay: delay support
next