]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore/src/datastore.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / pbs-datastore / src / datastore.rs
9 days ago Dietmar Maurerapi: assert that maintenance mode transitions are valid
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2024-03-25 Hannes Laimerdatastore: remove datastore from internal cache based...
2024-02-13 Maximiliano Sandovaldatastore: use is_{err, some} rather than match {Ok...
2024-01-18 Thomas Lamprechtrun cargo fmt
2024-01-10 Christian Ebnerdatastore: add additional context for get_owner parsing...
2023-09-18 Gabriel Gollerfix #4823: datastore: ignore vanished files when walkin...
2023-09-12 Fabian Grünbichlergc: improve lost+found comment
2023-09-12 Hannes Laimergc: fix ignoring if `lost+found` can't be accessed
2023-09-08 Thomas Lamprechtdatastore: list images: reduce indentation depth on...
2023-06-26 Lukas Wagnerapi-types: client: datastore: tools: use proxmox-human...
2023-05-17 Thomas Lamprechtpbs-datastore: clippy fixes
2023-05-17 Thomas Lamprechtdatastore: fix compiler warning for unused FromStr...
2023-05-17 Stefan Sterzfix #4357: datastore: take into account namespaces...
2023-02-08 Fabian Grünbichlerverify/protect: improve error on disappearing snapshots
2023-01-04 Fabian Grünbichlerfix typo
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-11-28 Dominik Csapakuse derive 'Default' for ChunkOrder
2022-11-28 Wolfgang Bumillerfix #3335: allow removing datastore contents on delete
2022-10-20 Dominik Csapakdatastore: implement sync-level tuning for datastores
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerdatastore: factor type out of ListGroups into ListGroup...
2022-07-14 Wolfgang Bumillerdatastore: simplify iter_backup_groups_ok
2022-06-21 Hannes Laimerpbs-datastore: replace print with log macro
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-04 Thomas Lamprechtdatastore: swap ConfigVersionCache with digest for...
2022-06-03 Thomas Lamprechtdatastore: make unsafe fn public again, useful for...
2022-06-03 Thomas Lamprechtdatastore: make unsafe functions only visible in their...
2022-06-03 Thomas Lamprechtdatastore: add safety doc comment for unsafe opens
2022-06-03 Thomas Lamprechtdatastore: rename non-telling `map` to `datastore_cache`
2022-06-03 Thomas Lamprechtdatastore: drop bogus last_update stale-cache mechanism
2022-06-02 Thomas Lamprechtdatastore: more concise comment
2022-06-02 Dominik Csapakdatastore: lookup: reuse ChunkStore on stale datastore...
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-26 Thomas Lamprechtdatastore: clippy fixes
2022-05-15 Thomas Lamprechtnamespace deletion: propagate delete-groups=false but...
2022-05-15 Thomas Lamprechtdatastore: clippy fixes
2022-05-15 Thomas Lamprechtdatastore: move backup dir/group/namespace iter to...
2022-05-15 Thomas Lamprechtnamespace deletion: make destroying groups separate...
2022-05-13 Dominik Csapakapi: tape/restore: check and create target namespace
2022-05-12 Thomas Lamprechtdatastore: add new Lookup for operations tracking
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtdatastore: move cleanup_unreferenced_files to BackupDir...
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtdatastore: add max-depth to recursive namespace iter
2022-05-12 Thomas Lamprechtdatastore: add create_namespace
2022-05-12 Thomas Lamprechtdatastore: add helpers to destroy whole namespaces
2022-05-12 Thomas Lamprechtdatastore: add single-level and recursive namespace...
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-04-24 Thomas Lamprechtdatastore: move blob loading into BackupDir impl and...
2022-04-24 Thomas Lamprechtdatastore: move destroying group or dir into respective...
2022-04-24 Thomas Lamprechtdatastore: move manifest locking into BackupDir impl
2022-04-24 Thomas Lamprechtdatastore: s/fail_if_not_exist/assert_exists/
2022-04-24 Thomas Lamprechtdatastore: improve backup group/snapshot iters
2022-04-24 Thomas Lamprechtdatastore: replace manual path assembly by group/dir...
2022-04-24 Thomas Lamprechtdatastore: list snapshots iter: report group dir in...
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerdatastore: cleanup and document backup group/dir openers
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtdatastore: add snapshot iterator and provide example
2022-04-15 Thomas Lamprechtdatastore: add helper to get a iterator for backup...
2022-04-15 Thomas Lamprechtdatastore: implement Iterator for backup group listing
2022-04-15 Thomas Lamprechtdatastore: move list_backup_groups into Datastore impl
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
2022-04-12 Hannes Laimerpbs-datastore: add active operations tracking
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-01 Dominik Csapakpbs-datastore: use ConfigVersionCache for datastore
2022-02-23 Dominik Csapakdatastore: add tuning option for chunk order
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlertree-wide: cleanup manual map/flatten
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-20 Thomas Lamprechtmove HumanByte to pbs-abi-types crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakbackup/datastore: prevent protected snapshots to be...
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate