Aaron Carroll (4): Prevent filetype disappearing Don't compile crc32c-intel on non-x86 platforms Add environment-variable substitution to config options Document environment variable expansion Carl Henrik Lunde (1): fio.1: Correct terse (--minimal) output - page faults Daniel Rall (1): Allow fio headers to be included by a C++ build Gurudas Pai (1): eta overflow fix Jens Axboe (38): splice: if splicing fails with EINVAL, it's most likely missing fs support Add option priorities Remember to free **opts as well Older Linux versions do not have O_NOATIME Clear num_opts early Don't include headers in depend target Improve bsrange buflen generations crc32 is uint32_t, not unsigned long Add crc32c checksum Merge branch 'master' of ssh://git.kernel.dk/data/git/fio Add spinlocks Add spinlock wrapper helpers smalloc: convert to spinlocks Convert file hash lock to spinlocks Remove unused define Revert "Remove unused define" Revert "Convert file hash lock to spinlocks" Revert "smalloc: convert to spinlocks" Revert "Add spinlock wrapper helpers" Revert "Add spinlocks" Add uninitialized_var() to silence bogus compiler warnings smalloc: default to 128 pools instead of 4 Detect and complain on smalloc failures Add intel hardware assisted crc32c support Remember to add crc32c_intel option check Add SIGILL signal handler filehash: check for NULL ->file_name in hash lookup Add ramp_time option Fio 1.22-rc1 Update options Update ramp_time Fio 1.22-rc2 HOWTO: add comment on terse and --minimal Fix missing initialization of merge/io counts Update README for new mailing list info Warning fixes Fio 1.22-rc3 Fio 1.22 Shaozhi Shawn Ye (4): smalloc: Remove read/write lock race condition which will result in segmentation fault filesetup: When terse_output is set, The 'laying out' message should not be displayed. filehash: Filehash should be removed after the file is closed eta: fix bugs withe fill_device and exitall_on_terminate Shehjar Tikoo (2): Add support to display slave device stats for software RAIDs. Aggregate slave device stats into the stats for master.