Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
076efc7c60c351df783960a646e7fe8fba29dc19
/
fio.h
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
8914a9d
[PATCH] More function moving
by Jens Axboe
· 18 years ago
0145205
[PATCH] Add name=x option to name jobs
by Jens Axboe
· 18 years ago
6796209
[PATCH] Shorten the file names, stupid to prefix everything with fio-
by Jens Axboe
· 18 years ago
3c39a37
[PATCH] Split up fio.c into log/stat/time parts
by Jens Axboe
· 18 years ago
e9b2a3f
[PATCH] Change logging unit from MiB to KiB
by Jens Axboe
· 18 years ago
da86774
[PATCH] Add ioscheduler=x option to allow setting io scheduler
by Jens Axboe
· 18 years ago
4e0ba8a
[PATCH] Add exec_prerun/exec_postrun options
by Jens Axboe
· 18 years ago
ef899b6
[PATCH] Dynamically allocate the big filename entries in td
by Jens Axboe
· 18 years ago
a12fc02
Merge branch 'master' of ssh://router/data/git/fio
by Jens Axboe
· 18 years ago
b6f4d88
[PATCH] Add support for specifying job nice value with nice=x
by Jens Axboe
· 18 years ago
a6ccc7b
[PATCH] Add support for specifying read/write mix workloads better
by Jens Axboe
· 18 years ago
843a741
[PATCH] Add write_iolog support
by Jens Axboe
· 18 years ago
fc1a471
[PATCH] Add end_fsync option
by Jens Axboe
· 18 years ago
8756e4d
[PATCH] Support for splice IO engine
by Jens Axboe
· 18 years ago
aea47d4
[PATCH] Support for specifying exact io pattern
by Jens Axboe
· 18 years ago
3d60d1e
[PATCH] Add support for read/write mixed io
by Jens Axboe
· 18 years ago
eba09dd
[PATCH] Allow proper sharing of files
by Jens Axboe
· 19 years ago
6a0106a
[PATCH] Fix ETA display
by Jens Axboe
· 19 years ago
b1ff340
[PATCH] Support for multiple queued commands with read/write SG v3 io
by Jens Axboe
· 19 years ago
0af7b54
[PATCH] Add support for the read/write interface of SG v3
by Jens Axboe
· 19 years ago
838a3cd
[PATCH] Fix offset/size setting problem
by Jens Axboe
· 19 years ago
9104f87
[PATCH] 32-bit fixes
by Jens Axboe
· 19 years ago
20dc95c
[PATCH] Add support for zoned io sections
by Jens Axboe
· 19 years ago
77cf845
[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep
by Jens Axboe
· 19 years ago
ebac465
Move fio to seperate repo
by Jens Axboe
· 19 years ago