Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
0be06ea2c87ecf1751a01ed528a2d3170bdca543
0be06ea
Accept -foo as well as --foo for options
by Jens Axboe
· 18 years ago
0e9f7fa
Improve friendliness of --cmdhelp
by Jens Axboe
· 18 years ago
320beef
Don't require 'all' argument to --cmdhelp to dump all options
by Jens Axboe
· 18 years ago
5af1c6f
Document file_service_type option
by Jens Axboe
· 18 years ago
7c83c08
Fix for file_service_type=random
by Jens Axboe
· 18 years ago
bdb4e2e
Better management of open files
by Jens Axboe
· 18 years ago
9bf2061
Excessive passing around of struct fio_file
by Jens Axboe
· 18 years ago
138502a
Only check FIO_DISKLESSIO in stat.c
by Jens Axboe
· 18 years ago
a9defc9
[PATCH] ioengine flags: Replace FIO_NETIO with real flags that map the behavior
by Joel Becker
· 18 years ago
9728ce3
[PATCH] init.c: Expose f_out and f_err to loaded libraries via dlsym()
by Joel Becker
· 18 years ago
ad231bc
[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
by Joel Becker
· 18 years ago
780bf1a
Don't do rate checks, if no ratemin has been specified.
by Jens Axboe
· 18 years ago
8a7bd87
Document loading external io engines
by Jens Axboe
· 18 years ago
7b395ca
Prefix external io engine loading with 'external'
by Joel Becker
· 18 years ago
71dc58b
Fix parser bug
by Joel Becker
· 18 years ago
bc5b77a
Duplicate name checks in ioengines.c
by Jens Axboe
· 18 years ago
1ff2a7e
syslet: x86_64 support
by Jens Axboe
· 18 years ago
bcd83c1
Style fixup
by Jens Axboe
· 18 years ago
4667c19
Move syslet check into the arch header, where it belongs
by Jens Axboe
· 18 years ago
e77fe33
Fio version 1.12
by Jens Axboe
· 18 years ago
9467b77
Temporary iodepth_low work-around for syslets
by Jens Axboe
· 18 years ago
a0a930e
syslet engine: submission latency numbers
by Jens Axboe
· 18 years ago
eb7c8ae
Move the iodepth_batch into td_io_queue() instead
by Jens Axboe
· 18 years ago
ec1aee0
Extend option name from 16 to 20 bytes
by Jens Axboe
· 18 years ago
c6441dc
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 18 years ago
cb5ab51
Add iodepth_batch setting
by Jens Axboe
· 18 years ago
c084f46
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 18 years ago
c01c039
Do proper wait for pending IO on clean exit
by Jens Axboe
· 18 years ago
ad2da60
No need to do fadvise() on O_DIRECT/raw IO
by Jens Axboe
· 18 years ago
c0a6b0d
Speedup init_disk_util() when dealing with many jobs
by Jens Axboe
· 18 years ago
5b38ee8
syslet engine: smart batching
by Jens Axboe
· 18 years ago
face81b
Move ->commit() call to td_io_getevents()
by Jens Axboe
· 18 years ago
7756b0d
syslet v4 support
by Jens Axboe
· 18 years ago
4d2e0f4
Requeue io_u flags fix
by Jens Axboe
· 18 years ago
9ff9de6
First cut at doing sequences of atoms in one commit
by Jens Axboe
· 18 years ago
d7762cf
Move completion handler into the io_u
by Jens Axboe
· 18 years ago
10cad1a
Don't include engines we don't have
by Jens Axboe
· 18 years ago
78217df
IO engine callback need not dump possible values
by Jens Axboe
· 18 years ago
0904200
Rate must always calculate bytes done
by Jens Axboe
· 18 years ago
c3852ae
Improve rate usec calculation
by Jens Axboe
· 18 years ago
b1ec1da
Move handling of possible values into the option parser
by Jens Axboe
· 18 years ago
413dd45
Streamline thread_data data direction setting and checking
by Jens Axboe
· 18 years ago
0aabe16
Add option to select how to service multiple files
by Jens Axboe
· 18 years ago
5945b9b
Dump io_u on timeout
by Jens Axboe
· 18 years ago
9d80e11
Correct spelling error
by Jens Axboe
· 18 years ago
e1161c3
Add more context to the error messages
by Jens Axboe
· 18 years ago
94cd00d
List syslet-rw as a supported option in the ioengine help dump
by Jens Axboe
· 18 years ago
1df341f
syslet: syscall still needs void * cast
by Jens Axboe
· 18 years ago
fa01d13
Don't check st_size for special files
by Jens Axboe
· 18 years ago
faf5c88
syslet: typo
by Jens Axboe
· 18 years ago
3707f45
Further improve thread handling
by Jens Axboe
· 18 years ago
19a98c4
Fix crash on thread exit
by Jens Axboe
· 18 years ago
50070b5
Thread waitpid() error check
by Jens Axboe
· 18 years ago
a2f77c9
Improve thread reap handling
by Jens Axboe
· 18 years ago
55bc972
Disable timeout handling for now
by Jens Axboe
· 18 years ago
e9310e0
Include engines in dependency check
by Jens Axboe
· 18 years ago
433afcb
io_u timeout handling
by Jens Axboe
· 18 years ago
0c6e751
Track io_u state (free or in-flight)
by Jens Axboe
· 18 years ago
145dad6
No need to cast async_exec() syscall to void * anymore
by Jens Axboe
· 18 years ago
e49499f
syslet engine: style fix and ->queue() error return value fix
by Jens Axboe
· 18 years ago
bf0dc8f
by Ingo Molnar
· 18 years ago
069c291
Still need to put io_u on early exit
by Jens Axboe
· 18 years ago
49db69a
Correct io_u_*_complete() return checking
by Jens Axboe
· 18 years ago
19abcd3
Don't overwrite error
by Jens Axboe
· 18 years ago
f692a76
Fix double io_u free on error in do_verify()
by Jens Axboe
· 18 years ago
43d7680
64-bit compile warnings
by Jens Axboe
· 18 years ago
8abdce6
Change IO latency histogram to be in power-of-10
by Jens Axboe
· 18 years ago
e4dd8a0
Makefile: libdir is not used anymore
by Jens Axboe
· 18 years ago
72cb971
More __must_check annotations
by Jens Axboe
· 18 years ago
b2fdda4
Static error value checking
by Jens Axboe
· 18 years ago
948f9b2
mmap IO engine cannot extend a file
by Jens Axboe
· 18 years ago
6c23570
Leftover debug message
by Jens Axboe
· 18 years ago
e916b39
Add low water mark for queuing depth
by Jens Axboe
· 18 years ago
079ad09
First step for group reporting
by Jens Axboe
· 18 years ago
5aeb77d
Fix sync engine completion latency
by Jens Axboe
· 18 years ago
e7e6cfb
Update io_u.c comments
by Jens Axboe
· 18 years ago
7e77dd0
Improve submission latency calculation
by Jens Axboe
· 18 years ago
00de55e
Use 0 timeout for command completion peek
by Jens Axboe
· 18 years ago
65db085
Update documentation wrt comment
by Jens Axboe
· 18 years ago
5cc2da3
fio: allow '#' comments
by Ingo Molnar
· 18 years ago
ad18c1e
fio: syslet.h build fix
by Ingo Molnar
· 18 years ago
77f392b
Be safe and re-prep requeue io_u's
by Jens Axboe
· 18 years ago
c1324df
Missing clear of some IO state
by Jens Axboe
· 18 years ago
6bb1c84
Clean core files on make clean
by Jens Axboe
· 18 years ago
afab5e4
Fix busy looping for io_u_queued_complete()
by Jens Axboe
· 18 years ago
d2d7fa5
Verify requeue handling
by Jens Axboe
· 18 years ago
3d7c391
Retrieve next file to service in get_io_u()
by Jens Axboe
· 18 years ago
755200a
Add support for queuing > 1 command at the time
by Jens Axboe
· 18 years ago
9978463
Differentiate between bool error return and real error value
by Jens Axboe
· 18 years ago
9760102
Cleanup end IO handling
by Jens Axboe
· 18 years ago
22819ec
Unify and fixup error handling
by Jens Axboe
· 18 years ago
3af6ef3
Fully parallellize io_u verification
by Jens Axboe
· 18 years ago
36167d8
Change IO engine queuing
by Jens Axboe
· 18 years ago
48097d5
[PATCH] Add thinktime_spin parameter
by Jens Axboe
· 18 years ago
73170f1
[PATCH] Don't check status if ret < 0
by Jens Axboe
· 18 years ago
fab6aa7
[PATCH] Catch processes/threads that unexpectedly exited
by Jens Axboe
· 18 years ago
a641814
[PATCH] Further improve child exit reaping
by Jens Axboe
· 18 years ago
e26f8f7
[PATCH] file descriptor is int
by Jens Axboe
· 18 years ago
ec11830
[PATCH] IO completion time histograms
by Jens Axboe
· 18 years ago
2f073b0
[PATCH] Fix random seed for numjobs > 1
by Jens Axboe
· 18 years ago
Next »