Fix for non-git versions
[fio.git] / backend.c
2012-04-05 Jens AxboeMerge branch 'master' into gfio
2012-04-02 Jens AxboeMerge branch 'master' into gfio
2012-04-02 Jens AxboeAdd indication of whether a job got killed
2012-03-30 Jens AxboeDefine SIGUSR1 to inform fio to dump run stats while...
2012-03-30 Jens AxboeFree disk util on exit, not on stats display
2012-03-29 Jens Axboeoptions: move ioprio/ioprio_class into thread_options...
2012-03-28 Jens AxboeMake lockmem a per job option
2012-03-28 Jens AxboeStart the process of making options more gfio friendly
2012-03-27 Jens AxboeWhite space spring cleaning
2012-03-20 Jens AxboeMerge branch 'gfio' of ssh://brick.kernel.dk/data/git...
2012-03-19 Jens Axboebackend: privatize nr_thread/nr_process
2012-03-19 Jens Axboeserver: make client connections fork off
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Daniel Ehrenbergtime_based: Avoid restarting main I/O loop
2012-03-16 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Jens AxboeFix problem with iodepth_batch_complete=0 and accounting
2012-03-14 Jens Axboeiolog: note type of log
2012-03-13 Jens AxboeMerge branch 'master' into gfio
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