2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-29 08:14:03 +00:00
restic/internal/fuse
Michael Eischer 51173c5003 fuse: forget fs.Node instances on request by the kernel
Forget fs.Node instances once the kernel frees the corresponding nodeId.
This ensures that restic does not run out of memory on large snapshots.
2024-09-14 18:11:44 +02:00
..
dir.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
file.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
fuse_test.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
inode.go add proper constants for node type 2024-08-31 18:20:01 +02:00
link.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
other.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
root.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
snapshots_dir.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
snapshots_dirstruct_test.go mount: Map slashes in tags to underscores 2022-08-19 18:17:57 +02:00
snapshots_dirstruct.go Switch back to sha256 from the std library 2024-08-10 19:16:10 +02:00
tree_cache.go fuse: forget fs.Node instances on request by the kernel 2024-09-14 18:11:44 +02:00
xattr.go fuse: fix windows build 2023-07-08 22:40:22 +02:00