Jakob Unterwurzacher
932efbd459
fusefrontend: make openBackingDir() symlink-safe
openBackingDir() used encryptPath(), which is not symlink-safe
itself. Drop encryptPath() and implement our own directory walk.
Adds three seconds to untar and two seconds to rm:
$ ./benchmark.bash
Testing gocryptfs at /tmp/benchmark.bash.MzG: gocryptfs v1.6-36-g8fb3c2f-dirty; go-fuse v20170619-66-g6df8ddc; 2018-10-14 go1.11
WRITE: 262144000 bytes (262 MB, 250 MiB) copied, 1.25078 s, 210 MB/s
READ: 262144000 bytes (262 MB, 250 MiB) copied, 1.0318 s, 254 MB/s
UNTAR: 20.941
MD5: 11.568
LS: 1.638
RM: 5.337
2019-01-01 16:24:09 +01:00
..
2018-12-28 09:58:46 +01:00
2018-12-27 18:47:14 +01:00
2018-02-28 09:02:18 +01:00
2018-04-02 18:32:30 +02:00
2018-12-27 15:19:55 +01:00
2019-01-01 16:24:09 +01:00
2018-09-08 18:06:33 +02:00
2019-01-01 16:24:09 +01:00
2018-10-11 20:16:45 +02:00
2017-05-31 08:21:36 +02:00
2016-12-10 21:04:17 +01:00
2018-12-16 12:33:25 +01:00
2017-04-29 14:50:58 +02:00
2018-02-18 16:01:46 +01:00
2017-04-29 14:50:58 +02:00
2018-12-27 15:19:55 +01:00
2018-11-17 17:44:21 +01:00
2018-10-17 22:34:30 +02:00