Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
84585003d025a38b91749cb0d68f6b5653d1f1a3
/
fio.c
8458500
[PATCH] Fix a bunch of bugs
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
45bee28
[PATCH] Cleanup the io engine methods
by Jens Axboe
· 18 years ago
e732426
[PATCH] Verify eta time fix
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
aae22ca
[PATCH] email update
by Jens Axboe
· 18 years ago
3052145
[PATCH] Only print eta when we have nr_running > 0
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
9cc935a
[PATCH] Remove last remnants of file extending
by Jens Axboe
· 18 years ago
e4f26f0
[PATCH] Always create full file, don't extend
by Jens Axboe
· 18 years ago
a71e13b
[PATCH] Pass full required size into create_file()
by Jens Axboe
· 18 years ago
c20d25b
[PATCH] Fix non-overwrite bug
by Jens Axboe
· 18 years ago
c6ae0a5
[PATCH] Add option for terse parseable output
by Jens Axboe
· 18 years ago
88c6ed8
[PATCH] Misc: stall progress ouput during file creation, ini_file frees.
by Jens Axboe
· 18 years ago
972cfd2
[PATCH] Add support for giving multiple job files
by Jens Axboe
· 18 years ago
7980911
[PATCH] Documentation updates
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
71a751c
[PATCH] Also print pending string if some threads have yet to run
by Jens Axboe
· 18 years ago
f44c1d4
[PATCH] Improve run_str[] updates and printing
by Jens Axboe
· 18 years ago
5853e5a
[PATCH] Note when thread is fsyncing
by Jens Axboe
· 18 years ago
2c0ecd2
[PATCH] Compile and works on OpenSolaris (tested on BeleniX)
by Jens Axboe
· 18 years ago
e463f17
[PATCH] Let thread exit cleanup the small allocs
by Jens Axboe
· 18 years ago
c1ee2ca
[PATCH] rwmix seed got broken with random abstraction, fixup
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
32cd46a
[PATCH] Get closer to FreeBSD compile
by Jens Axboe
· 18 years ago
22f78b3
[PATCH] Guard ioscheduler= option with FIO_HAVE_IOSCHED_SWITCH
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
592ef98
[PATCH] Juggle some includes, add cscope make target
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
573a0b1
[PATCH] Aggregate bandwidth off-by 1.024
by Jens Axboe
· 18 years ago
4b5bd14
[PATCH] Cleanup allocation frees on exit
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
4f97e00
[PATCH] Fixup merge error
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
200bc85
[PATCH] More 32-bit fixes (unsigned long -> unsigned long long conversions)
by Jens Axboe
· 18 years ago
085227a
[PATCH] Fix random io truncate on 32-bit archs
by Jens Axboe
· 18 years ago
7515484
[PATCH] Introduce an extra runstate for monitoring thread startup
by Jens Axboe
· 18 years ago
d07f439
[PATCH] Fixup stat queue file read
by Jens Axboe
· 18 years ago
fcb6ade
[PATCH] Don't allow mlock of more than real_mem-128MiB
by Jens Axboe
· 18 years ago
4efa970
[PATCH] Use mmap for mlocked memory
by Jens Axboe
· 18 years ago
c04f7ec
[PATCH] Add lockmem=x option to pin memory
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
2f844d3
[PATCH] Only fsync on close if fsync= given
by Jens Axboe
· 19 years ago
3d60d1e
[PATCH] Add support for read/write mixed io
by Jens Axboe
· 19 years ago
8b611c3
[PATCH] ETA fixes
by Jens Axboe
· 19 years ago
e8e387c
[PATCH] Update version string, fix offset bug
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
64cb3e1
[PATCH] sysfs layout fix for md
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
0d98aad
[PATCH] Misc minor fixes
by Jens Axboe
· 19 years ago
20dc95c
[PATCH] Add support for zoned io sections
by Jens Axboe
· 19 years ago
5289b84
[PATCH] Include ETA for job(s) to finish
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