io_u_queue: convert rings to bool
[fio.git] / mutex.c
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-03-14 Sitsofe Wheelerconfigure: add generic pshared mutex test
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-10-24 Jens Axboemutex: clear mutex when removed
2016-05-25 Jens Axboemutex: abstract out cond/lock pshared init
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-01-21 Jens Axboemutex: fix double unlock in fio_mutex_down_timeout()
2015-12-10 Jens Axboemutex: fixup fio_mutex_down_timeout()
2015-12-01 Jens Axboemutex: use bool
2014-12-19 Jens Axboemutex: add __fio_mutex_remove()
2014-07-08 Jens Axboemutex: move pthread_cond_signal() outside of lock
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-30 Daniel GollubRename time.h for third-party include of fio.h
2014-04-02 Jens Axboemutex: add open init function and down_trylock() variant
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-03-29 Bruce CranWorkaround pthreads-win32 pthread_rwlock_init limitation.
2013-03-29 Bruce CranFix rwlock error messages to specify the correct functi...
2013-03-28 Shaohua Limutex: set pshared attributes on rw semaphore
2013-03-22 Jianpeng Mamutex: fix the expression for checking the mutext magic
2013-03-21 Jens Axboemutex: add magic checks
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens AxboeRework lockfile= file lock handling
2012-02-20 Jens Axboemutex: don't attempt to use CLOCK_MONOTONIC
2012-02-17 Jens Axboemutex: guard pthread_condattr_setclock() by defined...
2012-02-16 Jens Axboemutex: more clock fixes
2012-02-15 Jens AxboeMutex timeout work-around
2012-02-15 Jens AxboeMutex fixes
2012-02-15 Jens Axboemutex: set and use the proper clock source
2012-02-09 Jens AxboeFixup a few items spotted by a static code checker
2011-05-02 Jens AxboeSwitch mutex to using anonymous mmap
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-08 Bruce CranVarious fixes/updates
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-06-28 Greg Edwardsgracefully handle full /tmp file system
2010-05-12 YAMAMOTO Takashifio netbsd support
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-04 Jens AxboeMove back to realtime clock
2009-10-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-10-07 Roland DreierFix problem with mutexes and MONOTONIC clock
2009-10-06 Jens AxboeFix wrong clock source in mutex
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...
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 AxboeFixup handling of pthread_mutex*() error returns
2008-06-02 Jens Axboemutex: only regard less-than-zero return as error
2008-05-30 Jens AxboeMake it work on opensolaris
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd read-write mutexes
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-04 Zhang, YanminFix bug in fio mutex initialization
2007-03-09 Jens AxboeShrink the semaphores a little
2007-03-08 Jens Axboemutex error handling
2007-03-08 Jens AxboeAdd a real semaphore implemtation