Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
357f618e3905a33fcc47f1f72a4657c5fc68c7d7
357f618
fix hugepage-size type mismatch
by Aaron Carroll
· 17 years ago
a1dedc1
account for delayed jobs when reaping threads
by Aaron Carroll
· 17 years ago
509df2b
Fio 1.19
by Jens Axboe
· 17 years ago
c09823a
Don't always print usage info
by Jens Axboe
· 17 years ago
811a0d0
Mention new --debug=random option in README
by Jens Axboe
· 17 years ago
84422ac
More random fixes
by Jens Axboe
· 17 years ago
c299e03
Fix TO_MAP_BLOCK() taking offset into account twice
by Jens Axboe
· 17 years ago
ad830ed
Add FIO_SIGQUIT engine option
by Jens Axboe
· 17 years ago
7d6a890
Cleanup parse_cmd_line()
by Jens Axboe
· 17 years ago
01f06b6
Add --section command line option
by Jens Axboe
· 17 years ago
536582b
Exit on bad command line options
by Jens Axboe
· 17 years ago
062c602
Add/correct missing command line options in help text
by Jens Axboe
· 17 years ago
19e8257
Fio 1.18.1
by Jens Axboe
· 17 years ago
51b6996
Fix typo in mark_random_map()
by Jens Axboe
· 17 years ago
b9c5b64
Fix random location generation with offset != 0
by Jens Axboe
· 17 years ago
36ecec8
fio: HOWTO update
by Gurudas Pai
· 17 years ago
7971314
Verify doesn't really work on mixed read/write workloads, so warn
by Jens Axboe
· 17 years ago
c475da7
Fix misplaced exit(0) in cpus_allowed setting
by Jens Axboe
· 17 years ago
e05af9e
fio: minor HOWTO fix
by Gurudas Pai
· 17 years ago
9183788
man page update
by Jens Axboe
· 17 years ago
dbe1a01
Fio 1.18
by Jens Axboe
· 17 years ago
4ba6613
Fix offset retrieval problem for read and write having different bs ranges
by Jens Axboe
· 17 years ago
97e8cd4
parser: always set off3/4 even if we have more
by Jens Axboe
· 17 years ago
cc9159c
sync engine: missing fsync check in vsync
by Jens Axboe
· 17 years ago
1d2af02
Add vsync io engine
by Jens Axboe
· 17 years ago
163f849
Improve depth marking
by Jens Axboe
· 17 years ago
e4f54ad
Decrement io_issue count when requeuing an io_u
by Jens Axboe
· 17 years ago
b271fe6
Add debug trace for io_u_queue_complete()
by Jens Axboe
· 17 years ago
1e3c09a
Don't allow FIO_SYNCIO io engine flag to override queue depth
by Jens Axboe
· 17 years ago
2bd3eab
sync engine: cleanup psync/sync seperation
by Jens Axboe
· 17 years ago
47bc8bc
Don't force iodepth == 1 for SYNC io engine
by Jens Axboe
· 17 years ago
108fcc1
Fix bug in fio mutex initialization
by Zhang, Yanmin
· 17 years ago
d4ac64c
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 17 years ago
8172fe9
A few debug debug log fixes
by Jens Axboe
· 17 years ago
79e48f7
Add option for not including the tracing stuff
by Jens Axboe
· 17 years ago
bd6f78b
Add blktrace and verify debug tracing
by Jens Axboe
· 17 years ago
d0656a9
CPU burn engine fix
by Jens Axboe
· 17 years ago
2ba1c29
A bunch of fixes
by Jens Axboe
· 17 years ago
691394d
Typo in 'init' debug option mask
by Jens Axboe
· 17 years ago
ee56ad5
Add --debug for enabling internal dumps on various actions
by Jens Axboe
· 17 years ago
886a2b5
Stop job if it fails to do any IO for a new invocation
by Jens Axboe
· 17 years ago
01680f3
Fio 1.17.3
by Jens Axboe
· 17 years ago
259693e
Merge branch 'master' of ssh://router/data/git/fio
by Jens Axboe
· 17 years ago
d9d91e3
Fix wrong accouning of zone bytes
by Jens Axboe
· 17 years ago
273f8c9
Random IO fixes
by Jens Axboe
· 17 years ago
65bdb10
More file extend fixes
by Jens Axboe
· 17 years ago
587af92
file extent fix
by Gurudas Pai
· 17 years ago
89e820f
Update iodepth_batch documentation
by Jens Axboe
· 17 years ago
a2e6f8a
Make iodepth_batch=1 by default
by Jens Axboe
· 17 years ago
5e00c2c
libio: fix bug in commit hook
by Jens Axboe
· 17 years ago
f51dcaf
surface-scan: make bs 64k again
by Jens Axboe
· 17 years ago
04d04cd
Add sample file for surface scan
by Shawn Lewis
· 17 years ago
e28218f
Revert "Remove verify_pattern option, replace with verify=pattern:x"
by Shawn Lewis
· 17 years ago
fc74ac1
Don't truncate files if we don't need to extend them
by Shawn Lewis
· 17 years ago
aa31f1f
Add fill_device option
by Shawn Lewis
· 17 years ago
8f9cc4a
fio: Fix for new file creation
by Gurudas Pai
· 17 years ago
45378b3
Show fio help page when no arguments are given
by Jens Axboe
· 17 years ago
509eab1
Overflow bugs in random map
by Jens Axboe
· 17 years ago
d090f6f
Add Intel IOMeter file access server example job file
by Jens Axboe
· 17 years ago
564ca97
Add support for 'bssplit' option, fine grained block size contrl
by Jens Axboe
· 17 years ago
757aff4
'1' is minimum value for queue depth, don't allow 0
by Jens Axboe
· 17 years ago
e6026f9
syslet: we have fls(), use it for rounding ring size up
by Jens Axboe
· 17 years ago
a3cc770
unsigned vs signed warnings
by Jens Axboe
· 17 years ago
11a65bf
syslet: can't free the stack
by Jens Axboe
· 17 years ago
1e20499
Change io engine version
by Jens Axboe
· 17 years ago
e7d2e61
->getevents() should take unsigned args
by Jens Axboe
· 17 years ago
4a88edf
syslet: cleanup event reaping
by Jens Axboe
· 17 years ago
db6defc
syslet: add proper read barrier between user_tail and completion read
by Jens Axboe
· 17 years ago
c6effc3
syslet: error handling
by Jens Axboe
· 17 years ago
05f6a17
syslet: make sure ring buffer is a power-of-2
by Jens Axboe
· 17 years ago
e81f734
syslet: memory allocation error handling
by Jens Axboe
· 17 years ago
ad532d7
Add kcompat.h
by Jens Axboe
· 17 years ago
12cbb46
syslet: update to -v7 as posted by Zach
by Jens Axboe
· 17 years ago
056f345
Fix failure in opening files with O_NOATIME
by Aaron Carroll
· 17 years ago
046ee30
Update HOWTO terse description
by Shawn Lewis
· 17 years ago
1092731
fix utime_since overflow
by Shawn Lewis
· 17 years ago
8670579
don't log iopiece when do_verify is off
by Shawn Lewis
· 17 years ago
d9956b6
fio.1: minor fixes
by Aaron Carroll
· 17 years ago
ac68478
Seperate ioprio value from setting
by Jens Axboe
· 17 years ago
64d04e4
Fio 1.17.2
by Jens Axboe
· 17 years ago
4381960
Fix spurious eta output
by Aaron Carroll
· 17 years ago
b4c5e1a
More cpu engine fixes
by Jens Axboe
· 17 years ago
5a32012
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 17 years ago
1f809d1
Fixes for CPU burn engine
by Jens Axboe
· 17 years ago
a31041e
Add pread/pwrite support to sync engine
by gurudas pai
· 17 years ago
59b9ddf
fio: build warning fix on gcc-3.4.6-3
by gurudas pai
· 17 years ago
3a6d267
splice: fix fallback from copy vmsplice to nothing
by Jens Axboe
· 17 years ago
8b85024
splice: fix problem with current mainline kernels
by Jens Axboe
· 17 years ago
ad92396
Set O_NOATIME on open for non-regular files
by Jens Axboe
· 17 years ago
53aec0a
fio HOWTO/man fix
by gurudas pai
· 17 years ago
67f5b27
Get rid of syslet-rw compile warnings on 32-bit
by Jens Axboe
· 17 years ago
ccf8f12
Don't use seeks on stdin for job file parsing
by Jens Axboe
· 17 years ago
5a729cb
Add support for `-' file to read from stdin
by Aaron Carroll
· 17 years ago
1d79a6d
Update syslet-rw to fixed size ABI structures
by Zach Brown
· 17 years ago
b4d8dda
Exec the getpid atom when testing for syslet support
by Zach Brown
· 17 years ago
6a117e0
Initialize the new_thread_stack so syslet support testing has one
by Zach Brown
· 17 years ago
9de6beb
Trivial spelling correction
by Zach Brown
· 17 years ago
36ddbc0
Update syslet system call numbers
by Zach Brown
· 17 years ago
d1429b5
General fio.1 improvements
by Aaron Carroll
· 17 years ago
d60e92d
man 1 fio
by Aaron Carroll
· 17 years ago
Next »