libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher af5441dcd9 fusefrontend: use NsecToTimespec() for Utimens
This fixes a build problem on 32-bit hosts:

  internal/fusefrontend/file.go:400: cannot use a.Unix() (type int64) as
  type int32 in assignment
  internal/fusefrontend/file.go:406: cannot use m.Unix() (type int64) as
  type int32 in assignment

It also enables full nanosecond timestamps for dates
after 1970.
2016-08-09 22:18:46 +02:00
..
args.go fusefronted: preserve owner if running as root 2016-06-26 19:18:13 +02:00
file.go fusefrontend: use NsecToTimespec() for Utimens 2016-08-09 22:18:46 +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: use NsecToTimespec() for Utimens 2016-08-09 22:18:46 +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