restic/internal/fuse
Alexander Weiss f8316948d1 Optimize FUSE - make command `restic mount` faster and consume less memory
- Add Open() functionality to dir
- only access index for blobs when file is read
- Implement NodeOpener and put one-time file stuff there
- Add comment about locking as suggested by bazil.org/fuse

=> Thanks at Michael Eischer for suggesting the last two improvements
2020-07-28 23:01:18 +02:00
..
blobcache.go Replace mount's per-file cache by a global LRU cache 2020-07-12 18:27:16 +02:00
dir.go Optimize FUSE - make command `restic mount` faster and consume less memory 2020-07-28 23:01:18 +02:00
file.go Optimize FUSE - make command `restic mount` faster and consume less memory 2020-07-28 23:01:18 +02:00
fuse_test.go Optimize FUSE - make command `restic mount` faster and consume less memory 2020-07-28 23:01:18 +02:00
link.go Simplify build tags for restic mount 2020-05-12 11:30:41 +02:00
meta_dir.go Simplify build tags for restic mount 2020-05-12 11:30:41 +02:00
other.go Simplify build tags for restic mount 2020-05-12 11:30:41 +02:00
root.go Remove blob size cache from restic mount 2020-07-25 19:39:14 +02:00
snapshots_dir.go Simplify build tags for restic mount 2020-05-12 11:30:41 +02:00