Correct basename usage for verify dump
[fio.git] / os /
2011-01-10 Jens AxboeUpdate Windows version
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-10 Jens AxboeRemove left-over files
2011-01-10 Bruce CranWindows updates
2011-01-08 Bruce CranVarious fixes/updates
2011-01-04 Bruce CranFio Windows update
2011-01-04 Jens AxboeOS headers need fio_file definition now
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-10-27 Jens AxboeUpdate for proper binject ioctls
2010-10-08 Jens Axboebinject updates
2010-09-07 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2010-09-07 Jens AxboeAdd binject IO engine
2010-08-11 Jens AxboeAdd comment on why fallocate is disabled on AIX
2010-08-11 Jens AxboeCleanup MSG_DONTWAIT
2010-08-11 Jens AxboeAIX fixups
2010-08-10 Cigy CyriacAdd support for AIX
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-07-09 Jens AxboeOnly flag sync_file_range() support for newer Linux...
2010-06-24 Jens AxboeAdd chardev size getting
2010-06-24 Jens AxboeFix FreeBSD warning
2010-06-24 Jens AxboeAdd real blockdev_size() for FreeBSD
2010-06-22 Jens AxboeAdd off64_t to FreeBSD
2010-05-21 Jens AxboeAdd missing os/os-netbsd.h file
2010-05-17 Jens AxboeImprove ETA for fill_device based job files
2010-05-12 YAMAMOTO Takashifio netbsd support
2010-03-19 Jens AxboeOSX should use off_t for off64_t
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-02-11 Joshua AuneFix FreeBSD support
2009-12-20 Jens AxboeMake fdatasync OS optional
2009-12-20 Jens Axboeos.h should include headers it needs by itself
2009-12-16 Jens AxboeInclude juggling
2009-12-16 Jens AxboeAdd Solaris helper object
2009-12-16 Jens AxboeMake weak posix_memalign() private to Solaris
2009-12-15 Jens AxboeAdd generic random helpers
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-14 Jens AxboeSupport for Mac OS 10.6.2
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-10-01 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-09-22 Jens AxboeAdd generic bdev_size function
2009-08-04 Jens AxboeAdd strong madvise() hint for cache pruning
2009-08-04 Jens AxboeRemove old FIXME comment
2009-08-04 Jens AxboeFreeBSD: use generic bdev size retrieval
2009-08-04 Jens Axboesolaris: implement blockdev size getting
2009-08-03 Jens AxboeSolaris cpu affinity fix
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-06-09 Jens AxboeFix fd leak in cache line checking
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-01-06 Jens AxboeOS includes need errno.h
2009-01-05 Jens AxboeMake sure os mutex define is visible in mutex.c
2009-01-05 Jens AxboeOnly use process shared mutexes on support platforms
2009-01-05 Jens AxboeAdd fio_cpuset_exit() empty handler for platforms that...
2008-12-22 Jens AxboeSolaris pset fixes
2008-12-12 Jens AxboeSolaris compilation fix
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboeSupport for CPU binding in Solaris
2008-12-12 Jens AxboeAdd a cpuset exit function
2008-12-12 Jens AxboePrepare for support for CPU binding on other platforms
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-09-10 Daniel RallAllow fio headers to be included by a C++ build
2008-06-11 Jens AxboeOlder Linux versions do not have O_NOATIME
2008-06-04 Jens AxboeAdd OS agnostic RAND_MAX
2008-06-04 Jens AxboeSolaris: support for proper random functions
2008-06-04 Jens AxboeAdd directio support to Solaris
2008-06-04 Jens AxboeKill useless undef's
2008-06-02 Jens Axboeposixaio: not all platforms have aio_fsync()
2008-06-02 Jens AxboeGuard posix_fallocate() behind OS define
2008-06-02 Jens AxboeAdd Solaris native aio engine
2008-05-30 Jens AxboeMove the lib/ stuff around a bit
2008-05-30 Jens AxboeMake it work on opensolaris
2008-02-24 Jens AxboeMove syslet/indirect bits into the OS specific directory
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-04 Jens AxboeType in SPLICE_F_UNMAP ifdef
2007-07-26 Jens AxboeFix verify random bytes filling
2007-07-26 Shawn Lewis[PATCH] Don't hide pthread_mutex_setpshared in os-linux.h
2007-07-25 Shawn LewisFix headers for building with some older libs
2007-06-13 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-06-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-06-13 Jens Axboesplice engine: support for vmsplice to user space
2007-06-08 Jens Axboesplice flags are unsigned int, not unsigned long
2007-05-22 Jens AxboeAdd comment in os/os-linux.h wrt glibc-2.3.2
2007-05-22 Jens AxboeFix build/compile for non-blktrace platforms
2007-04-18 Jens AxboeMask in BE ioprio class as default
2007-04-17 Jens AxboeBetter checks for disk util init
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories