Fix manpage error warning: macro `hostname'' not defined.
[fio.git] / backend.c
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