Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
04d04cd64f0aec11d026281afb5030f202448106
/
fio.c
aa31f1f
Add fill_device option
by Shawn Lewis
· 17 years ago
1092731
fix utime_since overflow
by Shawn Lewis
· 17 years ago
ac68478
Seperate ioprio value from setting
by Jens Axboe
· 17 years ago
b4c5e1a
More cpu engine fixes
by Jens Axboe
· 17 years ago
1f809d1
Fixes for CPU burn engine
by Jens Axboe
· 17 years ago
e84c73a
[PATCH] Add do_verify option
by Shawn Lewis
· 17 years ago
b67740d
IO verification improvements
by Jens Axboe
· 17 years ago
47f0cc4
[PATCH] empty result
by ljzhang,Yaxin Hu,Jianchao Tang
· 17 years ago
20e354e
Add ->done variable to force exit when we know we are done
by Jens Axboe
· 17 years ago
f29b25a
Add version 2 of the iolog format
by Jens Axboe
· 17 years ago
48f5abd
Fix disk zone test case
by Jens Axboe
· 17 years ago
b3f378e
Don't align memory unless using raw io
by Jens Axboe
· 17 years ago
d87612a
malloc memory still needs to be aligned, if we are doing direct IO
by Jens Axboe
· 17 years ago
c399064
Fix bad alignment in buffer size allocation
by Jens Axboe
· 17 years ago
492158c
Tweak meaning of size option
by Jens Axboe
· 18 years ago
281f9b6
Fix bug with time_based run
by Jens Axboe
· 18 years ago
375b269
Fix cpumask setting/getting on older kernels
by Jens Axboe
· 18 years ago
d84f8d4
blktrace support: adjust largest io_u buffer size to match trace
by Jens Axboe
· 18 years ago
db1cd90
Allow termination during io_u building
by Jens Axboe
· 18 years ago
7a93ab1
Revert "We do need to send a SIGQUIT to a process/thread, even if it is running"
by Jens Axboe
· 18 years ago
90a87d4
Have the job set ->terminate when runtime is exceeded
by Jens Axboe
· 18 years ago
cf4464c
Add time_based option
by Jens Axboe
· 18 years ago
210f43b
Replace random constant with the symbolic name (GR prime)
by Jens Axboe
· 18 years ago
e9459e5
Add zero_buffers option
by Jens Axboe
· 18 years ago
660a1cb
Reduntant write bit checks
by Jens Axboe
· 18 years ago
ef5fffa
We do need to send a SIGQUIT to a process/thread, even if it is running
by Jens Axboe
· 18 years ago
30061b9
Log and dump short ios
by Jens Axboe
· 18 years ago
d460eb3
Fix problem with f->last_completed_pos not being correct on requeues
by Jens Axboe
· 18 years ago
cbf5c1d
Warn more gently if the kernel is too old for io scheduler switching
by Jens Axboe
· 18 years ago
e48676b
Fix bug with stonewall option causing segfault
by gurudas pai
· 18 years ago
4b472fa
Let parse_options() decide on when parsing failed
by Jens Axboe
· 18 years ago
317b95d
Move os/arch/compiler headers into directories
by Jens Axboe
· 18 years ago
8400d9b
Fix short IO handling for verifies as well
by Jens Axboe
· 18 years ago
5a7c568
Handle short read at the end of file
by Jens Axboe
· 18 years ago
7bb48f8
Revamp the file creation code
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
4b87898
Fix io piece logging to not have O(n) runtime
by Jens Axboe
· 18 years ago
d23bb32
Free/alloc every FIO_OPT_STR_STORE string
by Jens Axboe
· 18 years ago
38d77ca
Improve data direction runtime logging
by Jens Axboe
· 18 years ago
2b4ce34
Catch too large memory allocations that cause size_t to wrap
by Jens Axboe
· 18 years ago
5bb7697
Sometimes we allocated too little memory for buffers
by Jens Axboe
· 18 years ago
4afbf66
Always make sure buffer sizes are aligned for allocation
by Jens Axboe
· 18 years ago
6872707
Untangle the file creation mess
by Jens Axboe
· 18 years ago
2dc1bbe
Move thread options into a seperate structure
by Jens Axboe
· 18 years ago
4e991c2
Support for setting rated based on IOPS
by Jens Axboe
· 18 years ago
6d86144
Use log_info() throughout
by Jens Axboe
· 18 years ago
9c60ce6
Add 'filesize' option
by Jens Axboe
· 18 years ago
cfc99db
mmap engine: make sure that page unaligned syncs work
by Jens Axboe
· 18 years ago
3d7b485
Check for open files on io operations
by Jens Axboe
· 18 years ago
af52b34
Allow explicit setting of a number of files
by Jens Axboe
· 18 years ago
9cedf16
Note process vs thread in output
by Jens Axboe
· 18 years ago
bda4fd9
OOM fixes
by Jens Axboe
· 18 years ago
c8bb6fa
Quit on thread creation failure
by Jens Axboe
· 18 years ago
9e9d164
If residual count == full count, fail the io
by Jens Axboe
· 18 years ago
d7d3b49
Clear ->rate_bytes on do_io() loop
by Jens Axboe
· 18 years ago
ba0fbe1
Turn the CPU burner into a real io engine
by Jens Axboe
· 18 years ago
37f5687
Remove ->mutex after last use, not on job exit
by Jens Axboe
· 18 years ago
07739b5
Add a real semaphore implemtation
by Jens Axboe
· 18 years ago
a978ba6
Get rid of reopen_files()
by Jens Axboe
· 18 years ago
b5af829
Revamp file open/close handling
by Jens Axboe
· 18 years ago
756867b
Add group reporting
by Jens Axboe
· 18 years ago
b2560f3
One step closer to group reporting
by Jens Axboe
· 18 years ago
c1302d4
Don't kill() running threads
by Jens Axboe
· 18 years ago
1178680
Cleanup requeue handling
by Jens Axboe
· 18 years ago
390c40e
Forced kill is not used anymore.
by Jens Axboe
· 18 years ago
d924494
Gently prod children with a SIGQUIT on terminate
by Jens Axboe
· 18 years ago
5451792
Improve error logging and handling
by Jens Axboe
· 18 years ago
34403fb
Spelling fixes
by Jens Axboe
· 18 years ago
780bf1a
Don't do rate checks, if no ratemin has been specified.
by Jens Axboe
· 18 years ago
eb7c8ae
Move the iodepth_batch into td_io_queue() instead
by Jens Axboe
· 18 years ago
cb5ab51
Add iodepth_batch setting
by Jens Axboe
· 18 years ago
c01c039
Do proper wait for pending IO on clean exit
by Jens Axboe
· 18 years ago
d7762cf
Move completion handler into the io_u
by Jens Axboe
· 18 years ago
0904200
Rate must always calculate bytes done
by Jens Axboe
· 18 years ago
413dd45
Streamline thread_data data direction setting and checking
by Jens Axboe
· 18 years ago
e1161c3
Add more context to the error messages
by Jens Axboe
· 18 years ago
3707f45
Further improve thread handling
by Jens Axboe
· 18 years ago
50070b5
Thread waitpid() error check
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
069c291
Still need to put io_u on early exit
by Jens Axboe
· 18 years ago
49db69a
Correct io_u_*_complete() return checking
by Jens Axboe
· 18 years ago
f692a76
Fix double io_u free on error in do_verify()
by Jens Axboe
· 18 years ago
43d7680
64-bit compile warnings
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
c1324df
Missing clear of some IO state
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
9978463
Differentiate between bool error return and real error value
by Jens Axboe
· 18 years ago
9760102
Cleanup end IO handling
by Jens Axboe
· 18 years ago
22819ec
Unify and fixup error 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
73170f1
[PATCH] Don't check status if ret < 0
by Jens Axboe
· 18 years ago
Next »