index
:
fio
issue-870
latency-probe
master
noaccess
segmented-threads
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helpers.c
Age
Commit message (
Expand
)
Author
2018-03-21
Refactor #includes and headers
Sitsofe Wheeler
2013-05-22
helpers: fixup bad fadvise check
Jens Axboe
2013-01-10
Add configure script
Jens Axboe
2012-11-29
Wire up _weak posix_fadvise()
Jens Axboe
2012-08-01
Fix fallocate erroneously returning ENOSYS on Linux systems
Wade Cline
2011-07-12
Fix compile on older systems that don't have fallocate() on Linux
Jens Axboe
2011-07-10
Take __weak out of the compiler namespace
Bruce Cran
2010-09-30
Fix compile on RHEL4/SLES10
Joss Grossman
2010-03-15
Check for syscall definitions, before declaring __weak helper
Jens Axboe
2010-03-13
Add __weak sync_file_range()
Jens Axboe
2009-12-16
Include juggling
Jens Axboe
2009-12-16
Make weak posix_memalign() private to Solaris
Jens Axboe
2009-12-15
Fix some issues with the OSX port
Jens Axboe
2009-12-14
Support for Mac OS 10.6.2
Jens Axboe
2009-11-24
Add helpers include file
Jens Axboe
2009-11-24
Fix compile error due to missing ENOMEM on some platforms
Jens Axboe
2009-11-23
Fix posix_memalign() return value in case of error
Jens Axboe
2009-11-23
Add posix_* weak helpers
Jens Axboe