]> git.proxmox.com Git - proxmox-backup.git/history - src/tape
proxmox-backup-proxy: clean up old tasks when the task log was rotated
[proxmox-backup.git] / src / tape /
2021-09-27 Dietmar Maurermove src/backup/snapshot_reader.rs to pbs_datastore...
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup WorkerTaskContext
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maureruse UPID and systemd helpers from proxmox 0.13.4
2021-09-21 Dietmar Maurerrename pbs-systemd to proxmox-systemd
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-14 Dietmar Maurermove src/tape/helpers/snapshot_reader.rs to src/backup...
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurerfix regression tests
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-07 Dietmar Maurermove tape_encryption_keys.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-07 Dominik Csapaktape/inventory: fix the tape tests as user, by mocking...
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumilleranother import cleanup
2021-09-01 Wolfgang Bumillerfixup imports in tests and examples
2021-08-31 Wolfgang Bumillermore import cleanups
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-09 Dominik Csapaktape/pool_writer: fix typo
2021-08-04 Dietmar Maurercleanup: simplify next_expired_media()
2021-08-04 Dietmar Maurertape: media_pool: implement guess_next_writable_media()
2021-08-03 Dominik Csapaktape: lto: increase default timeout to 10 minutes
2021-07-29 Dietmar Maurertape: media_catalog: add snapshot list cache for catalog
2021-07-29 Dietmar Maurertape: lock media_catalog file to to get a consistent...
2021-07-29 Dietmar Maurercleanup: factor out tape catalog path helpers
2021-07-28 Dominik Csapaktape: changer: add tests for decode_element_status_page
2021-07-28 Dominik Csapaktape: changer: handle libraries that sends wrong amount...
2021-07-28 Dominik Csapaktape: changer: remove unnecesary inquiry parameter
2021-07-26 Dominik Csapaktape: media_catalog: improve chunk_archive interface
2021-07-26 Dominik Csapaktape: changer: handle invalid descriptor data from...
2021-07-22 Dominik Csapaktape: changer: handle missing dvcid information
2021-07-22 Dominik Csapaktape: changer: improve error message on wrong counts
2021-07-22 Dominik Csapaktape: changer: correctly consume data in decode_element...
2021-07-21 Dominik Csapaktape: changer: sg_pt: fix typo
2021-07-21 Dominik Csapaktape: changer: sg_pt: add SCSI_VOLUME_TAG_LEN const
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-16 Dominik Csapaktape: changer: sg_pt: make extra scsi request for dvcid
2021-07-13 Dietmar Maurertape: changer: sg_pt: always retry until timeout
2021-07-12 Dominik Csapaktape: changer: sg_pt: query element types separately
2021-07-12 Dietmar Maurerchange tape drive lock path
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-06-30 Dominik Csapaktape/drive: fix logging when requesting media
2021-06-30 Dietmar Maurertape: fix LTO locate_file for HP drives
2021-06-28 Dominik Csapaktape/helpers/snapshot_reader: sort chunks by inode...
2021-06-02 Dominik Csapaktape/drive: improve tape device locking behaviour
2021-05-31 Dietmar Maurerfix typo: s/dies/does/
2021-05-31 Dominik Csapaklto/sg_tape/encryption: remove non lto-4 supported...
2021-05-14 Dominik Csapaktape/test: repair tests after changing 'start_write_ses...
2021-05-14 Dominik Csapakapi2/tape/backup: add 'force-media-set' parameter to...
2021-05-11 Dominik Csapaktape/inventory: add completion helper for tape snapshots
2021-05-11 Dietmar Maurertape locate_file: fix off by one error
2021-05-11 Dominik Csapaktape/pool_writer: do not unwrap on channel send
2021-05-06 Dietmar Maurertape: improve inline docs for READ POSITION LONG
2021-05-06 Dietmar Maurertape: use LOCATE(16) SCSI command
2021-05-06 Dominik Csapaktape/media_catalog: add helpers to look for snapshot...
2021-05-06 Dominik Csapaktape/drive: add 'move_to_file' to TapeDriver trait
2021-04-27 Dietmar Maurertape: add read_medium_configuration_page() to detect...
2021-04-27 Dietmar Maurertape: remove MediumType struct, which is only valid...
2021-04-23 Dietmar Maurertape: do not query density_code in SgTape::new()
2021-04-23 Dietmar Maurertape: format_media - implement special case for WORM...
2021-04-23 Dietmar Maurertape: define and use MediumType enum
2021-04-23 Dietmar Maurertape: use loaded media_type in format_media (instead...
2021-04-22 Dietmar Maurertape: implement report_desnity
2021-04-22 Dietmar Maurertape: fix FORMAT for LTO-4 drives
2021-04-21 Dominik Csapaktape/changer/sg_pt_changer: read whole descriptor size...
2021-04-14 Dietmar Maurercleanup: remove debug println
2021-04-13 Dietmar Maurerfix regression tests
2021-04-13 Dietmar MaurerTapeRead: add skip_data()
2021-04-13 Dietmar Maurertape: SgTapeReader::read_block - disable reading beyond EOF
2021-04-13 Dietmar Maurertape: cleanup MediaCatalog on tape reuse
2021-04-12 Dietmar Maurertape: fix regression tests
2021-04-12 Dietmar Maurertape: improve EOT error handling
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-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 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-03-27 Dietmar Maurersgutils2: use enum for ScsiError
2021-03-27 Dietmar Maurertape: page-align BlockHeader so that we can use it...
2021-03-25 Dietmar Maureravoid compiler warning
2021-03-25 Dietmar Maurertape: add fsf/bsf to TapeDriver trait
next