proxmox-backup/src
Thomas Lamprecht 788d82d9b7 gc: mark_used_chunks: reduce implementation noise
try do reduce some unecessary lines, make match arms more precise so
one can faster see what's actually happening.

Also, avoid
> return Err(format_err!(...))
stuff, just use bail!()

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-02 21:08:38 +01:00
..
api2 sync: allow sync for non-superusers 2020-11-02 07:10:12 +01:00
backup gc: mark_used_chunks: reduce implementation noise 2020-11-02 21:08:38 +01:00
bin log rotate task: make task archive limits be binary based 2020-11-02 19:53:30 +01:00
client api tokens: add authorization method 2020-10-30 13:15:14 +01:00
config config: network: use error message when parsing netmask failed 2020-11-02 19:32:22 +01:00
pxar fix #2998: encode mtime as i64 instead of u64 2020-10-29 08:51:10 +01:00
rrd clippy fixups 2020-10-14 11:20:07 +02:00
server server: implement access log rotation with re-open via command socket 2020-11-02 19:53:30 +01:00
tools tools: file logger: avoid some possible unwraps in log method 2020-11-02 19:32:22 +01:00
api2.rs api: add world accessible ping dummy endpoint 2020-10-24 19:12:14 +02:00
auth.rs clippy fixups 2020-10-14 11:20:07 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
backup.rs rustdoc: overhaul backup rustdoc and add locking table 2020-10-16 09:38:01 +02:00
buildcfg.rs server: write main daemon PID to run directory 2020-11-02 19:50:24 +01:00
client.rs switch to external pxar and fuse crates 2020-06-08 13:56:58 +02:00
config.rs config: add token.shadow file 2020-10-29 15:11:39 +01:00
lib.rs rustdoc: add crate level doc 2020-10-16 09:37:50 +02:00
server.rs server: write main daemon PID to run directory 2020-11-02 19:50:24 +01:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs api/tools: split out apt helpers from api to own module 2020-10-31 21:31:36 +01:00