]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore/src/chunk_store.rs
update to rrd-api-types 1.0.2
[proxmox-backup.git] / pbs-datastore / src / chunk_store.rs
2024-07-11 Wolfgang Bumillerbump sys and rest-server dependencies to 0.6
2024-07-11 Gabriel Gollerswitch from task_log! macro to tracing
2024-06-28 Maximiliano Sandovalchunk_store: do not explicitly write implied trait
2024-02-13 Maximiliano Sandovalremove redundant guards
2023-05-17 Thomas Lamprechtpbs-datastore: clippy fixes
2023-04-06 Fabian Grünbichlerchunk store: handle insertion edge cases
2022-11-24 Thomas Lamprechtdatastore: write chunk: comment utimesat params
2022-10-28 Dominik Csapakdatastore: improve sync level code a bit
2022-10-20 Dominik Csapakdatastore: implement sync-level tuning for datastores
2022-10-20 Dominik Csapakpbs-datastore: chunk_store: use replace_file in insert_...
2022-06-29 Dominik Csapakpartially fix #2915: 'stat' in case ReadDirEntry does...
2022-06-03 Thomas Lamprechtdatastore: reduce chunk store open visibility and comme...
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-12 Thomas Lamprechtdatastore: drop bogus chunk size check, can cause trouble
2022-05-10 Thomas Lamprechtdatastore: chunk store: leverage new format str variabl...
2022-05-10 Dominik Csapakchunk_store: insert_chunk: write chunk again if it...
2022-04-24 Thomas Lamprechtdatastore: s/fail_if_not_exist/assert_exists/
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-09-24 Dietmar MaurerWorkerTaskContext: add shutdown_requested() and fail_on...
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-07-13 Dominik Csapakchunk_store/insert_chunk: add more information to file...
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore