Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
d5b351d483aabb0d0a0acd2930640428aa8e6339
d5b351d
idletime: fix another missing unlock on error
by Jens Axboe
· 11 years ago
fbfebdb
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 11 years ago
3660cea
strcpy: kill last of the suspect ones
by Jens Axboe
· 11 years ago
fb73340
Windows: set sizeof(sun_path) to 260 (MAX_PATH).
by Bruce Cran
· 11 years ago
7d8ea97
init: improve command line check for when to print usage/help
by Jens Axboe
· 11 years ago
6cfe9a8
init: fix leak bug fix from commit 60c5ec73
by Jens Axboe
· 11 years ago
a2ba41e
disk util: fix bug in strncpy() conversion
by Jens Axboe
· 11 years ago
b3493a7
Fix potential NULL dereference in alloc_mem_mmap()
by Jens Axboe
· 11 years ago
9edf7b3
diskutil: make it clear that parent != NULL for json output
by Jens Axboe
· 11 years ago
ab50817
parse: make it clear that 'cp' can't be NULL for o->off1
by Jens Axboe
· 11 years ago
088b17c
Fix is_power_of_2() for longs
by Jens Axboe
· 11 years ago
735ed27
idletime: unlock ->start_lock in error cases
by Jens Axboe
· 11 years ago
60c5ec7
Avoid overwriting allocated pid_file
by Jens Axboe
· 11 years ago
814917b
gettime: init 'failed' before use
by Jens Axboe
· 11 years ago
6e5634f
stat: warn on failure to detach DU thread
by Jens Axboe
· 11 years ago
6b0110c
gettime: handle pthread_create() failure
by Jens Axboe
· 11 years ago
b1ed74e
init: silence bogus td == NULL warning
by Jens Axboe
· 11 years ago
9824f73
filesetup: silence bogus warning on close(-1)
by Jens Axboe
· 11 years ago
43e0d13
e4defrag: pass 'error' into td_verror()
by Jens Axboe
· 11 years ago
71b84ca
td_verror() needs errno style error
by Jens Axboe
· 11 years ago
66f7a56
net engine: get rid of unused struct sockaddr_in6
by Jens Axboe
· 11 years ago
9bdb926
server: ensure that incoming iolog name is NULL terminated
by Jens Axboe
· 11 years ago
dfbf1f6
server: sanity check incoming command size (and payload)
by Jens Axboe
· 11 years ago
49c6f33
backend: better NULL termination fix for IO scheduler switching
by Jens Axboe
· 11 years ago
b7e147d
num2str: ensure we never access postfix[] out-of-bounds
by Jens Axboe
· 11 years ago
b400a20
make_filename: another off-by-one buffer issue
by Jens Axboe
· 11 years ago
4a85161
Error check fcntl() calls
by Jens Axboe
· 11 years ago
c5c6550
init: remove dead code
by Jens Axboe
· 11 years ago
49cba9b
backend: fix potential divide-by-zero
by Jens Axboe
· 11 years ago
0956264
stat: fix potential divide-by-zero
by Jens Axboe
· 11 years ago
9da67e7
idletime: fix potential divide-by-zero
by Jens Axboe
· 11 years ago
476882d
eta: fix potential divide by zero
by Jens Axboe
· 11 years ago
8d7b618
server: fix missing comma in fio_server_ops[] strings
by Jens Axboe
· 11 years ago
caa3eb1
gettime: use unsigned loop counter
by Jens Axboe
· 11 years ago
21beb60
Make td_verror() use an unsigned type
by Jens Axboe
· 11 years ago
1616e02
Fix missing sign conversion in ignore_error_type()
by Jens Axboe
· 11 years ago
0a3c52f
stat: fix wrong check for whether we have a description or not
by Jens Axboe
· 11 years ago
a48fddb
server: fix potential buffer overrun in socket setup path
by Jens Axboe
· 11 years ago
afdcad2
server: fix potential buffer overrun in bind string
by Jens Axboe
· 11 years ago
1cb9641
client: fix potential buffer overrun in socket path
by Jens Axboe
· 11 years ago
4b159fa
net engine: fix potential buffer overrun in socket path
by Jens Axboe
· 11 years ago
da27a4b
file: fix potential buffer overrun in get_fs_free_counts()
by Jens Axboe
· 11 years ago
dacbbb8
verify: fix potential buffer overrun in dump_buf()
by Jens Axboe
· 11 years ago
73a467e
init: fix potential buffer overrun in make_filename()
by Jens Axboe
· 11 years ago
5914042
server: ensure that dus->name is always NULL terminated
by Jens Axboe
· 11 years ago
48b16e2
stat: check that TEMP environment variable is half-way sane
by Jens Axboe
· 11 years ago
4a4ac4e
init: fix more cases of leaking pid_file
by Jens Axboe
· 11 years ago
a3b4cf7
diskutil: separate out stats from name
by Jens Axboe
· 11 years ago
bcdcb5a
init: remove bogus check for NULL parent
by Jens Axboe
· 11 years ago
5e1d874
Don't leak f_out file desciptor if specified more than once
by Jens Axboe
· 11 years ago
4af7c00
Don't leak memory if profile option is given twice
by Jens Axboe
· 11 years ago
b8ba87a
server: ensure that server pid file mem is always freed
by Jens Axboe
· 11 years ago
e0c8b74
Ensure that fread() string is always NULL terminated
by Jens Axboe
· 11 years ago
18ef063
Fix potentially unterminated string after strncpy() call
by Jens Axboe
· 11 years ago
f0cc675
Fix leak of directory handle in find_add_disk_slaves() error case
by Jens Axboe
· 11 years ago
d19cedd
net: fix leak of fd in bind() error path
by Jens Axboe
· 11 years ago
f3e1eb2
Fix leak on error path in extend_file()
by Jens Axboe
· 11 years ago
1d824f3
Fix leak of file descriptor in error path of bc_calc()
by Jens Axboe
· 11 years ago
27ca949
Fix leak of string when doing parse dryrun
by Jens Axboe
· 11 years ago
68ace9e
Fix directory leak in recurse_dir() on error
by Jens Axboe
· 11 years ago
c7b086b
Fix leak of 'error' if we don't assign it
by Jens Axboe
· 11 years ago
499b43c
Fio 2.1.8
by Jens Axboe
· 11 years ago
25a4e78
blktrace: fix missing line return in dprint()
by Jens Axboe
· 11 years ago
30b1867
iolog: check for thread termination in long delays
by Jens Axboe
· 11 years ago
dfe11fd
Make cache invalidation a soft error
by Jens Axboe
· 11 years ago
81795ce
fio: fix s390 timing for older machines/binutils
by Christian Ehrhardt
· 11 years ago
12d0271
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 11 years ago
046395d
Add exit_on_io_done option to the CPU IO engine
by Jens Axboe
· 11 years ago
42793d9
iolog: skip max_bs[rw] increment for rw == DDIR_INVAL
by Jens Axboe
· 11 years ago
976406b
diskutil: fix potential out-of-bounds array write
by Jens Axboe
· 11 years ago
2fd973c
server: fix fd leak in error case
by Jens Axboe
· 11 years ago
b53f2c5
Increment open file count manually
by Jens Axboe
· 11 years ago
3b5fea3
Revert "Fixup ->open_files if not given"
by Jens Axboe
· 11 years ago
7ccb1b6
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 11 years ago
eb5fdcf
blktrace: probe IO depth
by Jens Axboe
· 11 years ago
1cffeb6
fio: fix s390 nop
by Christian Ehrhardt
· 11 years ago
919e789
fio: fix s390 time accounting
by Christian Ehrhardt
· 11 years ago
bc4f5ef
Support limited mixed command line options and job file
by Jens Axboe
· 11 years ago
25bd16c
Fixup --timeout command line option
by Jens Axboe
· 11 years ago
e413c2c
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
by Jens Axboe
· 11 years ago
d1e78e6
Fix crash in setup_files() if no files are defined
by Jens Axboe
· 11 years ago
7788b76
Makefile: add doc target to generate PDFs from the man pages
by Jens Axboe
· 11 years ago
ee2e571
Fix JSON_INTEGER overflow on Windows by changing datatype to 'long long'
by Bruce Cran
· 11 years ago
f75c69a
parse: fix crash with empty FIO_OPT_STR_STORE variables
by Jens Axboe
· 11 years ago
2e80228
Use setvbuf() for log writing
by Jens Axboe
· 11 years ago
ea5409f
iolog: invert log_mask bits
by Jens Axboe
· 11 years ago
ea1f1da
crc: add test.h header to test.c
by Jens Axboe
· 11 years ago
905e3d4
Cleanup the parallellized log writing
by Jens Axboe
· 11 years ago
243bfe1
iolog: don't serialize the writing of all logs
by Jens Axboe
· 11 years ago
3d43405
Add 'f' (Finishing) flag to status output
by Jens Axboe
· 11 years ago
7224205
mutex: add open init function and down_trylock() variant
by Jens Axboe
· 11 years ago
45aeca7
Don't crash when using filehash lock before init
by Jens Axboe
· 11 years ago
632f415
Add missing crc/test.h file
by Jens Axboe
· 11 years ago
fb29604
Fix propagation of error value on failure to connect to fio server
by Jens Axboe
· 11 years ago
c0c4b1d
Merge branch 'erwan/clang' of https://github.com/enovance/fio
by Jens Axboe
· 11 years ago
c3afb76
Merge branch 'erwan/nobasename' of https://github.com/enovance/fio
by Jens Axboe
· 11 years ago
9ee1c64
io_u: Using initialized local variable
by Erwan Velu
· 11 years ago
a806bf2
stat: fixing bw_agg reporting
by Erwan Velu
· 11 years ago
e53cf97
iolog: Keep full path for logs files
by Erwan Velu
· 11 years ago
10aa136
Cleanup symbols that should be static
by Jens Axboe
· 11 years ago
Next »