libgocryptfs/internal
Jakob Unterwurzacher a08d55f42d fusefronted: optimize NFS streaming writes by saving one Stat()
Stat() calls are expensive on NFS as they need a full network
round-trip. We detect when a write immediately follows the
last one and skip the Stat in this case because the write
cannot create a file hole.

On my (slow) NAS, this takes the write speed from 24MB/s to
41MB/s.
2016-10-28 21:17:53 +02:00
..
configfile configfile: add newline at the end 2016-10-21 08:43:39 +02:00
contentenc lint fixes 2016-10-04 23:18:33 +02:00
cryptocore Fix misspellings 2016-10-24 19:18:13 +02:00
fusefrontend fusefronted: optimize NFS streaming writes by saving one Stat() 2016-10-28 21:17:53 +02:00
fusefrontend_reverse Fix misspellings 2016-10-24 19:18:13 +02:00
nametransform Fix misspellings 2016-10-24 19:18:13 +02:00
prefer_openssl lint fixes 2016-10-04 23:18:33 +02:00
readpassword readpassword: check extpass return code 2016-10-16 16:44:27 +02:00
siv_aead lint fixes 2016-10-04 23:18:33 +02:00
stupidgcm A few more lint fixes 2016-10-04 23:30:05 +02:00
syscallcompat A few more lint fixes 2016-10-04 23:30:05 +02:00
tlog A few more lint fixes 2016-10-04 23:30:05 +02:00