fio.git
2014-05-01 Daniel Gollubdistinguish internal/ext. builds with FIO_INTERNAL
2014-05-01 Daniel GollubReplace CONFIG_CPU_COUNT with plain CPU_COUNT
2014-04-30 Danny Al-Gaafcrc/test.c: fix include of time.h
2014-04-30 Jens AxboeMakefile: clean all *.d dependency files on make clean
2014-04-30 Daniel GollubRename time.h for third-party include of fio.h
2014-04-30 Daniel GollubFix gfio build due to disk_stat struct seperation
2014-04-29 Bruce CranWindows: always open files in binary mode
2014-04-28 Jens AxboeAdd option for io_limit
2014-04-23 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-23 Jens Axboeinit: don't set did_arg just for an engine option
2014-04-16 Jens AxboeError out if the set blocksize is larger than the file...
2014-04-15 Jens Axboesg/binject: only restore file flags if they have been set
2014-04-15 Jens Axboesg: check for error in fcntl() restore of flags
2014-04-15 Jens Axboebinject: check for error in fcntl() restore of flags
2014-04-15 Jens Axboebackend: fix potential division-by-zero
2014-04-15 Jens Axboeidletime: fix another missing unlock on error
2014-04-15 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-15 Jens Axboestrcpy: kill last of the suspect ones
2014-04-15 Bruce CranWindows: set sizeof(sun_path) to 260 (MAX_PATH).
2014-04-14 Jens Axboeinit: improve command line check for when to print...
2014-04-14 Jens Axboeinit: fix leak bug fix from commit 60c5ec73
2014-04-14 Jens Axboedisk util: fix bug in strncpy() conversion
2014-04-14 Jens AxboeFix potential NULL dereference in alloc_mem_mmap()
2014-04-14 Jens Axboediskutil: make it clear that parent != NULL for json...
2014-04-14 Jens Axboeparse: make it clear that 'cp' can't be NULL for o...
2014-04-14 Jens AxboeFix is_power_of_2() for longs
2014-04-14 Jens Axboeidletime: unlock ->start_lock in error cases
2014-04-14 Jens AxboeAvoid overwriting allocated pid_file
2014-04-14 Jens Axboegettime: init 'failed' before use
2014-04-14 Jens Axboestat: warn on failure to detach DU thread
2014-04-14 Jens Axboegettime: handle pthread_create() failure
2014-04-14 Jens Axboeinit: silence bogus td == NULL warning
2014-04-14 Jens Axboefilesetup: silence bogus warning on close(-1)
2014-04-14 Jens Axboee4defrag: pass 'error' into td_verror()
2014-04-14 Jens Axboetd_verror() needs errno style error
2014-04-14 Jens Axboenet engine: get rid of unused struct sockaddr_in6
2014-04-14 Jens Axboeserver: ensure that incoming iolog name is NULL terminated
2014-04-14 Jens Axboeserver: sanity check incoming command size (and payload)
2014-04-14 Jens Axboebackend: better NULL termination fix for IO scheduler...
2014-04-14 Jens Axboenum2str: ensure we never access postfix[] out-of-bounds
2014-04-14 Jens Axboemake_filename: another off-by-one buffer issue
2014-04-14 Jens AxboeError check fcntl() calls
2014-04-14 Jens Axboeinit: remove dead code
2014-04-14 Jens Axboebackend: fix potential divide-by-zero
2014-04-14 Jens Axboestat: fix potential divide-by-zero
2014-04-14 Jens Axboeidletime: fix potential divide-by-zero
2014-04-14 Jens Axboeeta: fix potential divide by zero
2014-04-14 Jens Axboeserver: fix missing comma in fio_server_ops[] strings
2014-04-14 Jens Axboegettime: use unsigned loop counter
2014-04-14 Jens AxboeMake td_verror() use an unsigned type
2014-04-14 Jens AxboeFix missing sign conversion in ignore_error_type()
2014-04-14 Jens Axboestat: fix wrong check for whether we have a description...
2014-04-14 Jens Axboeserver: fix potential buffer overrun in socket setup...
2014-04-14 Jens Axboeserver: fix potential buffer overrun in bind string
2014-04-14 Jens Axboeclient: fix potential buffer overrun in socket path
2014-04-14 Jens Axboenet engine: fix potential buffer overrun in socket...
2014-04-14 Jens Axboefile: fix potential buffer overrun in get_fs_free_counts()
2014-04-14 Jens Axboeverify: fix potential buffer overrun in dump_buf()
2014-04-14 Jens Axboeinit: fix potential buffer overrun in make_filename()
2014-04-14 Jens Axboeserver: ensure that dus->name is always NULL terminated
2014-04-14 Jens Axboestat: check that TEMP environment variable is half...
2014-04-14 Jens Axboeinit: fix more cases of leaking pid_file
2014-04-11 Jens Axboediskutil: separate out stats from name
2014-04-11 Jens Axboeinit: remove bogus check for NULL parent
2014-04-11 Jens AxboeDon't leak f_out file desciptor if specified more than...
2014-04-11 Jens AxboeDon't leak memory if profile option is given twice
2014-04-11 Jens Axboeserver: ensure that server pid file mem is always freed
2014-04-11 Jens AxboeEnsure that fread() string is always NULL terminated
2014-04-11 Jens AxboeFix potentially unterminated string after strncpy(...
2014-04-11 Jens AxboeFix leak of directory handle in find_add_disk_slaves...
2014-04-11 Jens Axboenet: fix leak of fd in bind() error path
2014-04-11 Jens AxboeFix leak on error path in extend_file()
2014-04-11 Jens AxboeFix leak of file descriptor in error path of bc_calc()
2014-04-11 Jens AxboeFix leak of string when doing parse dryrun
2014-04-11 Jens AxboeFix directory leak in recurse_dir() on error
2014-04-11 Jens AxboeFix leak of 'error' if we don't assign it
2014-04-10 Jens AxboeFio 2.1.8 fio-2.1.8
2014-04-10 Jens Axboeblktrace: fix missing line return in dprint()
2014-04-10 Jens Axboeiolog: check for thread termination in long delays
2014-04-10 Jens AxboeMake cache invalidation a soft error
2014-04-10 Christian Ehrhardtfio: fix s390 timing for older machines/binutils
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens AxboeAdd exit_on_io_done option to the CPU IO engine
2014-04-09 Jens Axboeiolog: skip max_bs[rw] increment for rw == DDIR_INVAL
2014-04-09 Jens Axboediskutil: fix potential out-of-bounds array write
2014-04-09 Jens Axboeserver: fix fd leak in error case
2014-04-09 Jens AxboeIncrement open file count manually
2014-04-09 Jens AxboeRevert "Fixup ->open_files if not given"
2014-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-08 Jens Axboeblktrace: probe IO depth
2014-04-08 chenhglusterfs api fadvise support
2014-04-08 Christian Ehrhardtfio: fix s390 nop
2014-04-08 Christian Ehrhardtfio: fix s390 time accounting
2014-04-06 Jens AxboeSupport limited mixed command line options and job...
2014-04-06 Jens AxboeFixup --timeout command line option
2014-04-06 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-06 Jens AxboeFix crash in setup_files() if no files are defined
2014-04-06 Christophe... Fix some typos in the manpage
2014-04-04 Jens AxboeMakefile: add doc target to generate PDFs from the...
2014-04-03 Bruce CranFix JSON_INTEGER overflow on Windows by changing dataty...
next