Fix fallocate erroneously returning ENOSYS on Linux systems
[fio.git] / fio.c
2012-04-04 Bruce CranFix address truncation on Windows
2012-02-15 Jens AxboeFixup includes
2012-02-15 Jens AxboeFix build issue for non-cgroup support
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
2012-02-09 Jens AxboeMove gtod thread to gettime.c
2012-01-31 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-01-31 Steven Noonanfix early termination of runs caused by ramp_time ...
2011-12-01 Jens AxboeAdd log_avg_msec option
2011-11-22 Josh CarterFix initialization of lastrate when using ratemin
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-10-22 Jens AxboeFix io_u->buf calculation overflow
2011-10-18 Jens AxboeTurn old debug printf() into a proper log_err()
2011-10-18 Bruce CranFix printf() being used instead of log_info()
2011-10-16 Jens Axboeclient/server: send back nr_jobs and error exit code
2011-10-14 Jens AxboeMemory leak fixes
2011-10-13 Jens Axboeclient/server: add support for passing disk_util structures
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-11 Jens Axboeserver: error handling fixes
2011-10-09 Jens Axboeclient/server: request ETA instead of having the server...
2011-10-07 Jens AxboePass arch/os in probe
2011-10-07 Jens AxboePoll server idle loop any time the main status thread...
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeEndian sanity check
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-04 Jens Axboeserver: idle loop support
2011-10-03 Jens Axboeserver: attempt to handle client ctrl-c
2011-10-03 Jens Axboeserver: add ETA as a specific command
2011-10-03 Jens AxboeMove getrusage() out of thread_stat
2011-10-03 Jens AxboeMove stat_io_bytes/time to thread_data
2011-10-03 Jens Axboeserver: start conversion of data structures to network...
2011-10-01 Jens Axboeclient: continue support for multiple connections
2011-09-30 Jens AxboeStart of functional client
2011-09-30 Jens AxboeUse poll() for connect loop
2011-09-30 Jens AxboeHide things not appropriate behind is_backend
2011-09-29 Jens AxboeStart of client/server
2011-09-12 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-09-08 Jens AxboeFix disk utilization for delayed jobs
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-08-25 Jens AxboeMake SH port work for packagers that don't differentiat...
2011-07-23 Dan EhrenbergRespect iodepth_batch_complete=0 in main loop
2011-07-14 Jens AxboeFix infinite loop on platforms with severely limited...
2011-07-14 Michael CallahanFix killing of threads that haven't started
2011-07-12 Jens AxboeAdd gettid() for proper thread affinity on Linux
2011-07-09 Jens AxboeMake processes work on HP-UX
2011-07-08 Jens AxboeSet affinity before doing buffer and io_u allocs
2011-07-07 Jens AxboeFix ramp time random screwup
2011-07-07 Jens AxboeFix ramp time bug
2011-07-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-06 Jens AxboeAdd --max-jobs/-j command line option
2011-07-06 Jens AxboeFix for terminating threads in ramp time
2011-06-13 Steven LangFix fill_device with queue depth higher than 1
2011-06-03 Steven LangFixup wrong enum used for __check_min_rate()
2011-05-11 Jens AxboeEnsure we quit on SIGTERM
2011-05-05 Jens AxboeExit with error on signal
2011-04-25 Jens AxboeAdd simple aligned alloc helper
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-14 Jens AxboeEta/disk thread uses more than the minimum stack
2011-01-14 Jens AxboeFix race in exit of eta/util thread
2011-01-14 Jens AxboeChange disk util / eta method from signal to thread
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Stefan Hajnoczisetgid first, setuid second
2011-01-08 Bruce CranVarious fixes/updates
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-11-11 Jens AxboeCall path below SIGALRM isn't safe
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAlign memory buffers for RAW io engines
2010-09-02 Jens AxboeFix assert
2010-09-02 Jens AxboeTrim/discard fixes
2010-09-01 Jens AxboeAdd verify trim support
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-08-01 bart Van AsscheReduce thread stack size
2010-07-14 Radha RamachandranReuse filled pattern
2010-06-24 Jens AxboeAdd total latency log
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2010-06-21 Jens AxboeMissing new line
2010-06-21 Jens AxboeCleanup up SIGILL for crc32c-intel
2010-03-31 Jens Axboesfree(NULL) is ok
2010-03-25 Jens AxboeRemember to prime the random generator
2010-03-18 Jens AxboeVerify log message
2010-03-05 Jens AxboeCleanup profile support
2010-02-24 Jens AxboeUse log_info() more consistently
2009-12-08 Jens AxboeAdd support for specifying UID/GID
2009-12-07 Jens AxboeAutodetect cgroup blkio mount point
2009-12-04 Jens AxboeMove cgroup list to proper shared storage
2009-12-04 Jens AxboeBetter support for setting up and removing private...
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-05 Radha RamachandranDon't pass more than the queued IO depth in to getevents()
2009-11-04 Jens AxboeWait for async threads before freeing/killing IO buffers
2009-11-03 Glen OgilvieFixup iolog replay and add 'wait' command
2009-09-04 Jens AxboeDon't assume read IO are always verifies if verify...
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-05 Jens AxboeAdd support for reserved keywords
2009-07-31 Jens AxboeFix problem with bw log not working for writes
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
next