Merge branch 'atomics' of https://github.com/bvanassche/fio
authorJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 02:48:05 +0000 (20:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 02:48:05 +0000 (20:48 -0600)
commit653241de1eb5b9abe21cb6feb036df202d388c68
treeb8f7fca0d2de3895e9a7eea908520eab62bfeee5
parent1a953d975847e248be1718105621796bf9481878
parent817a1d8301824effbf9ea3352e6e722a3515473c
Merge branch 'atomics' of https://github.com/bvanassche/fio

* 'atomics' of https://github.com/bvanassche/fio:
  Optimize fio_gettime_offload()
  Optimize the seqlock implementation
  Add a test that sets gtod_cpu=1
  t/run-fio-tests.py: Increase IOPS tolerance further
  fio: Use atomic_load_acquire() and atomic_store_release() where appropriate
  engines/io_uring: Use atomic_{load_acquire,store_release}()
  engines/libaio: Use atomic_store_release() instead of read_barrier()
  arch/arch.h: Introduce atomic_{load_acquire,store_release}()
  fio_sem: Remove a read_barrier() call
  Make __rand_0_1() compatible with clang
  configure: Use -Wimplicit-fallthrough=2 instead of -Wimplicit-fallthrough=3