1. ef3c94b Rename time.h for third-party include of fio.h by Daniel Gollub · 10 years ago
  2. 7224205 mutex: add open init function and down_trylock() variant by Jens Axboe · 10 years ago
  3. 09f17d6 Workaround pthreads-win32 pthread_rwlock_init limitation. by Bruce Cran · 11 years ago
  4. cdb57fe Fix rwlock error messages to specify the correct function names. by Bruce Cran · 11 years ago
  5. 33980f5 mutex: set pshared attributes on rw semaphore by Shaohua Li · 11 years ago
  6. 8f801ad mutex: fix the expression for checking the mutext magic by Jianpeng Ma · 11 years ago
  7. 8b4e954 mutex: add magic checks by Jens Axboe · 11 years ago
  8. d7df1d1 Rework lockfile= file lock handling by Jens Axboe · 11 years ago
  9. b11e4cc mutex: don't attempt to use CLOCK_MONOTONIC by Jens Axboe · 12 years ago
  10. 23a2a8e mutex: guard pthread_condattr_setclock() by defined "have ifdef" by Jens Axboe · 12 years ago
  11. b4c1fb3 mutex: more clock fixes by Jens Axboe · 12 years ago
  12. ef63505 Mutex timeout work-around by Jens Axboe · 12 years ago
  13. 58a157d Mutex fixes by Jens Axboe · 12 years ago
  14. ceab2ea mutex: set and use the proper clock source by Jens Axboe · 12 years ago
  15. e721c57 Fixup a few items spotted by a static code checker by Jens Axboe · 12 years ago
  16. b6f6abc Switch mutex to using anonymous mmap by Jens Axboe · 13 years ago
  17. 9b83656 Various fixes/updates by Bruce Cran · 13 years ago
  18. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 13 years ago
  19. 3a8600b gracefully handle full /tmp file system by Greg Edwards · 14 years ago
  20. 7452440 fio netbsd support by YAMAMOTO Takashi · 14 years ago
  21. 3b2e146 Fix some issues with the OSX port by Jens Axboe · 14 years ago
  22. d481e00 Move back to realtime clock by Jens Axboe · 14 years ago
  23. 9c965f3 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  24. 666bf12 Fix problem with mutexes and MONOTONIC clock by Roland Dreier · 15 years ago
  25. 69a852f Fix wrong clock source in mutex by Jens Axboe · 15 years ago
  26. 656b139 Add code to detect a task that exited prior to up'ing the startup mutex by Jens Axboe · 15 years ago
  27. 3c2d93e Make sure os mutex define is visible in mutex.c by Jens Axboe · 15 years ago
  28. f356d01 Only use process shared mutexes on support platforms by Jens Axboe · 15 years ago
  29. 4fa6d0f Fixup handling of pthread_mutex*() error returns by Jens Axboe · 15 years ago
  30. 42124d3 mutex: only regard less-than-zero return as error by Jens Axboe · 16 years ago
  31. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  32. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  33. 64d4d31 Add read-write mutexes by Jens Axboe · 16 years ago
  34. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 16 years ago
  35. 108fcc1 Fix bug in fio mutex initialization by Zhang, Yanmin · 16 years ago
  36. f7c9e00 Shrink the semaphores a little by Jens Axboe · 17 years ago
  37. e53bd0b mutex error handling by Jens Axboe · 17 years ago
  38. 07739b5 Add a real semaphore implemtation by Jens Axboe · 17 years ago