Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
cb5ab5121ac4fa62e0ca2612b359f19bfdd30f29
/
fio.h
cb5ab51
Add iodepth_batch setting
by Jens Axboe
· 18 years ago
5b38ee8
syslet engine: smart batching
by Jens Axboe
· 18 years ago
d7762cf
Move completion handler into the io_u
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
e1161c3
Add more context to the error messages
by Jens Axboe
· 18 years ago
a2f77c9
Improve thread reap handling
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
19abcd3
Don't overwrite error
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
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
7e77dd0
Improve submission latency calculation
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
9760102
Cleanup end IO 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
e26f8f7
[PATCH] file descriptor is int
by Jens Axboe
· 18 years ago
ec11830
[PATCH] IO completion time histograms
by Jens Axboe
· 18 years ago
b6959b5
[PATCH] Make fio compile on non-x86 again
by Jens Axboe
· 18 years ago
a2e1b08
[PATCH] syslet engine: use pread instead lseek+read
by Jens Axboe
· 18 years ago
a4f4fdd
[PATCH] First cut syslet async io support
by Jens Axboe
· 18 years ago
340fd24
[PATCH] Make fio_assert() core dump the job
by Jens Axboe
· 18 years ago
437c9b7
[PATCH] Make the exit value meaningfull
by Jens Axboe
· 18 years ago
0032bf9
[PATCH] Add fio_assert()
by Jens Axboe
· 18 years ago
1c9e06e
[PATCH] Document/comment fio.h
by Jens Axboe
· 18 years ago
c685b5b
[PATCH] More random map fixes
by Jens Axboe
· 18 years ago
4d9345a
[PATCH] Don't create files for engines that don't need them
by Jens Axboe
· 18 years ago
cec6b55
[PATCH] Support residual io counts from io engines
by Jens Axboe
· 18 years ago
ed92ac0
[PATCH] Simple support for networked IO
by Jens Axboe
· 18 years ago
61697c3
[PATCH] Add 'description' option
by Jens Axboe
· 18 years ago
bb3884d
[PATCH] Add support for writing aggregate bandwidth log
by Jens Axboe
· 18 years ago
71619dc
[PATCH] Include io depth distribution statistics
by Jens Axboe
· 18 years ago
6870408
[PATCH] Implement a better mean and standard deviation calculation
by Jens Axboe
· 18 years ago
9c1f743
[PATCH] Add thinktime_blocks
by Jens Axboe
· 18 years ago
ef9c5c4
[PATCH] Fix deviation overflow
by Jens Axboe
· 18 years ago
313cb20
[PATCH] Allow mem=mmap to also use a file backing
by Jens Axboe
· 18 years ago
56bb17f
[PATCH] Add hugepage-size option
by Jens Axboe
· 18 years ago
d0bdaf4
[PATCH] Support for mmap of hugetlb files as memory backing
by Jens Axboe
· 18 years ago
74b025b
[PATCH] Support for hugetlb backed shared memory
by Jens Axboe
· 18 years ago
9b031dc
[PATCH] Only unlink for created files
by Jens Axboe
· 18 years ago
1e97cce
[PATCH] Fix warnings from icc
by Jens Axboe
· 18 years ago
6900899
[PATCH] Improve time accounting for a job
by Jens Axboe
· 18 years ago
02bcaa8
[PATCH] Time and seek optimizations
by Jens Axboe
· 18 years ago
c11883f
[PATCH] Get rid of FIO_INST_PREFIX
by Jens Axboe
· 18 years ago
21972cd
[PATCH] Always open the files from the job itself
by Jens Axboe
· 18 years ago
5f35095
[PATCH] Link in known io engines
by Jens Axboe
· 18 years ago
98aa62d
[PATCH] Remove rate_quit remnants
by Jens Axboe
· 18 years ago
3c9b60c
[PATCH] Warn on writable strings
by Jens Axboe
· 18 years ago
c7b0818
Merge branch 'master' of ssh://router/data/git/fio
by Jens Axboe
· 18 years ago
34cfcda
[PATCH] Make fio build again on "crippled" platforms
by Jens Axboe
· 18 years ago
6043c57
[PATCH] Add in-progress io rate
by Jens Axboe
· 18 years ago
a00735e
[PATCH] Add seperate read/write block size options
by Jens Axboe
· 18 years ago
6b9cea2
[PATCH] Randomly fill output buffers
by Jens Axboe
· 18 years ago
690adba
[PATCH] Add 'bs_unaligned' option
by Jens Axboe
· 18 years ago
bb8895e
[PATCH] Add 'norandommap' option
by Jens Axboe
· 18 years ago
9158d2f
[PATCH] Options must be integer
by Jens Axboe
· 18 years ago
b469282
[PATCH] Add full command line parameter support
by Jens Axboe
· 18 years ago
076efc7
[PATCH] Improve io logging
by Jens Axboe
· 18 years ago
e1f3650
[PATCH] Abstract option handling
by Jens Axboe
· 18 years ago
87dc1ab
[PATCH] Implement file syncing as data direction
by Jens Axboe
· 18 years ago
dfd7bc2
[PATCH] Shrink io_u a little
by Jens Axboe
· 18 years ago
d55954f
[PATCH] f->fileno is not used
by Jens Axboe
· 18 years ago
13f8e2d
[PATCH] Add option to specify the exact file used
by Jens Axboe
· 18 years ago
8c16d84
[PATCH] Sanity check ops on loaded io engine
by Jens Axboe
· 18 years ago
10ba535
[PATCH] Split the io_u io handling out of fio.c
by Jens Axboe
· 18 years ago
2f9ade3
[PATCH] Split out the memory handling from fio.c
by Jens Axboe
· 18 years ago
ec94ec5
[PATCH] Add bw/lat log as job options
by Jens Axboe
· 18 years ago
34572e2
[PATCH] Add for_each_td()
by Jens Axboe
· 18 years ago
25205e9
[PATCH] File creation and info fixes
by Jens Axboe
· 18 years ago
7313b48
Merge branch 'master' of ssh://router/data/git/fio
by Jens Axboe
· 18 years ago
0ab8db8
[PATCH] Make fio -W clean again
by Jens Axboe
· 18 years ago
e5b401d
[PATCH] Sync and invalidate cache prior to running verify
by Jens Axboe
· 18 years ago
a9619d4
[PATCH] More verify code move
by Jens Axboe
· 18 years ago
e29d1b7
[PATCH] Split out the verify io parts
by Jens Axboe
· 18 years ago
263e529
[PATCH] Split status/eta code out of fio.c
by Jens Axboe
· 18 years ago
f6cbb26
[PATCH] Add support for unlinking io files
by Jens Axboe
· 18 years ago
b2a1519
[PATCH Various fixes
by Jens Axboe
· 18 years ago
53cdc68
[PATCH] First cut at supporting > 1 file per job
by Jens Axboe
· 18 years ago
ea2877a
[PATCH] Allow io engine to do the file setup
by Jens Axboe
· 18 years ago
c1d5725
[PATCH] Don't hardcode ioengine path
by Jens Axboe
· 18 years ago
2866c82
[PATCH] Separate io engines into separate loadable objects
by Jens Axboe
· 18 years ago
b990b5c
[PATCH] Basic support for a cpu cycle eater job
by Jens Axboe
· 18 years ago
1056eaa
[PATCH] Fixup nice() return value and duplicate volatiles
by Jens Axboe
· 18 years ago
906c8d7
[PATCH] Various little fixes and lots of commenting
by Jens Axboe
· 18 years ago
c6ae0a5
[PATCH] Add option for terse parseable output
by Jens Axboe
· 18 years ago
9ebc27e
[PATCH] Remove the old job command line options
by Jens Axboe
· 18 years ago
f948191
[PATCH] Make it easier to match up filename and job number
by Jens Axboe
· 18 years ago
3b70d7e
[PATCH] When logging to a file, stderr should go both to stderr and file
by Jens Axboe
· 18 years ago
eb8bbf4
[PATCH] Enable output logging to file instead of stdout
by Jens Axboe
· 18 years ago
f44c1d4
[PATCH] Improve run_str[] updates and printing
by Jens Axboe
· 18 years ago
6d6f031
[PATCH] fio.h is missing unistd.h include
by Jens Axboe
· 18 years ago
e9c047a
[PATCH] Cleanups and 'td' size reduction
by Jens Axboe
· 18 years ago
bbfd6b0
[PATCH] Easy process shared semaphores
by Jens Axboe
· 18 years ago
6dfd46b
[PATCH] OS abstract out the random seed and value retrieval
by Jens Axboe
· 18 years ago
Next »