libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 9b725c15cf syscallcompat: OSX: add Fallocate and Openat wrappers
...and convert all calls to syscall.{Fallocate,Openat}
to syscallcompat .

Both syscalls are not available on OSX. We emulate Openat and just
return EOPNOTSUPP for Fallocate.
2016-07-03 19:18:34 +02:00
..
args.go fusefronted: preserve owner if running as root 2016-06-26 19:18:13 +02:00
file.go syscallcompat: OSX: add Fallocate and Openat wrappers 2016-07-03 19:18:34 +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: handle dir-overwrites-dir on XFS 2016-06-30 23:17:54 +02:00
fs_dir.go nametransform: hide detailed padding error behind the debug flag 2016-07-03 15:35:58 +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