Add configure script
[fio.git] / backend.c
2013-01-10 Jens AxboeAdd configure script
2013-01-08 Jens AxboeFix potential null pointer dereference on verify and...
2012-12-18 Jens Axboegettime: use pthread_{set,get}specific() for TLS
2012-12-06 Bruce CranFree io_u related structures before killing IO engine
2012-12-06 Jens Axboewindowsaio: initialize and map windowsaio IO structure...
2012-11-30 Jens AxboeWire up SIGUSR2 to kill blocking threads
2012-11-21 Aaron CarrollAdd support for Android
2012-11-14 Jens Axboeclient/server: fixup "All clients" reporting
2012-10-24 Yufei Renrdma ioengine improvement
2012-10-22 Jens Axboebackend: only check bytes_done for engines without...
2012-10-22 Yufei RenFine-grained job level numa control
2012-10-10 Bruce CranWindows: handle SIGBREAK.
2012-09-27 Jens AxboeFix segfault race on exit for platforms that don't...
2012-09-25 Dmitry Monakhovbackend: fix data direction flow check
2012-09-24 Jens Axboebackend: don't allocate memory buffers for non-data...
2012-09-23 Dmitry Monakhovbackend: Add configurable non fatal error list
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-14 Jens AxboeAdd ddir_rw_sum()
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-08-02 Jens Axboediskutil: ensure that we lock around disk_list access
2012-08-01 Jens AxboeRevert "diskutil: ensure that we lock around disk_list...
2012-08-01 Jens Axboediskutil: ensure that we lock around disk_list access
2012-04-26 Tao Mafio: Add to cgroup if parameter "cgroup" is enabled.
2012-04-11 Jens AxboeDefine SIGUSR1 to inform fio to dump run stats while...
2012-04-11 Jens AxboeFree disk util on exit, not on stats display
2012-04-02 Jens AxboeAdd indication of whether a job got killed
2012-03-16 Daniel Ehrenbergtime_based: Avoid restarting main I/O loop
2012-03-16 Jens AxboeFix problem with iodepth_batch_complete=0 and accounting
2012-03-13 Jens AxboeFix failure to verify in mixed read/write workload...
2012-03-07 Jens AxboeFix bug that causes early termination of fio with verif...
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2012-02-20 Dan EhrenbergToken-based flow control
2012-02-20 Bruce CranFix assumption that pointers fits in a 'long'
2012-02-20 Bruce Crannice() error handling
2012-02-15 Jens AxboeFix grammatical error
2012-02-09 Jens AxboeMove variables to backend, fix up line spaces
2012-02-09 Jens AxboeMove some code around to better separate front/backend