diskutil: fix potential out-of-bounds array write
[fio.git] / backend.c
2014-04-03 Jens AxboeCleanup the parallellized log writing
2014-04-02 Jens Axboeiolog: don't serialize the writing of all logs
2014-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-12 Jens AxboeAdd exceeds_number_ios() helper
2014-03-11 Jens AxboeTry a little harder to honor number_ios more accurately
2014-03-03 Puthikorn VoravootivatFix verify_only option not working properly
2014-02-28 Jens AxboeFix off-by-one bug in CPU split mask handling
2014-02-27 Jens AxboeAdd support for cpus_allowed_policy
2014-02-21 Jens AxboeUnify the time handling
2014-02-20 Peter Oberparleiterfio: flush log files on test end
2014-02-20 Christian Ehrhardtfio: allow milliseconds on all time specifiers
2014-02-11 Jens AxboeFix issue with openfiles= and file sizing
2014-02-10 Jens AxboeFix issue with td->mutex being used-after-free
2014-02-06 Jens Axboeverify: always log IO in the order they are issued
2014-02-05 Jens AxboeMore precise fix for verify_backlog verification failure
2014-02-05 Puthikorn VoravootivatFix verify_backlog start verification before finish...
2014-02-05 Jens AxboeFix for prematurely stopping on verify
2014-02-05 Puthikorn VoravootivatFix rand_seed mismatches in verify phase
2014-01-24 Juan CasseAdds verify_only option
2014-01-14 Jens AxboeAdd option for specifically setting buffer contents
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-11-15 Chris MasonAdd support for O_ATOMIC
2013-11-01 Bruce Cranserver: ensure that fio_time_init() is called before...
2013-09-16 Juan CasseAdd condition to stop issuing io in do_io().
2013-07-17 Erwan Velubackend: Logging exec_{pre|post}run
2013-07-17 Erwan Velubackend: Get rid of sh -c for exec_string
2013-05-28 Jens AxboeReplace list based free/busy/requeue list with FIFO...
2013-05-23 Jens Axboeact: basic reporting
2013-05-17 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-17 Jens AxboeEnsure that we have no IO pending when sleeping
2013-04-26 Jens AxboeEnsure that stat outputs are serialized
2013-04-25 Jens AxboeAdd support for other ways of triggering intermediate...
2013-04-24 peter changfix memory allocation in the cases we may need to align
2013-04-15 Jens AxboeFixup bad logging types
2013-04-11 Jens AxboeMerge branch 'gfio' into gfio-int
2013-04-11 Jens Axboeiolog: note type of log
2013-04-11 Jens AxboeMake nr_thread/nr_process private to backend
2013-04-11 Jens Axboebackend: merge in td->o to o-> thread_main() change
2013-04-11 Jens AxboeMake lockmem a per job option
2013-04-10 Jens AxboeMerge in crc32c-intel probe
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-03-28 Jens AxboeFix usr/sys/ctx/majf/minf for -USR1 usage
2013-03-23 Jens AxboeConsider the maximum block size difference the minimum...
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-19 Jens AxboeFix re-run issue when job size is set to "unknown"
2013-03-12 OlegConditionally include <sys/shm.h> based on OS support...
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-21 Jens AxboeMerge branch 'master' into gfio
2013-02-20 Jens AxboeMerge branch 'master' into gfio
2013-02-11 Jens AxboeHandle end_fsync if a file is closed
2013-02-07 Jens AxboeMerge branch 'master' into gfio
2013-02-04 Jens AxboeMerge branch 'master' into gfio
2013-02-03 Jens AxboeFix failure to exit IO loop on some IO sizes
2013-01-31 Jens AxboeMerge branch 'master' into gfio
2013-01-30 Huadong LiuAdd support for idletime profiling
2013-01-29 Jens AxboeMerge branch 'master' into gfio
2013-01-24 Jens AxboeAdd lib/getrusage.c
2013-01-24 Huadong LiuUse RUSAGE_THREAD, if available
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-23 Jens Axboeverify: stop on actual number of bytes needed to be...
2013-01-23 Jens AxboeMake experimental_verify=1 handle all cases properly
2013-01-21 Jens Axboeverify: add new experimental mode that requires no...
2013-01-12 Jens AxboePre-load and sort random blocks for pure read verify...
2013-01-10 Jens AxboeAdd configure script
2013-01-09 Jens AxboeMerge branch 'master' into gfio
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-14 Jens AxboeMerge branch 'master' into gfio
2012-12-11 Jens AxboeMerge branch 'master' into gfio
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-12-03 Jens AxboeMerge branch 'master' into gfio
2012-11-30 Jens AxboeWire up SIGUSR2 to kill blocking threads
2012-11-21 Aaron CarrollAdd support for Android
2012-11-15 Jens AxboeMerge branch 'master' into gfio
2012-11-14 Jens AxboeMerge branch 'master' into gfio
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-11 Jens AxboeMerge branch 'master' into gfio
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
next