Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
ce952ab65a46f728ffada9613bb50ace7aeaa7c8
« Previous
b20b6be
Ensure we quit on SIGTERM
by Jens Axboe
· 14 years ago
e7d8417
Constify l_opts strings
by Jens Axboe
· 14 years ago
1294c3e
Fix signed int/long truncation on 32-bit architectures
by Jens Axboe
· 14 years ago
f2e7147
Fio 1.53
by Jens Axboe
· 14 years ago
e42b01e
Revert "parser: get rid of useless is_time variable"
by Jens Axboe
· 14 years ago
deaa1af
Exit with error on signal
by Jens Axboe
· 14 years ago
84dd188
sscanf fixup
by Bruce Cran
· 14 years ago
1a958f0
windowsaio: skip uncompleted requests
by Bruce Cran
· 14 years ago
ea4500d
Windows fixes
by Bruce Cran
· 14 years ago
ac18ea3
Convert left-over manual ->runstate setting to td_set_runstate()
by Jens Axboe
· 14 years ago
b841ac8
Bump max job count to 2048
by Jens Axboe
· 14 years ago
b6f6abc
Switch mutex to using anonymous mmap
by Jens Axboe
· 14 years ago
449767e
Fio 1.52
by Jens Axboe
· 14 years ago
513ba3f
Add space between -m and 755 for install
by Jens Axboe
· 14 years ago
33c142b
Remove solaris posix_memalign() helper
by Jens Axboe
· 14 years ago
91aea6e
Add simple aligned alloc helper
by Jens Axboe
· 14 years ago
7e8ad19
os-mac.h: implement fio_set_odirect()
by Steven Noonan
· 14 years ago
c64646f
os-mac.h: implement blockdev_size()
by Steven Noonan
· 14 years ago
4c07ad8
Switch all random generators to be decided by use_os_rand
by Jens Axboe
· 14 years ago
d1cea52
Switch the latter part of the offset generation to __rand() too
by Jens Axboe
· 14 years ago
2615cc4
Switch to using our internal Tausworthe based random generator for offsets
by Jens Axboe
· 14 years ago
55ed963
Fix parser bug dealing with range options and postfix
by Jens Axboe
· 14 years ago
b590a73
Get rid of mixed rw and verify warning
by Jens Axboe
· 14 years ago
1a1137d
parser: get rid of useless is_time variable
by Jens Axboe
· 14 years ago
0f805c0
Fix unsigned integer overflow in IO buffer allocator
by Jens Axboe
· 14 years ago
01155a9
Fio 1.51
by Jens Axboe
· 14 years ago
e52947d
Fix linking of fio executable
by Diego Elio Pettenò
· 14 years ago
ad0a273
Add support for giving multiple --section options
by Jens Axboe
· 14 years ago
5b9a7f2
Windows: add missing files needed for msi build
by Bruce Cran
· 14 years ago
d015e39
Reinstate unified Makefile
by Bruce Cran
· 14 years ago
7af89a1
Fio 1.50.2
by Jens Axboe
· 14 years ago
0ce8b11
Fix end-of-job slowdown for random IO with a random map
by Jens Axboe
· 14 years ago
0a56089
Kill flist_sort from Makefiles
by Jens Axboe
· 14 years ago
0e655dd
Revert "Unify makefiles"
by Jens Axboe
· 14 years ago
3f77f72
solaris: OpenSolaris already has the madvise advice defined
by Jens Axboe
· 14 years ago
e18941a
Fio 1.50.1
by Jens Axboe
· 14 years ago
937222f
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 14 years ago
08987f0
solaris: char dev size fixes
by Jens Axboe
· 14 years ago
3342a4c
Fio 1.50
by Jens Axboe
· 14 years ago
ca740f4
Move version logging
by Jens Axboe
· 14 years ago
6035e7d
Remove flist_sort(), it's no longer used
by Jens Axboe
· 14 years ago
7d130d8
Unify makefiles
by Bruce Cran
· 14 years ago
913ea0d
mmap: catch invalid msync() errors early
by Jens Axboe
· 14 years ago
7c97389
Ensure that we exit with non-zero status on IO engine load failure
by Jens Axboe
· 14 years ago
b8d42b2
Fio 1.50-rc4
by Jens Axboe
· 14 years ago
74586c1
Add fill_fs alias for fill_device
by Jens Axboe
· 14 years ago
4f12432
Expand on fill_device option since it apparently causes confusion
by Jens Axboe
· 14 years ago
2b13e71
Get rid of shadow declarations
by Jens Axboe
· 14 years ago
58483fa
Define OS preferred IO engine
by Jens Axboe
· 14 years ago
3be8007
Fix merge error hiding mmap ioengine under Windows build
by Jens Axboe
· 14 years ago
034ca7e
Remove version number from Windows MSI file
by Bruce Cran
· 14 years ago
1cfd036
Re-tab some parts of README
by Bruce Cran
· 14 years ago
53adf64
Add instructions for building and running the Windows version of fio to README
by Bruce Cran
· 14 years ago
ff21745
Remember to initialize return value in fixup_options()
by Jens Axboe
· 14 years ago
996936f
Multiple jobs and verify will not fail if do_verify=0
by Jens Axboe
· 14 years ago
4c6107f
Ensure that short command line options work
by Jens Axboe
· 14 years ago
a629443
Correct check to o->numjobs > 1 for verify warning
by Jens Axboe
· 14 years ago
a9523c6
Add --warnings-fatal/-w option
by Jens Axboe
· 14 years ago
e84b371
Clean io_u->buf_filled_len in io_u_fill_buffer()
by Jens Axboe
· 14 years ago
92bf48d
Streamline pattern/meta verifies instead of special casing them
by Jens Axboe
· 14 years ago
964f5b9
Fio 1.50-rc3
by Jens Axboe
· 14 years ago
c7e6ae4
Cleanup some verify bits
by Jens Axboe
· 14 years ago
e61f1ec
Print error if max number of jobs is exceeded
by Bruce Cran
· 14 years ago
69204d6
Eta/disk thread uses more than the minimum stack
by Jens Axboe
· 14 years ago
efda12b
Comment out ->buf_filled_len in pattern fill
by Jens Axboe
· 14 years ago
9a793c2
Fix race in exit of eta/util thread
by Jens Axboe
· 14 years ago
cfbcd0d
Make sure that pattern verifies also dump contents
by Jens Axboe
· 14 years ago
7985701
Change disk util / eta method from signal to thread
by Jens Axboe
· 14 years ago
79402a1
We need libgen.h for basename()
by Jens Axboe
· 14 years ago
6f260b3
Correct basename usage for verify dump
by Jens Axboe
· 14 years ago
2f2e98e
Fio 1.50-rc2
by Jens Axboe
· 14 years ago
bce964a
Don't double print version when invoked with --version
by Jens Axboe
· 14 years ago
b463e93
Add verify_dump option to control whether to dump bad/good blocks or not
by Jens Axboe
· 14 years ago
4aae38a
Ensure that random_seed is also added to dummy io_buf for dumping
by Jens Axboe
· 14 years ago
c50ca7b
Pretty up the good/bad block verify dumping
by Jens Axboe
· 14 years ago
7d9fb45
When verify fails, dump the good/bad blocks to files
by Jens Axboe
· 14 years ago
3f46e64
Update Windows version
by Jens Axboe
· 14 years ago
7ed4d7a
Merge branch 'winfio'
by Jens Axboe
· 14 years ago
63a5826
Merge branch 'master' of ssh://router/data/git/fio
by Jens Axboe
· 14 years ago
c581b16
Fio 1.50-rc1
by Jens Axboe
· 14 years ago
d9a7ba8
Merge branch 'winfio'
by Jens Axboe
· 14 years ago
8bad3c5
Remove left-over files
by Jens Axboe
· 14 years ago
c2019d3
Windows updates
by Bruce Cran
· 14 years ago
dfc6e75
setgid first, setuid second
by Stefan Hajnoczi
· 14 years ago
5b42a48
Document that write_iolog is unsafe for concurrent jobs
by Stefan Hajnoczi
· 14 years ago
9b83656
Various fixes/updates
by Bruce Cran
· 14 years ago
b921e2e
Close iolog file if reading version string fails
by Stefan Hajnoczi
· 14 years ago
e4db9fe
Fio Windows update
by Bruce Cran
· 14 years ago
e2e5888
OS headers need fio_file definition now
by Jens Axboe
· 14 years ago
ecc314b
FIO Windows update
by Bruce Cran
· 14 years ago
03e20d6
First snapshot of FIO for Windows
by Bruce Cran
· 14 years ago
2d7760d
Include fio version in normal output
by Jens Axboe
· 14 years ago
c94bbe5
Use -pthread instead of -lpthread on FreeBSD
by Bruce Cran
· 14 years ago
59e733f
Get rid of other-OS headers in .depend
by Bruce Cran
· 14 years ago
ebdadcb
Fio 1.44.3
by Jens Axboe
· 14 years ago
0f2152c
FreeBSD build broken due to missing -lrt
by Bruce Cran
· 14 years ago
cda99fa
fix ramp_in
by Signed-off-by Steven Pratt
· 14 years ago
ee72ca0
Sync HOWTO iodepth option with man page
by Jens Axboe
· 14 years ago
8489dae
fio.1: Add ioengines heads up to the iodepth section
by Sebastian Kayser
· 14 years ago
47f6bde
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 14 years ago
Next »