proxmox-backup/pbs-datastore/src
Maximiliano Sandoval 5117a21ec9 snapshot_reader: replace Arc with Rc
The type `Box<dyn IndexFile + Send>>, usize, Vec<(usize, u64)>` is not
Sync so it makes more sense to use Rc. This is suggested by clippy.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2025-03-06 14:55:04 +01:00
..
backup_info.rs tree-wide: add missing O_CLOEXEC flags to openat calls 2024-12-03 16:48:23 +01:00
cached_chunk_reader.rs remove use of proxmox_lang::error::io_err_other 2024-07-26 13:05:20 +02:00
catalog.rs client: tools: factor out pxar entry to dir entry mapping 2024-10-23 16:10:41 +02:00
checksum_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
checksum_writer.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
chunk_stat.rs pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
chunk_store.rs datastore: use libc's timespec constants instead of redefinition 2025-03-05 10:01:12 +01:00
chunker.rs chunker: do not reassign context's total field 2024-12-03 11:24:37 +01:00
crypt_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
crypt_writer.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
data_blob_reader.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
data_blob.rs datastore: docs: turn uri into hyperlink 2024-12-04 14:40:42 +01:00
datastore.rs remove create & truncate when create_new is used 2025-01-27 11:53:23 +01:00
dynamic_index.rs clippy: elide more lifetimes 2024-12-02 11:34:05 +01:00
file_formats.rs blobs: fix outdated comment about file format 2023-08-08 13:57:06 +02:00
fixed_index.rs clippy: use div_ceil to calculate fixed index length 2024-12-02 11:37:06 +01:00
hierarchy.rs replace match statements with ? operator 2025-01-14 08:57:24 +01:00
index.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
lib.rs datastore: add helper for checking if a datastore is mounted 2024-11-25 21:34:22 +01:00
local_chunk_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
manifest.rs snapshot: add helper function to retrieve verify_state 2024-11-25 10:52:40 +01:00
paperkey.rs pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
prune.rs run cargo clippy --fix 2025-03-06 14:53:47 +01:00
read_chunk.rs pull: refactor pulling from a datastore 2023-11-25 17:07:42 +01:00
snapshot_reader.rs snapshot_reader: replace Arc with Rc 2025-03-06 14:55:04 +01:00
store_progress.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
task_tracking.rs datastore: remove datastore from internal cache based on maintenance mode 2024-03-25 16:12:41 +01:00