]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/drive/virtual_tape.rs
typo fixes all over the place
[proxmox-backup.git] / src / tape / drive / virtual_tape.rs
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-20 Dietmar Maurertape: extend MediaChange trait to return MtxStatus
2021-02-04 Dietmar Maurertape: cleanup - move tape file readers/writers into...
2021-01-28 Dominik Csapaktape/changer: add vendor/model to DriveStatus
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: use strip_prefix instead of manual stripping
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-18 Dietmar Maurertape: clear encryption key before writing labels
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-10 Dietmar Maurertape: remove unused eject_on_unload method
2021-01-10 Dietmar Maurertape: more MediaChange cleanups
2021-01-10 Dietmar Maurertape: improve export media to directly export from...
2021-01-10 Dietmar Maurertape: cleanup: s/transfer/transfer_media/, avoid compil...
2021-01-10 Dietmar Maurertape: MediaChange - add transfer, implement export
2021-01-08 Dietmar Maurertape: implement drive clean
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2020-12-18 Dietmar Maurertape: return current_file_number as u64
2020-12-16 Dietmar Maurertape: remove MediaLabelInfo, use MediaId instead
2020-12-07 Dietmar Maurertape: add tape device driver