]> git.proxmox.com Git - proxmox-backup.git/history - src
fix gathering io stats for zpools
[proxmox-backup.git] / src /
2021-04-12 Dominik Csapakfix gathering io stats for zpools
2021-04-12 Dietmar Maurertape: improve EOT error handling
2021-04-12 Dietmar Maurersgutils2: use thiserror to derive Error
2021-04-12 Thomas Lamprechtenable tape backup by default
2021-04-09 Dietmar Maurercleanup: move tape SCSI code to src/tape/drive/lto...
2021-04-09 Dietmar Maurertape: read_drive_status - ignore media changed sense...
2021-04-09 Dietmar Maurersgutils2: implement scsi_request_sense()
2021-04-08 Stefan Reiterfile-restore: add 'extract' command for VM file restore
2021-04-08 Stefan Reitertools/zip: add zip_directory helper
2021-04-08 Stefan Reiterpxar/extract: add sequential variant of extract_sub_dir
2021-04-08 Stefan Reiterfile-restore(-daemon): implement list API
2021-04-08 Stefan Reiterfile-restore: add basic VM/block device support
2021-04-08 Stefan Reiteradd tools/cpio encoding module
2021-04-08 Stefan Reiterfile-restore-daemon: add disk module
2021-04-08 Stefan Reiterfile-restore-daemon: add watchdog module
2021-04-08 Stefan Reiterfile-restore-daemon: add binary with virtio-vsock API...
2021-04-08 Stefan Reiterserver/rest: add ApiAuth trait to make user auth generic
2021-04-08 Stefan Reiterfile-restore: allow specifying output-format
2021-04-08 Dominik Csapakfile-restore: add binary and basic commands
2021-04-08 Dietmar Maurertape: add TapeDensity::Unknown
2021-04-08 Dietmar Maurertape: avoid unneccessary SCSI request in Drop
2021-04-08 Dietmar Maurertape: clear encryption key after backup (for security...
2021-04-08 Dietmar Maurercleanup: remove unused linux tape driver code
2021-04-08 Dietmar Maurertape: add vendor, product and revision to LtoDriveAndMe...
2021-04-08 Dietmar Maurertape: pmt - implement options command
2021-04-08 Dietmar Maurertape: implement locate_file without LOCATE(10)
2021-04-08 Dietmar Maurertape: pmt - re-implement lock/unlock command
2021-04-08 Dietmar Maurertape: pmt - re-implement fsr/bsr
2021-04-08 Dietmar Maurertape: correctly set/display drive option
2021-04-08 Dietmar Maurersgutils2: add scsi_mode_sense helper
2021-04-08 Dietmar Maurertape: make sure there is a filemark at the end of the...
2021-04-08 Dietmar Maurertape: make fsf/bsf driver specific
2021-04-08 Dietmar Maurertape: fix LEOM handling
2021-04-08 Dietmar Maurertape: implement format/erase
2021-04-08 Dietmar Maurertape: implement LTO userspace driver
2021-04-08 Dietmar Maurertape: introduce trait BlockWrite
2021-04-08 Dietmar Maurertape: introduce trait BlockRead
2021-04-07 Thomas Lamprechtserver: rest: collapse nested if for less indentation
2021-04-07 Thomas Lamprechtserver: rest: switch from fastest to default deflate...
2021-04-07 Dominik Csapaktools/zip: compress zips with deflate
2021-04-07 Dominik Csapaktools/zip: run rustfmt
2021-04-07 Dominik Csapakserver/rest: compress static files
2021-04-07 Dominik Csapakserver/rest: compress api calls
2021-04-07 Dominik Csapakserver/rest: add helper to extract compression headers
2021-04-07 Dominik Csapaktools/compression: add DeflateEncoder and helpers
2021-04-07 Dominik Csapaktools: add compression module
2021-04-02 Wolfgang Bumillerpxar: handle missing GROUP_OBJ ACL entries
2021-04-02 Wolfgang Bumillerpxar: fix directory ACL entry creation
2021-04-01 Thomas Lamprechtserver/rest: drop now unused imports
2021-04-01 Thomas Lamprechtcode cleanup: drop extra newlines at EOF
2021-04-01 Stefan Reiterserver/rest: extract auth to seperate module
2021-04-01 Stefan Reiterproxmox_client_tools: move common key related functions...
2021-04-01 Stefan Reitervsock_client: support authorization header
2021-04-01 Stefan Reitervsock_client: remove some &mut restrictions and rustfmt
2021-04-01 Stefan Reitervsock_client: remove wrong comment
2021-03-29 Thomas Lamprechtserver/rest: fix type ambiguity
2021-03-29 Thomas Lamprechtserver/rest: rust format
2021-03-27 Dietmar Maurersgutils2: use enum for ScsiError
2021-03-27 Dietmar MaurerSgRaw: add do_in_command()
2021-03-27 Dietmar Maurertape: page-align BlockHeader so that we can use it...
2021-03-25 Dominik Csapakapi2/types: add type_text to DATASTORE_MAP_FORMAT
2021-03-25 Dietmar Maurertape: add --scan option for catalog restore
2021-03-25 Dietmar Maurertape: avoid writing catalogs for empty backup tasks
2021-03-25 Dietmar Maureravoid compiler warning
2021-03-25 Dominik Csapakapi2/types: expand DATASTORE_MAP_LIST_SCHEMA description
2021-03-25 Thomas Lamprechtapi subscription: drop old hack for api-macro issue
2021-03-25 Dietmar Maurertape: add fsf/bsf to TapeDriver trait
2021-03-25 Dominik Csapakproxmox-tape: fix clean api call
2021-03-25 Dominik Csapakapi2/tape/restore: enable restore mapping of datastores
2021-03-24 Dominik Csapakclient/backup_writer: clarify backup and upload size
2021-03-24 Dominik Csapakclient/backup_writer: introduce UploadStats struct
2021-03-24 Thomas Lamprechtclient: backup writer: run rustfmt
2021-03-24 Dietmar Maurertape: fix catalog restore
2021-03-24 Dietmar Maurertape: fix MediaPool regression tests
2021-03-24 Dietmar Maurertape: skip catalog archives in restore
2021-03-24 Dominik Csapakfix #3359: fix blocking writes in async code during...
2021-03-24 Dietmar Maurertape: implement fast catalog restore
2021-03-24 Dietmar Maurertape: impl. MediaCatalog::parse_catalog_header
2021-03-24 Dietmar Maurertape: add TapeDriver::move_to_last_file
2021-03-24 Dietmar Maurertape: improve locking (lock media-sets)
2021-03-22 Dietmar Maurertaoe: implement MediaCatalog::destroy_unrelated_catalog...
2021-03-19 Dietmar Maurertape: add MediaPool::lock_unassigned_media_pool() helper
2021-03-19 Dominik Csapakapi2/tape/backup: wait indefinitely for lock in schedul...
2021-03-19 Dominik Csapakapi2/tape/backup: include a summary on notification...
2021-03-19 Dietmar Maurertape: cleanup PoolWriter - factor out common code
2021-03-19 Dietmar Maurertape: cleanup - split PoolWriter into several files
2021-03-19 Dietmar Maurertape: make sure we only commit/write valid catalogs
2021-03-19 Dietmar Maurertape: store media_uuid in PoolWriterState
2021-03-19 Dietmar Maurertape: cleanup - rename CatalogBuilder to CatalogSet
2021-03-19 Dominik Csapakserver/email_notifications: do not double html escape
2021-03-19 Dominik Csapakserver/email_notifications: do not panic on template...
2021-03-19 Dominik Csapaktools/systemd/time: implement some Traits for TimeSpan
2021-03-19 Dietmar Maurertape: backup media catalogs
2021-03-18 Dietmar Maurertape: improve catalog consistency checks
2021-03-17 Dominik Csapaktools/subscription: ignore ENOENT for apt auth config...
2021-03-17 Dietmar Maurertape: define magic number for catalog archives
2021-03-17 Dietmar Maurertape: improve catalog parser
2021-03-17 Dietmar Maurertape: proxmox-tape media content - add 'store' attribute
2021-03-17 Dietmar Maurertape: store datastore name in tape archives and media...
2021-03-17 Dietmar MaurerSnapshotReader: add self.datastore_name() helper
next