restic/internal/fuse
Michael Eischer a0c1ae9f90 mount: Correctly return context.Canceled for interrupted syscalls
bazil/fuse expects us to return context.Canceled to signal that a
syscall was successfully interrupted. Returning a wrapped version of
that error however causes the fuse library to signal an EIO (input/output
error). Thus unwrap context.Canceled errors before returning them.
2022-08-26 20:48:48 +02:00
..
dir.go mount: Correctly return context.Canceled for interrupted syscalls 2022-08-26 20:48:48 +02:00
file.go mount: Correctly return context.Canceled for interrupted syscalls 2022-08-26 20:48:48 +02:00
fuse_test.go repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00
link.go Report symlink sizes from FUSE mount 2022-03-13 16:48:35 +01:00
other.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
root.go mount: Fix parent inode used by snapshots dir 2022-08-07 13:03:32 +02:00
snapshots_dir.go mount: Correctly return context.Canceled for interrupted syscalls 2022-08-26 20:48:48 +02:00
snapshots_dirstruct.go Merge pull request #3872 from MichaelEischer/fuse-fix 2022-08-19 19:21:29 +02:00
snapshots_dirstruct_test.go mount: Map slashes in tags to underscores 2022-08-19 18:17:57 +02:00