Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
10a6b3c67042914fe9d287027bf8792f69e84524
10a6b3c
Windows: fix mlock, remove ftruncate and fix error handling.
by Bruce Cran
· 12 years ago
01d2695
Windows: fix sysconf(_SC_PHYS_PAGES).
by Bruce Cran
· 12 years ago
e254d00
Get rid of fallocate on Windows
by Jens Axboe
· 12 years ago
eef0244
Handle normal output wrapping of the percentile list
by Jens Axboe
· 12 years ago
619adf9
Cleanup the percentile output formatting
by Jens Axboe
· 12 years ago
435d195
Handle percentile lists with higher precision that 2 digits
by Vincent Kang Fu
· 12 years ago
723d7b3
Add --build-32bit-win switch to configure --help output.
by Bruce Cran
· 12 years ago
03244c1
windowsaio: fix file header format and improve error reporting.
by Bruce Cran
· 12 years ago
cb340b1
Makefile: fixup init.c dependency
by Jens Axboe
· 12 years ago
7409711
Enable forced 32-bit build on Windows
by Huadong Liu
· 12 years ago
c874d18
Fix copy/paste error in windowsaio register/unregister function names.
by Bruce Cran
· 12 years ago
dd8dd3d
Update the Windows installer
by Bruce Cran
· 12 years ago
7189c96
gettime: fixup AMD constant TSC detection
by Jens Axboe
· 12 years ago
5bd5f71
Fix failure to exit IO loop on some IO sizes
by Jens Axboe
· 12 years ago
f41862f
Update the Windows section of the README file.
by Bruce Cran
· 12 years ago
59308a6
Remove duplicated Windows configure options.
by Bruce Cran
· 12 years ago
86e5341
Default to CS_GTOD if CONFIG_CLOCK_GETTIME isn't defined.
by Bruce Cran
· 12 years ago
ab9461e
values.h is obsolete: use float.h and DBL_MIN/MAX instead.
by Bruce Cran
· 12 years ago
372fd65
clock: hardwire tsc as unreliable on Solaris for now
by Jens Axboe
· 12 years ago
2665069
parse: use MIN/MAXDOUBLE instead of some representation of NAN
by Jens Axboe
· 12 years ago
fd112d3
Fix percentile_list option
by Vincent Kang Fu
· 12 years ago
f67d6ee
Makefile: fixup dependency problem for files in sub dirs
by Jens Axboe
· 12 years ago
444310f
README: how to compile fio on Windows 64 bits
by Neto, Antonio Jose Rodrigues
· 12 years ago
7496ea3
Allow override of CFLAGS
by David M. Lee
· 12 years ago
fc47559
Only disable stdout ETA output if results are going to stdout
by Jens Axboe
· 12 years ago
1d360ff
net: 'nodelay' HOWTO/man page update
by Jens Axboe
· 12 years ago
1eafa37
configure: add TCP_NODELAY check
by Jens Axboe
· 12 years ago
6db56c2
windows: fix typo in <netinet/tcp.h> header
by Jens Axboe
· 12 years ago
98ffb8f
Fix bugs in [v]snprintf usage
by Ken Raeburn
· 12 years ago
7d5185c
Add empty <netinet/tcp.h> for Windows
by Jens Axboe
· 12 years ago
26e594a
net: fix compile warning on Windows (and others)
by Jens Axboe
· 12 years ago
70a7878
net engine: implement option "nodelay" for TCP sockets
by Steven Noonan
· 12 years ago
680b5ab
idletime: style cleanups
by Jens Axboe
· 12 years ago
7e09a9f
configure: add SCHED_IDLE check
by Jens Axboe
· 12 years ago
f2a2ce0
Add support for idletime profiling
by Huadong Liu
· 12 years ago
771e58b
Add unified_rw_reporting option
by Jens Axboe
· 12 years ago
30a4588
HOWTO: indentation fix
by Jens Axboe
· 12 years ago
fba5c5f
smalloc: alloc failure cleanups
by Jens Axboe
· 12 years ago
78799de
client/server: fixup missing TRIM conversions
by Jens Axboe
· 12 years ago
4b919f7
Fix crash with absurdly but not impossibly deeply nested device stacks
by Ken Raeburn
· 12 years ago
899fab3
configure: enable --extra-cflags for Windows
by Jens Axboe
· 12 years ago
208e4c8
configure: add --extra-cflags
by Jens Axboe
· 12 years ago
dc0518c
Fix Windows build by defining clock sources and adding include file.
by Bruce Cran
· 12 years ago
2c24c93
Always fsync if asked to
by Jens Axboe
· 12 years ago
6683745
Fix getopt def check
by Jens Axboe
· 12 years ago
dcbbf5b
configure: HPUX warning for empty CC
by Jens Axboe
· 12 years ago
68b739a
Makefile: remove config-host.ld
by Jens Axboe
· 12 years ago
7560fe7
configure: add configure header to config-host.h
by Jens Axboe
· 12 years ago
4feafb1
configure: auto-generate a config-host.h
by Jens Axboe
· 12 years ago
0ac5d39
Drop EXTFLAG and lib references
by Jens Axboe
· 12 years ago
f266b7f
configure: kill windows FIO_HAVE_FDATASYNC
by Jens Axboe
· 12 years ago
4700b23
configure: solaris and windowsaio fixups
by Jens Axboe
· 12 years ago
b31eaac
options: add help to experimental_verify
by Jens Axboe
· 12 years ago
997843c
configure: fix more old FIO_HAVE_ checks
by Jens Axboe
· 12 years ago
478920b
NAN: use __builtin_nanf() if not available
by Jens Axboe
· 12 years ago
c19df83
hash: make 64-bit type ULL
by Jens Axboe
· 12 years ago
97ac992
Correct ifdef checks for posix and linux fallocate
by Jens Axboe
· 12 years ago
a3430ee
configure: add that windows has RUSGE_THREAD
by Jens Axboe
· 12 years ago
44404c5
Add lib/getrusage.c
by Jens Axboe
· 12 years ago
7732a09
Use RUSAGE_THREAD, if available
by Huadong Liu
· 12 years ago
798827c
init: complain on unrecognized option with builtin getopt_long_only()
by Jens Axboe
· 12 years ago
1f81991
Fix compile warnings on Windows
by Jens Axboe
· 12 years ago
36744c7
windows: don't provide strsep(), fio already has one
by Jens Axboe
· 12 years ago
4578d01
configure: add default compiler on Windows
by Jens Axboe
· 12 years ago
cfd94f7
configure: fixup Windows
by Jens Axboe
· 12 years ago
0dcebdf
configure: add endian check
by Jens Axboe
· 12 years ago
37adbfc
Kill now unneeded clock definitions
by Jens Axboe
· 12 years ago
5351f56
OSX: Fixup warnings and clock_gettime() bug
by Jens Axboe
· 12 years ago
c9e55ae
configure: remember to output CC for windows
by Jens Axboe
· 12 years ago
cb1125b
configure: add --cc= option to script
by Jens Axboe
· 12 years ago
aa83321
Fix 32-bit compile warning in should_check_rate()
by Jens Axboe
· 12 years ago
32bbd3a
t/axmap: update to catch recent bugs
by Jens Axboe
· 12 years ago
47d94b0
axmap: ensure that we never return a value that is larger than the map size
by Jens Axboe
· 12 years ago
731ef4c
axmap: improve axmap_find_first_free()
by Jens Axboe
· 12 years ago
100f49f
verify: stop on actual number of bytes needed to be verified
by Jens Axboe
· 12 years ago
55348b4
axmap: fix bug in axmap_find_first_free()
by Jens Axboe
· 12 years ago
bcd5abf
Make experimental_verify=1 handle all cases properly
by Jens Axboe
· 12 years ago
9dbc7bf
Ensure all random seeds are repeatable for randrepeat=1
by Jens Axboe
· 12 years ago
165eb05
eta: improve accuracy for rwmix workloads and verify
by Jens Axboe
· 12 years ago
a240e44
Use unsigned long long for the uint64_t type
by Jens Axboe
· 12 years ago
4ee47af
windows: use hweight64(), it's a 64-bit type
by Jens Axboe
· 12 years ago
def823d
Add hweight64()
by Jens Axboe
· 12 years ago
671b060
Fix _SC_NPROCESSORS_ONLN on Windows
by Bruce Cran
· 12 years ago
51aa2da
Add generic hweight helpers
by Jens Axboe
· 12 years ago
44cbc6d
verify: add new experimental mode that requires no meta data
by Jens Axboe
· 12 years ago
33c4881
Re-seed random generator when a file is reset
by Jens Axboe
· 12 years ago
17f0fd3
axmap: clear map->first_free when we reset it
by Jens Axboe
· 12 years ago
0415406
lfsr: add lfsr_reset()
by Jens Axboe
· 12 years ago
ba458c2
gettime: use proper uint64_t types where needed
by Jens Axboe
· 12 years ago
d5e3f5d
Add info log on whether tsc is reliable or not for --cpuclock-test
by Jens Axboe
· 12 years ago
3cf1ff4
Windows: fix off-by-one error in fio_cpu_set and add affinity error messages.
by Bruce Cran
· 12 years ago
d9759b1
Make hugetlbfs maping work
by Shaohua Li
· 12 years ago
99db656
fusion-aw: make configure and compile actually work
by Jens Axboe
· 12 years ago
c11a9dd
fusion-aw: fixes
by Jens Axboe
· 12 years ago
51e00d7
configure: use exit 0 instead of just exit
by Jens Axboe
· 12 years ago
6d68b99
Fix typo (READ/DDIR_READ).
by Bruce Cran
· 12 years ago
9793a6d
Fix configure script for 64-bit Windows.
by Bruce Cran
· 12 years ago
c81f934
Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile.
by Bruce Cran
· 12 years ago
dbd11ea
Improve documentation for end_fsync
by Jens Axboe
· 12 years ago
c7165b8
configure: enable e4defrag engine regardless of MOVE_EXTENT compile test
by Jens Axboe
· 12 years ago
Next »