Add support for specifying UID/GID
[fio.git] / fio.c
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
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-07-03 Jens AxboeFix O_DIRECT memory alignment
2009-07-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-02 Radha RamachandranFix issue with fill_device=1 and continue_on_error
2009-07-01 Jens AxboeAdd code to detect a task that exited prior to up'ing...
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-06-16 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-16 Radha RamachandranAlter the order of checking time exceeded vs getting...
2009-06-15 Jens AxboeFix typo on continue_on_error patch
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-10 Jens AxboeFile close fixes
2009-06-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-10 Jens AxboeFix bad min rate check
2009-06-09 Jens AxboeFix problem with too many opened files
2009-06-09 Jens AxboeMissed int to pointer conversion check for ->ratemin
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeFix bug with rwmix and multiple loops over the same set
2009-06-03 Jens AxboeSplit off diskutil include
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-05-20 Jens AxboeMake sure that exec_prerun/postrun work for shell commands
2009-05-20 Zhang, YanminAdd pre_read option
2009-05-18 Fabio ChecconiFix garbling of clat/slat logs if a shared log file...
2009-04-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-29 Jens AxboeAlign io units to processor cache line size
2009-04-29 Radha RamachandranFix name of the slat log file
2009-04-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeReseed random generator for loop/time based runs
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-01-19 Jens AxboeFix broken rate check
2009-01-05 Jens AxboeSome more pthread_* call mishandled errors
2009-01-05 Jens AxboeAdd --debug=mutex
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboeAdd a cpuset exit function
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-12-09 Jens AxboeLong line style fix + comment
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-18 Jens AxboeHandle ctrl-c properly with threads
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeKill io_u timeout handling
2008-10-07 Jens AxboeWarning fixes
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeAdd SIGILL signal handler
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens AxboeRemove comment wrt sigaction() usage, it's deprecated
2008-06-02 Jens AxboeNot all platforms have ENODATA
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens AxboeAdd sparc and sparc64 support
2008-05-30 Jens AxboeSeperate status timer setup from disk util timer
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-26 Jens AxboeFix out-of-band deref of (potentially) gone threads...
2008-05-23 Jens AxboeAdd job number specific dumping and fix atexit() error
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-04-06 Jens AxboeImprove eta calculation and display for complex jobs
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-03-19 Jens AxboeOnly decrement pending in reap_threads() if the reaped...
2008-03-10 Jens AxboeUse pthread_detach() instead of calling pthread_join...
2008-03-06 Jens AxboeStyle fixups
2008-03-06 Jens AxboeUpdate to verify state setting
2008-03-06 Jens AxboeIndicate 'V' verify state always
2008-03-01 Jens AxboeRemember to init and exit the smalloc allocator
2008-03-01 Jens AxboeJobs must always open their own files
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeAdd close_files() that closes all files
2008-03-01 Jens AxboeFix potential crash in terminate_threads()
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-20 Aaron Carrollaccount for delayed jobs when reaping threads
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2008-02-04 Jens AxboeDon't allow FIO_SYNCIO io engine flag to override queue...
2008-02-01 Jens AxboeAdd blktrace and verify debug tracing
2008-02-01 Jens AxboeA bunch of fixes
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2008-02-01 Jens AxboeStop job if it fails to do any IO for a new invocation
2008-01-11 Shawn LewisAdd fill_device option
2007-11-21 Shawn Lewisfix utime_since overflow
2007-11-08 Jens AxboeSeperate ioprio value from setting
2007-10-25 Jens AxboeMore cpu engine fixes
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-25 Jens AxboeFixes for CPU burn engine
next