]> www.infradead.org Git - users/hch/fsqual.git/log
users/hch/fsqual.git
5 years agoMerge "Update build instructions for CentOS and Debian" from James Nugent
Avi Kivity [Thu, 6 Jun 2019 11:21:06 +0000 (14:21 +0300)]
Merge "Update build instructions for CentOS and Debian" from James Nugent

"
Building now requires XFS-specific headers (xfsprogs-devel.x86_64 on CentOS, and xfslibs-dev on Debian derivatives). Additionally, the package name for libaio headers and libraries on Debian in recent versions is libaio-dev rather than libaio-dev1.

This PR updates the README to reflect these changes.
"

5 years agoUpdate build instructions for CentOS and Debian
James Nugent [Sat, 1 Jun 2019 15:19:04 +0000 (10:19 -0500)]
Update build instructions for CentOS and Debian

Building now requires XFS-specific headers (`xfsprogs-devel.x86_64` on CentOS,
and `xfslibs-dev` on Debian derivatives). Additionally, the package name for
`libaio` headers and libraries on Debian in recent versions is `libaio-dev`
rather than `libaio-dev1`.

8 years agoAdd dioinfo data (direct I/O alignment)
Avi Kivity [Tue, 2 Aug 2016 06:27:58 +0000 (09:27 +0300)]
Add dioinfo data (direct I/O alignment)

8 years agoDocument non-appending write mode
Avi Kivity [Sun, 19 Jun 2016 18:15:42 +0000 (21:15 +0300)]
Document non-appending write mode

8 years agoApplXFS extent allocation size hint
Avi Kivity [Sun, 19 Jun 2016 17:57:40 +0000 (20:57 +0300)]
ApplXFS extent allocation size hint

8 years agoTest more iodepths
Avi Kivity [Sun, 19 Jun 2016 17:57:01 +0000 (20:57 +0300)]
Test more iodepths

8 years agoRandomize append order
Avi Kivity [Sun, 19 Jun 2016 17:50:09 +0000 (20:50 +0300)]
Randomize append order

8 years agoPrint size-changing mode per test
Avi Kivity [Sun, 19 Jun 2016 17:46:59 +0000 (20:46 +0300)]
Print size-changing mode per test

9 years agoAdd check for data in page cache
Avi Kivity [Tue, 1 Mar 2016 17:47:04 +0000 (19:47 +0200)]
Add check for data in page cache

9 years agoIncrease test runtime for more accuracy
Avi Kivity [Sun, 28 Feb 2016 17:43:39 +0000 (19:43 +0200)]
Increase test runtime for more accuracy

9 years agoTest concurrent append with truncate
Avi Kivity [Sun, 28 Feb 2016 17:42:18 +0000 (19:42 +0200)]
Test concurrent append with truncate

9 years agoTest concurrent appends
Avi Kivity [Sun, 28 Feb 2016 17:40:51 +0000 (19:40 +0200)]
Test concurrent appends

9 years agoRefactor test to allow concurrent append tests as well
Avi Kivity [Sun, 28 Feb 2016 17:40:27 +0000 (19:40 +0200)]
Refactor test to allow concurrent append tests as well

9 years agoRefactored test setup into a separate function
Avi Kivity [Sun, 28 Feb 2016 17:27:04 +0000 (19:27 +0200)]
Refactored test setup into a separate function

9 years agoFix markdown syntax
Avi Kivity [Thu, 11 Feb 2016 15:20:59 +0000 (17:20 +0200)]
Fix markdown syntax

9 years agoFix build instructions
Avi Kivity [Tue, 9 Feb 2016 15:43:56 +0000 (17:43 +0200)]
Fix build instructions

9 years agoAdd README
Avi Kivity [Tue, 9 Feb 2016 15:40:10 +0000 (17:40 +0200)]
Add README

9 years agoExplain whether the results are good or bad
Avi Kivity [Tue, 9 Feb 2016 09:13:47 +0000 (11:13 +0200)]
Explain whether the results are good or bad

9 years agoAdd Makefile
Avi Kivity [Tue, 9 Feb 2016 09:13:35 +0000 (11:13 +0200)]
Add Makefile

9 years agoAllow building with -std=c++11
Avi Kivity [Tue, 9 Feb 2016 08:35:25 +0000 (10:35 +0200)]
Allow building with -std=c++11

9 years agoCount context switches on appending writes
Avi Kivity [Mon, 8 Feb 2016 21:14:13 +0000 (23:14 +0200)]
Count context switches on appending writes