aboutsummaryrefslogtreecommitdiffstats
path: root/filehash.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-17filehash: ignore hashed file with fd == -1Jens Axboe1-3/+1
2018-03-15Rename fio_mutex into fio_semBart Van Assche1-13/+13
2016-09-26filehash: move to separate allocationJens Axboe1-3/+6
2016-09-25file: add bloom filter to avoid quadratic lookup behaviorJens Axboe1-0/+12
2014-04-02Don't crash when using filehash lock before initJens Axboe1-2/+4
2014-04-01Cleanup symbols that should be staticJens Axboe1-0/+1
2014-04-01Properly protect already-allocated file listJens Axboe1-0/+10
2012-08-02mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKEDJens Axboe1-1/+1
2011-10-06Add jhash (Jenkins hash) and use that for file namesJens Axboe1-2/+2
2009-06-03Clean up file flagsJens Axboe1-4/+4
2008-09-10filehash: check for NULL ->file_name in hash lookupJens Axboe1-0/+3
2008-06-13Revert "Convert file hash lock to spinlocks"Jens Axboe1-15/+12
2008-06-12Convert file hash lock to spinlocksJens Axboe1-12/+15
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe1-13/+13
2008-05-23Add job number specific dumping and fix atexit() errorJens Axboe1-0/+17
2008-03-03filehash.c: remove debug hash dumpJens Axboe1-16/+0
2008-03-01Add file hashing helpersJens Axboe1-0/+107