]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/chunk_store.rs
cleanups: avoid compiler warnings
[proxmox-backup.git] / src / backup / chunk_store.rs
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