libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher ba7c798418 fusefrontend: fix panic due to concurrently unregistered wlock
Commit 730291feab properly freed wlock when the file descriptor is
closed. However, concurrently running Write and Truncates may
still want to lock it. Check if the fd has been closed first.
2016-05-08 23:21:20 +02:00
..
args.go longnames part I: Create and OpenDir work with long filenames > 176 bytes 2016-02-06 22:54:14 +01:00
compat_darwin.go Move pathfs_frontend to internal/fusefrontend 2016-02-06 19:27:59 +01:00
compat_linux.go prelloc: warn and continue if fallocate(2) is not supported 2016-04-20 22:47:31 +02:00
file.go fusefrontend: fix panic due to concurrently unregistered wlock 2016-05-08 23:21:20 +02:00
file_holes.go Move pathfs_frontend to internal/fusefrontend 2016-02-06 19:27:59 +01:00
fs.go Fix "go tool vet -shadow=true" warnings 2016-04-10 21:31:15 +02:00
fs_dir.go Fix "go tool vet -shadow=true" warnings 2016-04-10 21:31:15 +02:00
names.go longnames part I: Create and OpenDir work with long filenames > 176 bytes 2016-02-06 22:54:14 +01:00
write_lock.go Move pathfs_frontend to internal/fusefrontend 2016-02-06 19:27:59 +01:00