Move tp.[ch] to lib/
[fio.git] / backend.c
2012-10-10 Bruce CranWindows: handle SIGBREAK.
2012-09-27 Jens AxboeMerge branch 'gfio' of ssh://brick.kernel.dk/data/git...
2012-09-27 Jens AxboeMerge branch 'master' into gfio
2012-09-27 Jens AxboeFix segfault race on exit for platforms that don't...
2012-09-25 Jens AxboeMerge branch 'master' into gfio
2012-09-25 Dmitry Monakhovbackend: fix data direction flow check
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens Axboebackend: don't allocate memory buffers for non-data...
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
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-21 Jens AxboeMerge branch 'master' into gfio
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 AxboeMerge branch 'master' into gfio
2012-08-01 Jens Axboediskutil: ensure that we lock around disk_list access
2012-05-11 Jens AxboeMerge branch 'master' into gfio gfio-0.1
2012-05-07 Jens AxboeMerge branch 'master' into gfio
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-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