* Added support for older kernels lacking /proc/self/mountinfo. Try to use info from /proc/self/mounts if there is no mountinfo.
* Fix misleading error message
* use full working set range by default
* Use random operations by defult, add -L option for sequential.
* fix interrupt
* fix tabs in spec
* Makefile: add 'dist' and similar targets
* Add spec file (RPM packaging)
* Add ioping(1) man page
* fixup
* This tries to address two issues:
* 'ioping -w' was going over the time limit specified. For example, 'ioping -w 7 -i 2' was taking 8 seconds to run, not 7 or less. Fix it by moving the check to before usleep(), and taking the interval (ie usleep argument) into account.
* * ioping -c|-w: do not oversleep
* ioping: use system message for ENOMEM
* ioping: don't print 'unknown option' twice, show usage
* Makefile: add DESTDIR support Needed mostly for distro vendors (.spec writers etc.)
* ioping -h: fit output to 80 col width
* randomization, fixing usage
* working set size, cleanups, fixes, etc...
* initial
* Initial directory structure.
v1.0 / 2016-12-11
=================
* ioping: update changelog
* ioping: cleanup statistics
* ioping: allow fractional values in arguments
* ioping: print total requests count in raw statistics
* ioping: ignore first and classify other requests
* ioping: add read-write mode
* ioping: add option for speed limit
* ioping: print total time, speed and count of requests
* ioping: add mkostemp
* ioping: add O_SYNC and O_DSYNC modes
* ioping: call fadvise(RANDOM) for random I/O
* ioping: remove fdatasync test before oprations
* Merge pull request #29 from vapier/master
* Makefile: do not strip while installing
* Makefile: make it easier to override default optimization settings
* Makefile: respect CPPFLAGS when compiling
* ignore generated files
* ioping: include sys/sysmacros.h for makedev
* ioping: use xorshift128+ for randomization
* Makefile: fix mac detection
* Makefile: no -lrt for mac
* ioping: no clock_gettime for mac
* travis-ci: enable osx
* ioping: link mingw without -lrt
* ioping: link with -lrt
* travis-ci: add .travis.yml
* Makefile: add test target
* ioping: switch to nanosecond precision
* Makefile: rename README to README.md
* Merge branch 'patch-1' of https://github.com/davidak/ioping
* README.md: update formatting
* Merge pull request #27 from jgrizou/master
* Rename README to README.md
* Update README
* add link to Nix expression
* ioping: update changelog
* ioping: use long long for count of requests
* ioping: add option -t for detecting cache hits
* ioping: use cached direct I/O by default if non-cached isn't supported
* ioping: add windows "overlapped" aio
* ioping: declare windows have direct I/O
* ioping: open files with CreateFile on windows
* ioping: get more randomness on windows
* ioping: do not override custom interval and deadline by -R
* Makefile: add top directory into binary archives