Jens Axboe (53): Update REPORTING-BUGS backend: only check bytes_done for engines without FIO_NOIO Add LICENSE file specyfing what I expect from people using fio rdma: use private random state rdma: fixup compile issue rdma: cleanup and fixes Add max_latency option smalloc: fix int truncation issue Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio smalloc: move to size_t for allocations Add sample zipf distribution randomizer Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio Add forgotten minmax.h include file Add pareto distribution randomizer zipf: needs inttypes.h Add t/genzipf to play with distribution settings t/genzipf update genzip updates Fix t/ieee754 link Move code around to satisfy t/stest linkage Make the zipf/pareto state per file zipf/pareto: mix blocks with hashing rbtree: add rb_next() genzipf: improve accuracy genzipf: fix off-by-one in output array calculation Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio Makefile: typo Add safe checks for valid pareto input value zipf/pareto: ensure that 0 isn't always the hottest block zipf: cleanup zipf: seed zipf/pareto rand with filename hash and job id Zipf theta must be different than 1.0 zipf: cap range calculation at 10M zipf: kill debug "generating series" messages Use ETIMEDOUT instead of ETIME for exceeding max latency Use more portable construct for setting/checking CC Makefile: 2nd go at making CC assignment/check actually work genzipf: more features zipf: use 64-bit safe hash for zipf/pareto genzipf: add size and percentage hit rates JSON: fix escape of '"' and '\' characters genzipf: use regular array + qsort() instead of rbtree json: fix off-by-one in memory alloc e4defrag: fix always true comparison Fix wrong return type on td_error_type() Get rid of uninitialized_var() client/server: fixup "All clients" reporting server: properly reset stat_number in fio_reset_state() Get rid of -fno-omit-frame-pointer genzipf: add help/usage screen (-h) Disable random map automatically if a non-uniform random distribution is given Document random distribution Fio 2.0.11 Vincent Kang Fu (1): t/genzfip: add -c option for csv output Yufei Ren (5): cpuio engine cpuload bug fix thread cpu resource statistics bug fix Fine-grained job level numa control Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD rdma ioengine improvement