fio.git
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
2008-05-27 Jens AxboeFio 1.21-rc2 fio-1.21-rc2
2008-05-27 Jens Axboesmalloc: final cleanups
2008-05-27 Jens Axboesmalloc: fix map overflow
2008-05-27 Jens Axboesmalloc: fix off-by-one in ptr_valid()
2008-05-27 Jens Axboesmalloc: kill another debug printf()
2008-05-27 Jens Axboesmalloc: fix compile error
2008-05-27 Jens Axboesmalloc: cleanup and remove debug printf()
2008-05-27 Jens AxboeFio 1.21-rc1 fio-1.21-rc1
2008-05-27 Jens Axboesmalloc: turn on the thread safe flag
2008-05-27 Jens Axboesmalloc: change to a bitmap allocator
2008-05-26 Jens AxboeFix out-of-band deref of (potentially) gone threads...
2008-05-26 Jens AxboeRemove early directory check
2008-05-26 Jens Axboesmalloc: add pre and post redzone checks to pointers
2008-05-23 Jens AxboeNon-linux Makefile updates
2008-05-23 Jens AxboeSilence warning on older gcc (bogus)
2008-05-23 Jens AxboeWork-around too large block count
2008-05-23 Jens AxboeAdd job number specific dumping and fix atexit() error
next