]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/admin/datastore.rs
replace 'disk_usage' with 'fs_info' from proxmox-sys
[proxmox-backup.git] / src / api2 / admin / datastore.rs
2022-06-07 Dominik Csapakreplace 'disk_usage' with 'fs_info' from proxmox-sys
2022-06-05 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-04 Thomas Lamprechtapi: datastore status: use cheaper any_privs_below...
2022-06-04 Thomas Lamprechtapi: list datastore: avoid iterating over NS for priv...
2022-06-03 Thomas Lamprechtapi: list datastores: avoid unsafe datastore open
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-30 Wolfgang Bumilleradd prune jobs api
2022-05-27 Thomas Lamprechtapi: status: include empty entry for stores with ns...
2022-05-26 Thomas Lamprechtapi: move can_access_any_namespace helper to hierarchy
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: datastore: cleanup store/ns handling
2022-05-25 Fabian Grünbichlermove and unify namespace priv helpers
2022-05-25 Fabian Grünbichlerpriv checks: use priv_to_priv_names and include path
2022-05-25 Fabian Grünbichlerpriv handling: use DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: list snapshots: fix log param order
2022-05-19 Thomas Lamprechtprune datastore: support max-depth and improve priv...
2022-05-19 Thomas Lamprechtapi: datastore status: adhere to NS privs for non-owner
2022-05-16 Fabian Grünbichlerprune: fix workerid issues
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian Grünbichlertape/verify: use print_ns_and_snapshot
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-15 Thomas Lamprechtapi: cargo fmt
2022-05-14 Thomas Lamprechthierachy: ListAccessibleBackupGroups make store also...
2022-05-13 Thomas Lamprechtcargo fmt
2022-05-13 Thomas Lamprechtapi: datastore status: make counts recurse over all...
2022-05-13 Thomas Lamprechthierachy: add lifetime to ListAccessibleBackupGroups...
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Fabian Grünbichlerapi: datastore: further unify check helpers
2022-05-12 Fabian Grünbichlerapi: datastore: load datastore & check owner helper
2022-05-12 Fabian Grünbichlerapi: datastore: lookup after checking privs
2022-05-12 Fabian Grünbichlerapi: datastore: refactor priv checks
2022-05-12 Fabian Grünbichlerapi: datastore: unify access checks
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtprune: allow passing namespace
2022-05-12 Thomas Lamprechtapi: datastore: make permission checks namespace aware
2022-05-12 Thomas Lamprechtapi: namespace management endpoints
2022-05-12 Wolfgang Bumillerclient: more backup namespace support
2022-05-12 Wolfgang Bumillerapi: add remaining missing backup-ns parameters
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-04-27 Hannes Laimerapi2: DataStoreListItem add maintenance info
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 Lamprechtbackup: switch over to streaming Iterator improving...
2022-04-15 Thomas Lamprechtapi datastore: some code cleanups
2022-04-15 Thomas Lamprechtreplace deprecated list_backup_group from BackupInfo...
2022-04-14 Thomas Lamprechtapi: rustfmt
2022-04-13 Dominik Csapakapi: admin/datastore: add tar support for pxar_file_dow...
2022-04-13 Dominik Csapakapi: admin/datastore: enable streaming for some api...
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-11 Stefan Sterztape, docs, api: fix miscellaneous typos
2022-01-11 Dominik Csapakapi/admin/datastore: rrd: do not include io_ticks for...
2022-01-07 Dietmar Maurerdatastore status: do not count empty groups
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-29 Wolfgang Bumillerremove unused identity macro
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-20 Dietmar Maurerdepend on proxmox-async 0.2
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-28 Dominik Csapakapi: admin/datastore: reuse 'is_protected' implementation
2021-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakapi2: datastore/delete_group: throw error for partially...
2021-10-28 Dominik Csapakadd protected info of snapshots to api and task logs
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Dietmar Maurerremove proxmox-rrd-api-types crate, s/RRDTimeFrameResol...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-06 Dietmar Maurersplit out RRD api types into proxmox-rrd-api-types...
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate
2021-09-28 Dietmar Maurerproxmox-rest-server: cleanup formatter, improve docs
2021-09-27 Dietmar Maurermove src/backup/read_chunk.rs to pbs-datastore/src...
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-21 Dominik Csapakapi: make some workers log on CLI
2021-09-21 Dietmar Maurermove src/server/formatter.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-08-31 Wolfgang Bumillermake api2::helpers::list_dir_content a CatalogReader...
2021-08-31 Wolfgang Bumillermove some more API types
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-30 Wolfgang Bumillermove some API return types to pbs-api-types
2021-07-20 Wolfgang Bumillermove channel/stream helpers to pbs-tools
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-16 Dominik Csapakapi: admin/datastore: add new 'prune-datastore' api...
2021-07-16 Dominik Csapakbackup/datastore: refactor check_backup_owner there
2021-07-16 Dominik Csapakapi: admin/datastore: simplify prune api call
2021-07-12 Stefan Reiterapi: add support for notes on backup groups
2021-06-28 Hannes Laimerapi: add ignore-verified and outdated-after to datastor...
next