Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
9fd189697dbf9fb7878093be5e41f25b7f932c2d
/
log.c
306ddc9
Include transfer size in the clat/slat measurements
by Jens Axboe
· 15 years ago
eccffc9
Remove debug printf()
by Jens Axboe
· 16 years ago
77787c8
Allow IO logging even for diskless engines
by Jens Axboe
· 16 years ago
8347239
Allow 'norandommap' with verify
by Jens Axboe
· 16 years ago
c12f6da
Make log writing append
by Jens Axboe
· 16 years ago
e3cedca
Add support for giving bw/clat/slat log prefixes
by Jens Axboe
· 16 years ago
01743ee
Rename list_* function and file to flist_ to avoid conflict with FreeBSD
by Jens Axboe
· 16 years ago
5921e80
Make it work on opensolaris
by Jens Axboe
· 16 years ago
393ca7e
Fix crash with iolog
by Jens Axboe
· 17 years ago
748b23a
Put the logs in the current directory
by Jens Axboe
· 17 years ago
aec2de2
Kill unused parameters
by Jens Axboe
· 17 years ago
84f8317
Improve naming in fio gnuplot graphs
by Jens Axboe
· 17 years ago
f718273
Extend ipo file action capabilities
by Jens Axboe
· 17 years ago
691c8fb
blktrace improvements and fixups
by Jens Axboe
· 17 years ago
ed4aa70
Tweak handling of write traces with --readonly
by Jens Axboe
· 17 years ago
5ec10ea
Style fixups
by Jens Axboe
· 17 years ago
126d65c
Make file structures dynamically allocated
by Jens Axboe
· 17 years ago
8ce9cd3
prune_io_piece_log() also needs to take list into account
by Jens Axboe
· 17 years ago
9b23c9f
Remove dead FIO_FILE_NOSORT flag
by Jens Axboe
· 17 years ago
ee56ad5
Add --debug for enabling internal dumps on various actions
by Jens Axboe
· 17 years ago
59b9ddf
fio: build warning fix on gcc-3.4.6-3
by gurudas pai
· 17 years ago
4241ea8
Extend --readonly
by Jens Axboe
· 17 years ago
ea966f8
Fix ETA display for iolog replay
by Jens Axboe
· 17 years ago
20e354e
Add ->done variable to force exit when we know we are done
by Jens Axboe
· 17 years ago
21bd298
One more fio_ddir fixup
by Jens Axboe
· 17 years ago
53fa9b6
ddir is of type enum fio_ddir
by Jens Axboe
· 17 years ago
b3f4b4f
Remove gotos from read_iolog_get()
by Jens Axboe
· 17 years ago
429f667
IO log fixes
by Jens Axboe
· 17 years ago
f29b25a
Add version 2 of the iolog format
by Jens Axboe
· 17 years ago
a61edde
blktrace replay: delay support
by Jens Axboe
· 18 years ago
36361eb
iolog bug: TD_DDIR_READ should be TD_DDIR_WRITE
by Jens Axboe
· 18 years ago
fb7b71a
Initial blktrace support
by Jens Axboe
· 18 years ago
733ed59
More iolog fixes
by Jens Axboe
· 18 years ago
fcb1170
Fix read_iolog
by Jens Axboe
· 18 years ago
160b966
Improve random verify block sorting
by Jens Axboe
· 18 years ago
8de8f04
Avoid using the rbtree if we don't have to
by Jens Axboe
· 18 years ago
bb5d7d0
Fix problems with rb code
by Jens Axboe
· 18 years ago
c38e946
Include syncs in the stored io log
by Jens Axboe
· 18 years ago
4b87898
Fix io piece logging to not have O(n) runtime
by Jens Axboe
· 18 years ago
2dc1bbe
Move thread options into a seperate structure
by Jens Axboe
· 18 years ago
127f686
Move setup_rate() out of log.c
by Jens Axboe
· 18 years ago
4e991c2
Support for setting rated based on IOPS
by Jens Axboe
· 18 years ago
ba0fbe1
Turn the CPU burner into a real io engine
by Jens Axboe
· 18 years ago
34403fb
Spelling fixes
by Jens Axboe
· 18 years ago
c3852ae
Improve rate usec calculation
by Jens Axboe
· 18 years ago
413dd45
Streamline thread_data data direction setting and checking
by Jens Axboe
· 18 years ago
a4f4fdd
[PATCH] First cut syslet async io support
by Jens Axboe
· 18 years ago
bb3884d
[PATCH] Add support for writing aggregate bandwidth log
by Jens Axboe
· 18 years ago
fb44a18
[PATCH] Fixup rate usec cycle calculation for small values
by Jens Axboe
· 18 years ago
1e97cce
[PATCH] Fix warnings from icc
by Jens Axboe
· 18 years ago
a00735e
[PATCH] Add seperate read/write block size options
by Jens Axboe
· 18 years ago
f48b467
[PATCH cpu io threads need not have lots of stuff setup
by Jens Axboe
· 18 years ago
076efc7
[PATCH] Improve io logging
by Jens Axboe
· 18 years ago
56f9498
[PATCH] Revert some of the leak fixes
by Jens Axboe
· 18 years ago
b4a6a59
[PATCH] Be nicer about cleaning up allocated memory
by Jens Axboe
· 18 years ago
fb71fbd
[PATCH] Cleanup iolog handling
by Jens Axboe
· 18 years ago
53cdc68
[PATCH] First cut at supporting > 1 file per job
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
8914a9d
[PATCH] More function moving
by Jens Axboe
· 18 years ago
6796209
[PATCH] Shorten the file names, stupid to prefix everything with fio-
by Jens Axboe
· 18 years ago
[Renamed from fio-log.c]
3c39a37
[PATCH] Split up fio.c into log/stat/time parts
by Jens Axboe
· 18 years ago