libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher fca1b82417 fusefrontend: relay Utimens to go-fuse
Commit af5441dcd9 has caused a
regression ( https://github.com/rfjakob/gocryptfs/issues/35 )
that is fixed by this commit.

The go-fuse library by now has all the syscall wrappers in
place to correctly handle Utimens, also for symlinks.

Instead of duplicating the effort here just call into go-fuse.

Closes #35
2016-09-25 16:30:29 +02:00
..
args.go fusefronted: preserve owner if running as root 2016-06-26 19:18:13 +02:00
file.go fusefrontend: relay Utimens to go-fuse 2016-09-25 16:30:29 +02:00
file_allocate_truncate.go syscallcompat: OSX: add Fallocate and Openat wrappers 2016-07-03 19:18:34 +02:00
file_holes.go fusefrontend: coalesce grows in Truncate() 2016-07-01 23:32:27 +02:00
fs.go fusefrontend: relay Utimens to go-fuse 2016-09-25 16:30:29 +02:00
fs_dir.go syscallcompat: OSX: add Unlinkat wrapper 2016-07-03 20:17:40 +02:00
names.go Drop deprecated "-diriv" option 2016-06-23 21:38:59 +02:00
write_lock.go fusefrontend: simplify wlockMap 2016-05-29 22:40:05 +02:00