]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore
ui: tape/ChangerStatus: adding parameter selection to inventory
[proxmox-backup.git] / pbs-datastore /
2022-10-19 Wolfgang Bumillerbump sys dep to 0.4.1
2022-09-12 Stefan Sterzfix: datastore: make relative_group_path() return relat...
2022-07-28 Wolfgang Bumillerbump proxmox-sys dep to 0.4
2022-07-27 Wolfgang Bumillerdatastore: clippy fixes
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerdatastore: add BackupGroup::exists helper
2022-07-14 Wolfgang Bumillerdatastore: factor type out of ListGroups into ListGroup...
2022-07-14 Wolfgang Bumillerdatastore: simplify iter_backup_groups_ok
2022-07-04 Fabian Grünbichlermove to/write_canonical_json to proxmox-serde
2022-06-29 Dominik Csapakpartially fix #2915: 'stat' in case ReadDirEntry does...
2022-06-29 Wolfgang Bumillerbump proxmox-sys dep to 0.3.1
2022-06-21 Hannes Laimerfixed_index: remove unused 'print_info' function
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: reduce chunk store open visibility and comme...
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-30 Wolfgang Bumilleradd prune jobs api
2022-05-30 Wolfgang Bumillerapi-types: add PruneJobConfig
2022-05-26 Thomas Lamprechtdatastore: avoid unsafe transmute, use to_ne_bytes
2022-05-26 Thomas Lamprechtdatastore: clippy fixes
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-16 Fabian GrünbichlerBackupDir/BackupGroup: add ns to Debug impl
2022-05-16 Fabian GrünbichlerBackupGroup: stop implementing Display
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian GrünbichlerBackupDir: stop implementing Display
2022-05-16 Fabian GrünbichlerBackupDir: fix manifest_lock_path
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-16 Fabian GrünbichlerBackupDir: add group/dir accessors
2022-05-16 Thomas LamprechtRevert "fix #4001: datastore/catalog: add number of...
2022-05-16 Fabian Grünbichlerbuild: bump required log version
2022-05-16 Thomas Lamprechtdatastore: ns iter: clamp depth to MAX_NAMESPACE_DEPTH...
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-15 Stefan Sterzfix #4001: datastore/catalog: add number of files to...
2022-05-13 Dominik Csapakapi: tape/restore: check and create target namespace
2022-05-12 Thomas Lamprechtdatastore: drop bogus chunk size check, can cause trouble
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 Bumillerdatastore: minor cleanup
2022-05-12 Wolfgang Bumillerdatastore: relative path fixup
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
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 Wolfgang Bumillerdatastore: include namespace in full_path
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 Bumillerdatastore: add backup_ns accessor
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
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-28 Thomas Lamprechtcargo fmt
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 Bumillerdatastore: drop Hash from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop PartialEq and PartialOrd from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop Eq and PartialEq from BackupDir
2022-04-20 Wolfgang Bumillerdatastore: drop Ord from BackupGroup
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-20 Wolfgang Bumillerdatastore: remove unused list_files function
2022-04-20 Wolfgang Bumillerdatastore: move last_backup from BackupInfo to BackupGroup
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: backup info: drop deprecated list_backup_groups
2022-04-15 Thomas Lamprechtdatastore: move list_backup_groups into Datastore impl
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
2022-04-13 Wolfgang Bumillerbump proxmox-schema dependency to 1.3.1 for streaming...
2022-04-12 Wolfgang Bumillertree-wide: replace serde_json::from_value(a_value.clone())
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerpbs-datastore: add active operations tracking
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-04 Wolfgang Bumillerbump proxmox-schema dep to 1.3
2022-03-01 Dominik Csapakpbs-datastore: use ConfigVersionCache for datastore
2022-02-23 Dominik Csapakdatastore: add tuning option for chunk order
2022-02-21 Wolfgang Bumillerbump proxmox-lang dep to 1.1
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-18 Dominik Csapaktape/pool_writer: skip already backed up chunks in...
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlertree-wide: cleanup manual map/flatten
next