Restore BUSY_OK bypassing of bitmap
[fio.git] / mutex.h
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2011-05-02 Jens AxboeSwitch mutex to using anonymous mmap
2009-07-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-01 Jens AxboeAdd code to detect a task that exited prior to up'ing...
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd rw mutex init helper
2008-03-03 Jens AxboeAdd read-write mutexes
2008-03-01 Jens AxboeFix bad inlining in mutex.h
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2007-03-09 Jens AxboeShrink the semaphores a little
2007-03-08 Jens AxboeAdd a real semaphore implemtation