Commit Graph

4 Commits

Author SHA1 Message Date
205667143c serve nfs: make metadata files have special file handles
Metadata files have the file handle of their source file with
0x00000001 suffixed in big endian so we can look them up directly from
their file handles.
2025-04-07 13:41:29 +01:00
424d8e3123 serve nfs: implement --nfs-cache-type symlink
`--nfs-cache-type symlink` is similar to `--nfs-cache-type disk` in
that it uses an on disk cache, but the cache entries are held as
symlinks. Rclone will use the handle of the underlying file as the NFS
handle which improves performance.
2025-01-09 18:55:18 +00:00
70e8ad456f serve nfs: implement on disk cache for file handles 2024-08-14 21:55:26 +01:00
55b9b3e33a serve nfs: factor caching to its own file 2024-08-14 21:55:26 +01:00