]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/chunk_store.rs
src/api2/admin/datastore.rs: impl list_snapshots
[proxmox-backup.git] / src / backup / chunk_store.rs
2019-02-25 Wolfgang Bumillerbackup/chunk_store: split insert_chunk
2019-02-25 Wolfgang Bumillerbackup/chunk_store: mark ChunkIterator as fused
2019-02-25 Wolfgang Bumillerbackup/chunk_store: make percentage output optional
2019-02-25 Dietmar Maurersrc/backup/chunk_store.rs: return info about compressed...
2019-02-25 Dietmar Maurersrc/backup/chunk_store.rs: use lz4 for compression
2019-02-19 Dietmar Maurersrc/api2/admin/datastore/catar.rs: allow to configure...
2019-02-14 Wolfgang Bumillerbackup/chunk_store: verify chunk file names
2019-02-14 Wolfgang Bumillerbackup/chunk_store: open base dir in get_chunk_iterator
2019-02-14 Wolfgang Bumillerbackup: replace ChunkIterator
2019-02-12 Dietmar Maurersimplify backup lib structure (pub use xxx:*), improve doc
2019-02-12 Wolfgang Bumillerbackup: fixup warnings and readd lost file type check
2019-02-12 Wolfgang Bumillerbackup: cleanup long lines
2019-02-12 Wolfgang Bumillerbackup: use ChunkIterator for sweep_unused_chunks
2019-02-12 Wolfgang Bumillerbackup: add optional progress callback to ChunkIterator
2019-02-12 Wolfgang Bumillerbackup: add ChunkIterator
2019-02-01 Wolfgang Bumillertests: chunk_store: cleanup .testdir
2019-01-25 Dietmar Maurertools.rs: move digest_to_hex() into tools
2019-01-25 Dietmar Maurerbackup/chunk_store.rs: fix test case - use absolute...
2019-01-20 Dietmar Maurerbackup/chunk_store.rs: verify base path is absolute
2019-01-05 Dietmar Maurerbackup/chunk_store.rs: resize buffer by powers of two
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: avoid allocation in read_chunk
2019-01-04 Dietmar Maurerwhite space cleanups
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: implement read_chunk()
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: only use one directory level
2019-01-02 Dietmar Maurerimplement garbage collection for .aidx files
2018-12-25 Dietmar Maurercleanup: reduce compiler warnings
2018-12-25 Dietmar Maurerremove outdated comment
2018-12-25 Dietmar Maurertouch_chunk: use libc::lutimensat
2018-12-22 Dietmar Maurermove lookup_datastore() to backup/datastore.rs
2018-12-22 Dietmar Maurergather usage statistics during garbage collection
2018-12-22 Dietmar Maurersweep_used_chunks: print percentage
2018-12-22 Dietmar Maureruse openssl for faster hashing
2018-12-22 Dietmar Maurerchunk_store: reduce number of directories
2018-12-21 Dietmar Maurerfix mutability for chunk store
2018-12-19 Dietmar Maurerfix tests
2018-12-19 Dietmar Maurertry to improve error messages
2018-12-19 Dietmar Maurercleanups: avoid compiler warnings
2018-12-19 Dietmar Maurercleanup - avoid too much indentation
2018-12-19 Dietmar Maurercleanup
2018-12-19 Dietmar MaurerChunkStore::sweep_used_chunks - use openat to speedup...
2018-12-19 Wolfgang Bumilleruse timers with a signal for file locking
2018-12-19 Dietmar Maurermove lock_file to tools.rs
2018-12-19 Dietmar Maurerimpl sweep_used_chunks, first try
2018-12-18 Dietmar Maurermove sweep_used_chunks to chunk_store
2018-12-18 Dietmar Maurerstart impl garbage collection
2018-12-16 Dietmar Maurerfix chunk store file paths
2018-12-15 Dietmar Maurerimage_index.rs:write idx of chunks (use mmap)
2018-12-12 Dietmar Maureradd comment to make intensions more clear
2018-12-09 Dietmar Maurersimplify code
2018-12-08 Dietmar Maurerremove some compiler warnings
2018-12-08 Dietmar Maurerchunk_store.insert_chunk: return information about...
2018-12-08 Dietmar Maurercode cleanup
2018-12-08 Dietmar Maurerlock with timeout
2018-12-08 Dietmar Maurerimprove error messages
2018-12-08 Dietmar Maurercode cleanup
2018-12-07 Dietmar Maurerdepend on nix, use flock
2018-12-07 Dietmar Maurerchunk_store: use mutex
2018-12-07 Dietmar Maurerimpl insert_chunk
2018-12-07 Dietmar Maurerstart experiments with simple chunk store