Fix overlap io_u into outside regions
[fio.git] / fio.c
2011-05-11 Jens AxboeEnsure we quit on SIGTERM
2011-05-05 Jens AxboeExit with error on signal
2011-04-25 Jens AxboeAdd simple aligned alloc helper
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-14 Jens AxboeEta/disk thread uses more than the minimum stack
2011-01-14 Jens AxboeFix race in exit of eta/util thread
2011-01-14 Jens AxboeChange disk util / eta method from signal to thread
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Stefan Hajnoczisetgid first, setuid second
2011-01-08 Bruce CranVarious fixes/updates
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-11-11 Jens AxboeCall path below SIGALRM isn't safe
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAlign memory buffers for RAW io engines
2010-09-02 Jens AxboeFix assert
2010-09-02 Jens AxboeTrim/discard fixes
2010-09-01 Jens AxboeAdd verify trim support
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-08-01 bart Van AsscheReduce thread stack size
2010-07-14 Radha RamachandranReuse filled pattern
2010-06-24 Jens AxboeAdd total latency log
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2010-06-21 Jens AxboeMissing new line
2010-06-21 Jens AxboeCleanup up SIGILL for crc32c-intel
2010-03-31 Jens Axboesfree(NULL) is ok
2010-03-25 Jens AxboeRemember to prime the random generator
2010-03-18 Jens AxboeVerify log message
2010-03-05 Jens AxboeCleanup profile support
2010-02-24 Jens AxboeUse log_info() more consistently
2009-12-08 Jens AxboeAdd support for specifying UID/GID
2009-12-07 Jens AxboeAutodetect cgroup blkio mount point
2009-12-04 Jens AxboeMove cgroup list to proper shared storage
2009-12-04 Jens AxboeBetter support for setting up and removing private...
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-05 Radha RamachandranDon't pass more than the queued IO depth in to getevents()
2009-11-04 Jens AxboeWait for async threads before freeing/killing IO buffers
2009-11-03 Glen OgilvieFixup iolog replay and add 'wait' command
2009-09-04 Jens AxboeDon't assume read IO are always verifies if verify...
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-05 Jens AxboeAdd support for reserved keywords
2009-07-31 Jens AxboeFix problem with bw log not working for writes
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-07-03 Jens AxboeFix O_DIRECT memory alignment
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 AxboeAdd support for the iomem_align option
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 AxboeFix typo on continue_on_error patch
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-10 Jens AxboeFile close fixes
2009-06-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-10 Jens AxboeFix bad min rate check
2009-06-09 Jens AxboeFix problem with too many opened files
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-03 Jens AxboeFix bug with rwmix and multiple loops over the same set
2009-06-03 Jens AxboeSplit off diskutil include
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-05-20 Jens AxboeMake sure that exec_prerun/postrun work for shell commands
2009-05-20 Zhang, YanminAdd pre_read option
2009-05-18 Fabio ChecconiFix garbling of clat/slat logs if a shared log file...
2009-04-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
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-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeReseed random generator for loop/time based runs
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-01-19 Jens AxboeFix broken rate check
2009-01-05 Jens AxboeSome more pthread_* call mishandled errors
2009-01-05 Jens AxboeAdd --debug=mutex
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboeAdd a cpuset exit function
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-12-09 Jens AxboeLong line style fix + comment
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-18 Jens AxboeHandle ctrl-c properly with threads
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeKill io_u timeout handling
2008-10-07 Jens AxboeWarning fixes
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeAdd SIGILL signal handler
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens AxboeRemove comment wrt sigaction() usage, it's deprecated
2008-06-02 Jens AxboeNot all platforms have ENODATA
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
next