Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
f7fa2653589f9ecf0d3d106286f17620bcf32de0
f7fa265
Get rid of int vs siint difference
by Jens Axboe
· 16 years ago
ef67a8a
Update HOWTO with 0x base for siint
by Jens Axboe
· 16 years ago
b347f9d
Allow 0x (or 0X) prefix for any int value to indicate hex base
by Jens Axboe
· 16 years ago
853ee7f
Fix failure to strip end of line with comment
by Jens Axboe
· 16 years ago
9d7dfda
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 16 years ago
931823c
Update smalloc section in README
by Jens Axboe
· 16 years ago
b36beb6
Use strict matching for --section command line option
by Jens Axboe
· 16 years ago
df9c26b
Avoid opening files until they are used
by Jens Axboe
· 16 years ago
4e6ea2f
Need to clear ->files_size when ->files is cleared
by Jens Axboe
· 16 years ago
b5696bf
More file setting bug fixes
by Jens Axboe
· 16 years ago
8bb7679
Botch edit in files setup
by Jens Axboe
· 16 years ago
dd87b2c
Missing fio.h update
by Jens Axboe
· 16 years ago
fc99bc0
Realloc td->files to full size immediately
by Jens Axboe
· 16 years ago
814452b
Add create_on_open option
by Jens Axboe
· 16 years ago
4bb997c
Fix file open leak
by Jens Axboe
· 16 years ago
87b1067
Fix bug with openfiles
by Jens Axboe
· 16 years ago
683023e
Fix bug in file selection
by Jens Axboe
· 16 years ago
a086c25
Add 'sequential' file_service_type
by Jens Axboe
· 16 years ago
8347239
Allow 'norandommap' with verify
by Jens Axboe
· 16 years ago
112b52d
Fio 1.24
by Jens Axboe
· 16 years ago
7ab077a
Check for a valid block device size
by Jens Axboe
· 16 years ago
664fb3b
net engine: notify receiver of UDP link close
by Jens Axboe
· 16 years ago
e235d5f
Fix broken rate check
by Jens Axboe
· 16 years ago
d5b388a
net engine: termination fixes
by Jens Axboe
· 16 years ago
3565182
net engine: don't pass in flags
by Jens Axboe
· 16 years ago
371d456
net engine: use poll() always for sending/receiving
by Jens Axboe
· 16 years ago
e77c010
Add comment on UDP on examples/netio
by Jens Axboe
· 16 years ago
d65db44
Missing text in iodepth_batch* help entries
by Jens Axboe
· 16 years ago
15d182a
libaio engine: get rid of non-async behaviour with buffered IO
by Jens Axboe
· 16 years ago
3f8fc5a
net engine: accept both upper and lowercase tcp/udp.
by Jens Axboe
· 16 years ago
414c2a3
net engine: add UDP support
by Jens Axboe
· 16 years ago
217bc04
Add platform section to README
by Jens Axboe
· 16 years ago
690dec6
OS includes need errno.h
by Jens Axboe
· 16 years ago
2e3e31e
smalloc: get rid of MP_SAFE define and lock checks
by Jens Axboe
· 16 years ago
f42c153
Some more pthread_* call mishandled errors
by Jens Axboe
· 16 years ago
29adda3
Add --debug=mutex
by Jens Axboe
· 16 years ago
3c2d93e
Make sure os mutex define is visible in mutex.c
by Jens Axboe
· 16 years ago
f356d01
Only use process shared mutexes on support platforms
by Jens Axboe
· 16 years ago
4fa6d0f
Fixup handling of pthread_mutex*() error returns
by Jens Axboe
· 16 years ago
85daf2c
Add fio_cpuset_exit() empty handler for platforms that don't support affinity
by Jens Axboe
· 16 years ago
a6cee43
Include crc32c and crc32c-intel checksums in FreeBSD/Solaris
by Jens Axboe
· 16 years ago
39555d0
Solaris pset fixes
by Jens Axboe
· 16 years ago
4a3c7b9
Solaris compilation fix
by Jens Axboe
· 16 years ago
d2ce18b
CPU set creation and destruction can fail on some platforms
by Jens Axboe
· 16 years ago
6f7024e
Support for CPU binding in Solaris
by Jens Axboe
· 16 years ago
4e78e40
Add a cpuset exit function
by Jens Axboe
· 16 years ago
6d459ee
Prepare for support for CPU binding on other platforms
by Jens Axboe
· 16 years ago
6dd6f2c
__usec_sleep() really just spins, rename it
by Jens Axboe
· 16 years ago
f484470
Long line style fix + comment
by Jens Axboe
· 16 years ago
b03daaf
Don't allow higher CPU counts than what the system has
by Jens Axboe
· 16 years ago
19608d6
Make sure that the given CPU range is within the bounds of the OS
by Jens Axboe
· 16 years ago
be4ecfd
Add gtod_cpu option for pinning gettimeofday() to a single CPU
by Jens Axboe
· 16 years ago
43c129b
Properly strip end-of-option blanks
by Jens Axboe
· 16 years ago
62a7273
Allow ranges of CPUs in cpus_allowed option
by Jens Axboe
· 16 years ago
dbad30b
Fix bogus 'may be used uninitialized' warning from older gcc versions
by Jens Axboe
· 16 years ago
b0ea08c
Add comment on cpumask not working with a CPU count > 32
by Jens Axboe
· 16 years ago
b8a6582
smalloc: pool->file is only used in add_pool(), so make it local
by Jens Axboe
· 16 years ago
443bb11
smalloc: unlink pool file in add_pool()
by Jens Axboe
· 16 years ago
46e9e96
Use frame pointer
by Jens Axboe
· 16 years ago
c12f6da
Make log writing append
by Jens Axboe
· 16 years ago
e3cedca
Add support for giving bw/clat/slat log prefixes
by Jens Axboe
· 16 years ago
8cdabc1
Fix bug in parser that causes a crash with a bad option
by Jens Axboe
· 16 years ago
860a8a6
Fio 1.23
by Jens Axboe
· 16 years ago
5f8f972
Handle ctrl-c properly with threads
by Jens Axboe
· 16 years ago
182ec6e
Fix leaks with using get_opt_postfix()
by Jens Axboe
· 16 years ago
993bf48
Add gtod_reduce option
by Jens Axboe
· 16 years ago
3e48892
Fix backwards clock on tsc source with Linux
by Jens Axboe
· 16 years ago
12d9d84
Issue time fixup for guasi/libaio
by Jens Axboe
· 16 years ago
9520ebb
Add options for disabling slat/clat/bw measurements
by Jens Axboe
· 16 years ago
62977e0
Kill io_u timeout handling
by Jens Axboe
· 16 years ago
d0c1532
Only memcpy last issue time when using iolog replay
by Jens Axboe
· 16 years ago
c3383b9
Fio 1.22
by Jens Axboe
· 16 years ago
0d7e3c9
Fio 1.22-rc3
by Jens Axboe
· 16 years ago
02444ad
Warning fixes
by Jens Axboe
· 16 years ago
3c54bc4
Document environment variable expansion
by Aaron Carroll
· 16 years ago
88b5a39
Add environment-variable substitution to config options
by Aaron Carroll
· 16 years ago
2e8552b
Update README for new mailing list info
by Jens Axboe
· 16 years ago
5e28df3
Fix missing initialization of merge/io counts
by Jens Axboe
· 16 years ago
043b74b
Aggregate slave device stats into the stats for master.
by Shehjar Tikoo
· 16 years ago
6742301
Add support to display slave device stats for software RAIDs.
by Shehjar Tikoo
· 16 years ago
6820cb3
HOWTO: add comment on terse and --minimal
by Jens Axboe
· 16 years ago
59fd3f2
Fio 1.22-rc2
by Jens Axboe
· 16 years ago
419484b
Don't compile crc32c-intel on non-x86 platforms
by Aaron Carroll
· 16 years ago
b29ee5b
Update ramp_time
by Jens Axboe
· 16 years ago
e417fd6
Update options
by Jens Axboe
· 16 years ago
44f0c3f
Fio 1.22-rc1
by Jens Axboe
· 16 years ago
721938a
Add ramp_time option
by Jens Axboe
· 16 years ago
9c5a385
eta: fix bugs withe fill_device and exitall_on_terminate
by Shaozhi Shawn Ye
· 16 years ago
8954110
filehash: check for NULL ->file_name in hash lookup
by Jens Axboe
· 16 years ago
b9fbcf2
filehash: Filehash should be removed after the file is closed
by Shaozhi Shawn Ye
· 16 years ago
a7ba8c5
filesetup: When terse_output is set, The 'laying out' message should not be displayed.
by Shaozhi Shawn Ye
· 16 years ago
d1271dc
smalloc: Remove read/write lock race condition which will result in segmentation fault
by Shaozhi Shawn Ye
· 16 years ago
2b52511
Allow fio headers to be included by a C++ build
by Daniel Rall
· 16 years ago
de79c91
Add SIGILL signal handler
by Jens Axboe
· 16 years ago
af497e6
Remember to add crc32c_intel option check
by Jens Axboe
· 16 years ago
3845591
Add intel hardware assisted crc32c support
by Jens Axboe
· 16 years ago
c48c0be
Detect and complain on smalloc failures
by Jens Axboe
· 16 years ago
6885768
smalloc: default to 128 pools instead of 4
by Jens Axboe
· 16 years ago
bc3456f
Prevent filetype disappearing
by Aaron Carroll
· 16 years ago
f3f552b
Add uninitialized_var() to silence bogus compiler warnings
by Jens Axboe
· 16 years ago
Next »