libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 3c6fe98eb1 contentenc: use sync.Pool memory pools for encryption
We use two levels of buffers:

1) 4kiB+overhead for each ciphertext block
2) 128kiB+overhead for each FUSE write (32 ciphertext blocks)

This commit adds a sync.Pool for both levels.

The memory-efficiency for small writes could be improved,
as we now always use a 128kiB buffer.
2017-06-20 21:22:00 +02:00
..
args.go Implement force_owner option to display ownership as a specific user. 2017-06-01 00:26:17 +02:00
ctlsock_interface.go fusefrontend: implement path decryption via ctlsock 2017-05-07 21:01:39 +02:00
file.go contentenc: use sync.Pool memory pools for encryption 2017-06-20 21:22:00 +02:00
file_allocate_truncate.go openfiletable: rename WriteLock to ContentLock 2017-05-01 21:57:18 +02:00
file_holes.go fusefrontend: truncateGrowFile: avoid createHeader() call 2017-03-12 21:06:59 +01:00
fs.go Implement force_owner option to display ownership as a specific user. 2017-06-01 00:26:17 +02:00
fs_dir.go nametransform: harden name decryption against invalid input 2017-05-23 21:26:38 +02:00
names.go nametransform: delete unused function DecryptPathDirIV 2016-09-25 18:56:23 +02:00