fio.git
2008-07-31 Jens Axboesmalloc: default to 128 pools instead of 4
2008-06-25 Aaron CarrollPrevent filetype disappearing
2008-06-13 Jens AxboeAdd uninitialized_var() to silence bogus compiler warnings
2008-06-13 Gurudas Paieta overflow fix
2008-06-13 Jens AxboeRevert "Add spinlocks"
2008-06-13 Jens AxboeRevert "Add spinlock wrapper helpers"
2008-06-13 Jens AxboeRevert "smalloc: convert to spinlocks"
2008-06-13 Jens AxboeRevert "Convert file hash lock to spinlocks"
2008-06-13 Jens AxboeRevert "Remove unused define"
2008-06-12 Jens AxboeRemove unused define
2008-06-12 Jens AxboeConvert file hash lock to spinlocks
2008-06-12 Jens Axboesmalloc: convert to spinlocks
2008-06-12 Jens AxboeAdd spinlock wrapper helpers
2008-06-12 Jens AxboeAdd spinlocks
2008-06-12 Carl Henrik... fio.1: Correct terse (--minimal) output - page faults
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-11 Jens Axboecrc32 is uint32_t, not unsigned long
2008-06-11 Jens AxboeImprove bsrange buflen generations
2008-06-11 Jens AxboeDon't include headers in depend target
2008-06-11 Jens AxboeClear num_opts early
2008-06-11 Jens AxboeOlder Linux versions do not have O_NOATIME
2008-06-10 Jens AxboeRemember to free **opts as well
2008-06-10 Jens AxboeAdd option priorities
2008-06-09 Jens Axboesplice: if splicing fails with EINVAL, it's most likely...
2008-06-06 Jens AxboeFio 1.21 fio-1.21
2008-06-06 Jens AxboeLinux sysfs change broke fio disk lookup
2008-06-05 Jens AxboeETA fix
2008-06-05 Jens AxboeFio 1.21-rc8 fio-1.21-rc8
2008-06-05 Jens AxboeHOWTO spelling
2008-06-05 Jens AxboeHelp entry typos
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-05 Jens AxboeDon't print 100% done, when we don't have a time estima...
2008-06-04 Jens AxboeMAP_ANON requires fd == -1
2008-06-04 Jens AxboeAdd OS agnostic RAND_MAX
2008-06-04 Jens AxboeCompile warning for non-signal driven solaris asynch io
2008-06-04 Jens AxboeSolaris: support for proper random functions
2008-06-04 Jens AxboeAdd directio support to Solaris
2008-06-04 Jens AxboeWe need to grab and mark the file open before jumping...
2008-06-04 Jens AxboeKill useless undef's
2008-06-04 Jens AxboeAdd missing splice syscall numbers for alpha and s390
2008-06-04 Jens AxboeAdd write barriers
2008-06-04 Jens AxboeFio 1.21-rc7 fio-1.21-rc7
2008-06-04 Jens AxboeMissing time store in rwmix switch
2008-06-02 Jens AxboeBase FreeBSD Makefile on Linux, but insist on gmake...
2008-06-02 Jens AxboeMakefile update
2008-06-02 Jens AxboeRemove comment wrt sigaction() usage, it's deprecated
2008-06-02 Jens Axboesolarisaio: support signal driven async IO
2008-06-02 Jens Axboesolarisaio: aiowait() can return (void *) -1 for error
2008-06-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeInclude solarisaio in README
2008-06-02 Jens Axboesolarisaio: IO depth constrained by MAXASYNCHIO
2008-06-02 Jens AxboeFio 1.21-rc6 fio-1.21-rc6
2008-06-02 Jens AxboeMissed fls() -> __fls() conversion
2008-06-02 Jens AxboeFio 1.21-rc5 fio-1.21-rc5
2008-06-02 Jens AxboeFreeBSD Makefile update
2008-06-02 Jens Axboemutex: only regard less-than-zero return as error
2008-06-02 Jens Axboenet engine: missing includes
2008-06-02 Jens Axboeposixaio: not all platforms have aio_fsync()
2008-06-02 Jens Axboeposixaio: need fcntl.h
2008-06-02 Jens AxboeGuard posix_fallocate() behind OS define
2008-06-02 Jens AxboeRename fls() to __fls()
2008-06-02 Jens AxboeNot all platforms have ENODATA
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-06-02 Jens AxboeAdd Solaris native aio engine
2008-06-02 Jens AxboeDon't make posix_fallocate() set td->verror
2008-06-02 Jens AxboeFio 1.21-rc4 fio-1.21-rc4
2008-06-02 Jens AxboeDo at least one block if randommap fails us
2008-06-02 Jens AxboeInc block in mark_random_map()
2008-06-02 Jens Axboesmalloc: use optimized ffz()
2008-06-02 Jens AxboeBe sure to use internal __ffs, not glibc variant
2008-06-02 Jens AxboeSpeedup mark_random_map()
2008-06-02 Jens Axboex86-64: enable arch ffz again
2008-06-02 Jens Axboex86-64: ffz need only search the first 32-bits
2008-06-02 Jens AxboeFix off-by-one in generic ffz
2008-06-02 Jens AxboeAdd missing lib/ffz.h file
2008-06-01 Jens AxboeReadd the arch ffz functions
2008-05-30 Jens Axboeffz() takes ints, so change the file_map to being int...
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 AxboeFixup posix_fallocate() usage
2008-05-30 Jens Axboeerrno is not negative
2008-05-30 Jens Axboestrsep got lost in Makefile.solaris
2008-05-30 Jens AxboeCleanup lib/strsep.c
2008-05-30 Jens AxboeRemove icc reference in Linux Makefile
2008-05-30 Jens AxboeFix build with FIO_INC_DEBUG not included
2008-05-30 Jens AxboeMore fixes to FreeBSD and Solaris Makefile
2008-05-30 Jens AxboeMove the lib/ stuff around a bit
2008-05-30 Jens AxboeAdd dprint() to io_u requeue
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-30 Jens Axboevsync: Fix issue with double issue of io_u
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-30 Gurudas PaiFix bad references to 'sgio'
2008-05-30 Jens Axboenet engine: improve host/port parsing
2008-05-28 Jens AxboeFio 1.21-rc3 fio-1.21-rc3
2008-05-28 Jens AxboeFix bug in put_file() and __file_invalidate_cache()
2008-05-28 Jens AxboeFix refill buffers overwriting verify data
2008-05-28 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-05-28 Jens AxboeFixup distribution of reads and writes in a mixed workload
2008-05-28 Jens AxboeFixup rwmixread/write options
next