libgocryptfs/tests
Jakob Unterwurzacher f2b4d57068 fusefrontend: coalesce grows in Truncate()
We were growing the file block-by-block which was pretty
inefficient. We now coalesce all the grows into a single
Ftruncate. Also simplifies the code!

Simplistic benchmark: Before:

  $ time truncate -s 1000M foo
  real	0m0.568s

After:

  $ time truncate -s 1000M foo
  real	0m0.205s
2016-07-01 23:32:27 +02:00
..
example_filesystems test: split up integration_tests 2016-06-30 00:57:14 +02:00
matrix fusefrontend: coalesce grows in Truncate() 2016-07-01 23:32:27 +02:00
normal test: split up integration_tests 2016-06-30 00:57:14 +02:00
plaintextnames test: split up integration_tests 2016-06-30 00:57:14 +02:00
stress_tests test: add pingpong.bash and pingping-rsync.bash 2016-06-09 22:20:55 +02:00
test_helpers test: split up integration_tests 2016-06-30 00:57:14 +02:00