libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 0f8d3318a3 main, fusefrontend: add "-noprealloc" option
Preallocation is very slow on hdds that run btrfs. Give the
user the option to disable it. This greatly speeds up small file
operations but reduces the robustness against out-of-space errors.

Also add the option to the man page.

More info: https://github.com/rfjakob/gocryptfs/issues/63
2016-11-25 09:19:14 +01:00
..
args.go main, fusefrontend: add "-noprealloc" option 2016-11-25 09:19:14 +01:00
ctlsock_interface.go ctlsock: implement EncryptPath for reverse mode, add tests 2016-11-10 23:32:51 +01:00
file.go main, fusefrontend: add "-noprealloc" option 2016-11-25 09:19:14 +01:00
file_allocate_truncate.go fusefrontend: get the file ID from the open files table 2016-11-17 22:29:45 +01:00
file_holes.go fusefrontend: move hole padding check out of Write() 2016-10-25 22:37:45 +02:00
fs.go main, fusefrontend: add "-noprealloc" option 2016-11-25 09:19:14 +01:00
fs_dir.go fusefrontend: log missing gocryptfs.diriv 2016-10-16 15:04:59 +02:00
names.go nametransform: delete unused function DecryptPathDirIV 2016-09-25 18:56:23 +02:00
write_lock.go Fix golint warnings, add helper script 2016-11-17 23:40:03 +01:00