2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/internal/fuse
Michael Eischer d05c88a5d6 fuse: Properly set uid/gid for directories
In #2584 this was changed to use the uid/gid of the root node. This
would be okay for the top-level directory of a snapshot, however, this
change also applied to normal directories within a snapshot. This
change reverts the problematic part and adds a test that directory
attributes are represented correctly.
2020-11-30 23:41:49 +01:00
..
blobcache.go Replace mount's per-file cache by a global LRU cache 2020-07-12 18:27:16 +02:00
dir.go fuse: Properly set uid/gid for directories 2020-11-30 23:41:49 +01:00
file.go Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00
fuse_test.go fuse: Properly set uid/gid for directories 2020-11-30 23:41:49 +01:00
link.go Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00
meta_dir.go Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00
other.go Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00
root.go Remove blob size cache from restic mount 2020-07-25 19:39:14 +02:00
snapshots_dir.go Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00