configure: stop enabling fdatasync on OSX
[fio.git] / filehash.c
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van AsscheRename fio_mutex into fio_sem
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-09-26 Jens Axboefilehash: move to separate allocation
2016-09-25 Jens Axboefile: add bloom filter to avoid quadratic lookup behavior
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-02 Jens AxboeDon't crash when using filehash lock before init
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-04-01 Jens AxboeProperly protect already-allocated file list
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-06 Jens AxboeAdd jhash (Jenkins hash) and use that for file names
2009-06-03 Jens AxboeClean up file flags
2008-09-10 Jens Axboefilehash: check for NULL ->file_name in hash lookup
2008-06-13 Jens AxboeRevert "Convert file hash lock to spinlocks"
2008-06-12 Jens AxboeConvert file hash lock to spinlocks
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-23 Jens AxboeAdd job number specific dumping and fix atexit() error
2008-03-03 Jens Axboefilehash.c: remove debug hash dump
2008-03-01 Jens AxboeAdd file hashing helpers